From: Ming Liu <[email protected]> It's duplicated to packagegroup-core-boot in OE, let's drop it.
Signed-off-by: Ming Liu <[email protected]> --- .../packagegroups/packagegroup-boot.bb | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-oe/recipes-core/packagegroups/packagegroup-boot.bb diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb deleted file mode 100644 index b5e7b99cc..000000000 --- a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "Basic task to get a device booting" - -PR = "r58" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -inherit packagegroup - -# -# those ones can be set in machine config to supply packages needed to get machine booting -# -MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" - -# Make sure we build the kernel -DEPENDS = "virtual/kernel" - -# -# minimal set of packages - needed to boot -# -RDEPENDS_${PN} = "\ - base-files \ - base-passwd \ - busybox \ - netbase \ - ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \ - ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ -" - -RRECOMMENDS_${PN} = "\ - kernel \ - ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \ -" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85100): https://lists.openembedded.org/g/openembedded-devel/message/85100 Mute This Topic: https://lists.openembedded.org/mt/74862800/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
