Print this page
1681 support for BUILD64=# no longer works

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-ldoms.mf
          +++ new/usr/src/pkg/manifests/system-ldoms.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2014 Andrew Stormont.
  24   25  #
  25   26  
  26   27  #
  27   28  # The default for payload-bearing actions in this package is to appear in the
  28   29  # global zone only.  See the include file for greater detail, as well as
  29   30  # information about overriding the defaults.
  30   31  #
  31   32  <include global_zone_only_component>
  32   33  set name=pkg.fmri value=pkg:/system/ldoms@$(PKGVERS)
  33   34  set name=pkg.description value="Solaris Logical Domains Configuration Files"
↓ open down ↓ 9 lines elided ↑ open up ↑
  43   44  dir path=lib/svc/method
  44   45  dir path=platform group=sys
  45   46  dir path=platform/sun4v group=sys
  46   47  dir path=platform/sun4v/kernel group=sys
  47   48  dir path=platform/sun4v/kernel/drv group=sys
  48   49  dir path=platform/sun4v/kernel/drv/$(ARCH64) group=sys
  49   50  dir path=platform/sun4v/kernel/misc group=sys
  50   51  dir path=platform/sun4v/kernel/misc/$(ARCH64) group=sys
  51   52  dir path=usr group=sys
  52   53  dir path=usr/lib
  53      -dir path=usr/lib/$(ARCH64)
       54 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  54   55  dir path=usr/lib/ldoms
  55   56  dir path=usr/lib/rcm
  56   57  dir path=usr/lib/rcm/scripts
  57   58  dir path=usr/share/man/man1m
  58   59  driver name=cnex alias=SUNW,sun4v-channel-devices
  59   60  driver name=drctl
  60   61  driver name=ds_pri
  61   62  driver name=ds_snmp
  62   63  driver name=vcc alias=SUNW,sun4v-console-concentrator
  63   64  driver name=vdc alias=SUNW,sun4v-disk
↓ open down ↓ 24 lines elided ↑ open up ↑
  88   89  file path=platform/sun4v/kernel/drv/drctl.conf group=sys
  89   90  file path=platform/sun4v/kernel/drv/ds_pri.conf group=sys
  90   91  file path=platform/sun4v/kernel/drv/ds_snmp.conf group=sys
  91   92  file path=platform/sun4v/kernel/misc/$(ARCH64)/dr_cpu group=sys mode=0755
  92   93  file path=platform/sun4v/kernel/misc/$(ARCH64)/dr_io group=sys mode=0755
  93   94  file path=platform/sun4v/kernel/misc/$(ARCH64)/dr_mem group=sys mode=0755
  94   95  file path=platform/sun4v/kernel/misc/$(ARCH64)/ds group=sys mode=0755
  95   96  file path=platform/sun4v/kernel/misc/$(ARCH64)/fault_iso group=sys mode=0755
  96   97  file path=platform/sun4v/kernel/misc/$(ARCH64)/ldc group=sys mode=0755
  97   98  file path=platform/sun4v/kernel/misc/$(ARCH64)/platsvc group=sys mode=0755
  98      -file path=usr/lib/$(ARCH64)/libds.so.1
  99      -file path=usr/lib/$(ARCH64)/libpri.so.1
       99 +$(BUILD64)file path=usr/lib/$(ARCH64)/libds.so.1
      100 +$(BUILD64)file path=usr/lib/$(ARCH64)/libpri.so.1
 100  101  file path=usr/lib/ldoms/drd mode=0555
 101  102  file path=usr/lib/ldoms/ldmad mode=0555
 102  103  file path=usr/lib/ldoms/vntsd mode=0555
 103  104  file path=usr/lib/libds.so.1
 104  105  file path=usr/lib/libpri.so.1
 105  106  file path=usr/lib/rcm/scripts/SUNW,vdevices.pl mode=0555
 106  107  file path=usr/share/man/man1m/drd.1m
 107  108  file path=usr/share/man/man1m/ldmad.1m
 108  109  file path=usr/share/man/man1m/vntsd.1m
 109  110  legacy pkg=SUNWldomr.v arch=$(ARCH).sun4v \
 110  111      desc="Solaris Logical Domains Configuration Files" \
 111  112      name="Solaris Logical Domains (Root)"
 112  113  legacy pkg=SUNWldomu.v arch=$(ARCH).sun4v \
 113  114      desc="Solaris Logical Domains Configuration and Administration" \
 114  115      name="Solaris Logical Domains (Usr)"
 115  116  license cr_Sun license=cr_Sun
 116  117  license lic_CDDL license=lic_CDDL
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX