diff options
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-boot.bb')
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb index 7e80fffe4a..b49fb3f291 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb | |||
| @@ -6,11 +6,13 @@ DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image" | |||
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | DEPENDS = "virtual/kernel" | 9 | DEPENDS = "virtual/kernel" |
| 11 | ALLOW_EMPTY = "1" | ||
| 12 | PR = "r9" | 10 | PR = "r9" |
| 13 | 11 | ||
| 12 | inherit packagegroup | ||
| 13 | |||
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 15 | |||
| 14 | # | 16 | # |
| 15 | # Set by the machine configuration with packages essential for device bootup | 17 | # Set by the machine configuration with packages essential for device bootup |
| 16 | # | 18 | # |
| @@ -24,13 +26,7 @@ VIRTUAL-RUNTIME_init_manager ?= "sysvinit" | |||
| 24 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" | 26 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" |
| 25 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" | 27 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" |
| 26 | 28 | ||
| 27 | PACKAGES = "\ | 29 | RDEPENDS_${PN} = "\ |
| 28 | packagegroup-core-boot \ | ||
| 29 | packagegroup-core-boot-dbg \ | ||
| 30 | packagegroup-core-boot-dev \ | ||
| 31 | " | ||
| 32 | |||
| 33 | RDEPENDS_packagegroup-core-boot = "\ | ||
| 34 | base-files \ | 30 | base-files \ |
| 35 | base-passwd \ | 31 | base-passwd \ |
| 36 | busybox \ | 32 | busybox \ |
| @@ -45,5 +41,5 @@ RDEPENDS_packagegroup-core-boot = "\ | |||
| 45 | ${VIRTUAL-RUNTIME_update-alternatives} \ | 41 | ${VIRTUAL-RUNTIME_update-alternatives} \ |
| 46 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" | 42 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" |
| 47 | 43 | ||
| 48 | RRECOMMENDS_packagegroup-core-boot = "\ | 44 | RRECOMMENDS_${PN} = "\ |
| 49 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" | 45 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" |
