1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26set name=pkg.fmri value=pkg:/system/library/processor@$(PKGVERS) 27set name=pkg.description \ 28 value="core software for a specific hardware platform group" 29set name=pkg.summary value="Core Architecture" 30set name=info.classification value=org.opensolaris.category.2008:System/Core 31set name=variant.arch value=$(ARCH) 32$(sparc_ONLY)dir path=etc group=sys 33$(sparc_ONLY)dir path=etc/flash group=sys 34$(sparc_ONLY)dir path=etc/flash/postdeployment group=sys 35dir path=platform group=sys 36$(sparc_ONLY)dir path=platform/SUNW,Netra-CP3060 group=sys 37$(sparc_ONLY)dir path=platform/SUNW,Netra-CP3060/kernel group=sys 38$(sparc_ONLY)dir path=platform/SUNW,Netra-CP3060/kernel/misc group=sys 39$(sparc_ONLY)dir path=platform/SUNW,Netra-CP3060/kernel/misc/$(ARCH64) \ 40 group=sys 41$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire group=sys 42$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R group=sys 43$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880 group=sys 44$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200 group=sys 45$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel group=sys 46$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel/misc group=sys 47$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel/misc/$(ARCH64) \ 48 group=sys 49$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215 group=sys 50$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240 group=sys 51$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250 group=sys 52$(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440 group=sys 53$(sparc_ONLY)dir path=platform/SUNW,Ultra-2 group=sys 54$(sparc_ONLY)dir path=platform/SUNW,Ultra-30 group=sys 55$(sparc_ONLY)dir path=platform/SUNW,Ultra-60 group=sys 56$(i386_ONLY)dir path=platform/i86pc group=sys 57$(i386_ONLY)dir path=platform/i86xpv group=sys 58$(sparc_ONLY)dir path=platform/sun4u group=sys 59$(sparc_ONLY)dir path=platform/sun4u/lib 60$(sparc_ONLY)dir path=platform/sun4u/lib/$(ARCH64) 61$(sparc_ONLY)dir path=platform/sun4u/lib/fs 62$(sparc_ONLY)dir path=platform/sun4u/lib/fs/hsfs 63$(sparc_ONLY)dir path=platform/sun4u/lib/fs/ufs 64$(sparc_ONLY)dir path=platform/sun4u/lib/fs/zfs 65$(sparc_ONLY)dir path=platform/sun4v group=sys 66$(sparc_ONLY)dir path=platform/sun4v/lib 67$(sparc_ONLY)dir path=platform/sun4v/lib/$(ARCH64) 68$(sparc_ONLY)dir path=platform/sun4v/lib/fs 69$(sparc_ONLY)dir path=platform/sun4v/lib/fs/hsfs 70$(sparc_ONLY)dir path=platform/sun4v/lib/fs/ufs 71$(sparc_ONLY)dir path=platform/sun4v/lib/fs/zfs 72$(sparc_ONLY)file path=etc/flash/postdeployment/ttydefs.cleanup group=sys \ 73 mode=0744 74$(sparc_ONLY)file \ 75 path=platform/SUNW,Netra-CP3060/kernel/misc/$(ARCH64)/platmod group=sys \ 76 mode=0755 77$(sparc_ONLY)file \ 78 path=platform/SUNW,Sun-Fire-T200/kernel/misc/$(ARCH64)/platmod group=sys \ 79 mode=0755 80# We force bootblks into a new BE because we want to make sure 81# the user can recover from a pre-existing copy of the bootblk 82# in the event that something goes horribly wrong. 83$(sparc_ONLY)file path=platform/sun4u/lib/fs/hsfs/bootblk group=sys mode=0444 \ 84 reboot-needed=true 85$(sparc_ONLY)file path=platform/sun4u/lib/fs/ufs/bootblk group=sys mode=0444 \ 86 reboot-needed=true 87$(sparc_ONLY)file path=platform/sun4u/lib/fs/zfs/bootblk group=sys mode=0444 \ 88 reboot-needed=true 89# We force bootblks into a new BE because we want to make sure 90# the user can recover from a pre-existing copy of the bootblk 91# in the event that something goes horribly wrong. 92$(sparc_ONLY)file path=platform/sun4v/lib/fs/hsfs/bootblk group=sys mode=0444 \ 93 reboot-needed=true 94$(sparc_ONLY)file path=platform/sun4v/lib/fs/ufs/bootblk group=sys mode=0444 \ 95 reboot-needed=true 96$(sparc_ONLY)file path=platform/sun4v/lib/fs/zfs/bootblk group=sys mode=0444 \ 97 reboot-needed=true 98$(i386_ONLY)legacy pkg=SUNWcar.i arch=$(ARCH).i86pc category=system \ 99 desc="core software for a specific hardware platform group" \ 100 hotline="Please contact your local service provider" \ 101 name="Core Architecture, (Root)" vendor="Sun Microsystems, Inc." \ 102 version=11.11,REV=2009.11.11 103$(sparc_ONLY)legacy pkg=SUNWcar.u arch=$(ARCH).sun4u category=system \ 104 desc="core software for a specific hardware platform group" \ 105 hotline="Please contact your local service provider" \ 106 name="Core Architecture, (Root)" vendor="Sun Microsystems, Inc." \ 107 version=11.11,REV=2009.11.11 108$(sparc_ONLY)legacy pkg=SUNWcar.v arch=$(ARCH).sun4v category=system \ 109 desc="core software for a specific hardware platform group" \ 110 hotline="Please contact your local service provider" \ 111 name="Core Architecture, (Root)" vendor="Sun Microsystems, Inc." \ 112 version=11.11,REV=2009.11.11 113$(sparc_ONLY)legacy pkg=SUNWcart200.v arch=$(ARCH).sun4v category=system \ 114 desc="core software for a specific hardware platform group" \ 115 hotline="Please contact your local service provider" \ 116 name="Core Architecture, sun4v-based platforms (Root)" \ 117 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 118$(i386_ONLY)legacy pkg=SUNWcarx.i arch=$(ARCH).i86pc category=system \ 119 desc="core software for the i86xpv virtual hardware platform" \ 120 hotline="Please contact your local service provider" \ 121 name="Core Architecture i86xpv, (Root)" vendor="Sun Microsystems, Inc." \ 122 version=11.11,REV=2009.11.11 123license cr_Sun license=cr_Sun 124license lic_CDDL license=lic_CDDL 125$(sparc_ONLY)link path=platform/SUNW,Netra-210 target=SUNW,Sun-Fire-V240 126$(sparc_ONLY)link path=platform/SUNW,Netra-240 target=SUNW,Sun-Fire-V240 127$(sparc_ONLY)link path=platform/SUNW,Netra-440 target=SUNW,Sun-Fire-V440 128$(sparc_ONLY)link path=platform/SUNW,Netra-CP3060/lib target=../sun4v/lib 129$(sparc_ONLY)link path=platform/SUNW,Netra-CP3260 target=sun4v 130$(sparc_ONLY)link path=platform/SUNW,Netra-T2000 target=SUNW,Sun-Fire-T200 131$(sparc_ONLY)link path=platform/SUNW,Netra-T5220 target=sun4v 132$(sparc_ONLY)link path=platform/SUNW,Netra-T5440 target=sun4v 133$(sparc_ONLY)link path=platform/SUNW,SPARC-Enterprise-T1000 target=sun4v 134$(sparc_ONLY)link path=platform/SUNW,SPARC-Enterprise-T2000 \ 135 target=SUNW,Sun-Fire-T200 136$(sparc_ONLY)link path=platform/SUNW,SPARC-Enterprise-T5120 target=sun4v 137$(sparc_ONLY)link path=platform/SUNW,SPARC-Enterprise-T5220 target=sun4v 138$(sparc_ONLY)link path=platform/SUNW,Sun-Blade-T6300 target=sun4v 139$(sparc_ONLY)link path=platform/SUNW,Sun-Blade-T6320 target=sun4v 140$(sparc_ONLY)link path=platform/SUNW,Sun-Blade-T6340 target=sun4v 141$(sparc_ONLY)link path=platform/SUNW,Sun-Fire-T1000 target=sun4v 142$(sparc_ONLY)link path=platform/SUNW,Sun-Fire-T200/lib target=../sun4v/lib 143$(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V210 target=SUNW,Sun-Fire-V240 144$(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V245 target=SUNW,Sun-Fire-V215 145$(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V490 target=SUNW,Sun-Fire-480R 146$(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V890 target=SUNW,Sun-Fire-880 147$(sparc_ONLY)link path=platform/SUNW,T5140 target=sun4v 148$(sparc_ONLY)link path=platform/SUNW,T5240 target=sun4v 149$(sparc_ONLY)link path=platform/SUNW,T5440 target=sun4v 150$(sparc_ONLY)link path=platform/SUNW,USBRDT-5240 target=sun4v 151