From 3d8b87c0eeb213b43fc97b1e4b0ff3df3fd1468a Mon Sep 17 00:00:00 2001 From: Stefan Sicleru Date: Mon, 7 Mar 2016 13:43:33 +0100 Subject: packagegroups: remove enea-core-boot packagroup-enea-core-boot was a legacy from older releases, all of its useful content can be found in packagegroup-core-boot from poky Signed-off-by: Stefan Sicleru Signed-off-by: Martin Borg --- images/enea-image-common.inc | 2 +- .../packagegroups/packagegroup-enea-core-boot.bb | 65 ---------------------- 2 files changed, 1 insertion(+), 66 deletions(-) delete mode 100644 recipes-core/packagegroups/packagegroup-enea-core-boot.bb diff --git a/images/enea-image-common.inc b/images/enea-image-common.inc index 2f063eb..b94be17 100644 --- a/images/enea-image-common.inc +++ b/images/enea-image-common.inc @@ -1,7 +1,7 @@ IMAGE_FEATURES += "ssh-server-dropbear package-management" IMAGE_INSTALL = " \ - packagegroup-enea-core-boot \ + packagegroup-core-boot \ " IMAGE_LINGUAS = "" diff --git a/recipes-core/packagegroups/packagegroup-enea-core-boot.bb b/recipes-core/packagegroups/packagegroup-enea-core-boot.bb deleted file mode 100644 index ee762e9..0000000 --- a/recipes-core/packagegroups/packagegroup-enea-core-boot.bb +++ /dev/null @@ -1,65 +0,0 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# - -SUMMARY = "Minimal boot requirements" -DESCRIPTION = "The minimal and busybox set of packages required to boot the system" -LICENSE = "MIT" -DEPENDS = "virtual/kernel" -PR = "r11" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -inherit packagegroup - -# -# Set by the machine configuration with packages essential for device bootup -# -MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" - -# For backwards compatibility after rename -RPROVIDES_${PN} = "task-core-boot" -RREPLACES_${PN} = "task-core-boot" -RCONFLICTS_${PN} = "task-core-boot" - -# Distro can override the following VIRTUAL-RUNTIME providers: -VIRTUAL-RUNTIME_dev_manager ?= "udev" -VIRTUAL-RUNTIME_login_manager ?= "busybox" -VIRTUAL-RUNTIME_init_manager ?= "sysvinit" -VIRTUAL-RUNTIME_initscripts ?= "initscripts" -VIRTUAL-RUNTIME_keymaps ?= "keymaps" - -RDEPENDS_${PN} += "\ - base-files \ - base-passwd \ - ${@base_contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \ - modutils-initscripts \ - netbase \ - init-ifupdown \ - ${VIRTUAL-RUNTIME_login_manager} \ - ${VIRTUAL-RUNTIME_init_manager} \ - ${VIRTUAL-RUNTIME_initscripts} \ - ${VIRTUAL-RUNTIME_dev_manager} \ - ${VIRTUAL-RUNTIME_update-alternatives} \ - ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" - -RDEPENDS_${PN}_append_fslmachine = " u-boot" -RDEPENDS_${PN}_append_p2041 = " rcw" -RDEPENDS_${PN}_append_p4080 = " rcw" -RDEPENDS_${PN} += "\ - busybox \ - ${@base_contains("MACHINE_FEATURES", "rtc", "busybox-hwclock", "", d)} \ - " - -RDEPENDS_${PN}_append_x86 = "\ - kernel-vmlinux \ - kernel \ - " -RDEPENDS_${PN}_append_x86-64 = "\ - kernel-vmlinux \ - kernel \ - " - -RRECOMMENDS_${PN} = "\ - ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" -- cgit v1.2.3-54-g00ecf