From e39a57bd9aadc087279cc71376d357969a5a5bea Mon Sep 17 00:00:00 2001 From: Stefan Sicleru Date: Fri, 4 Mar 2016 14:42:07 +0100 Subject: packagegroups: replace enea-debug with core-tools-debug Most of packagegroup-enea-debug content can be found within packagegroup-core-tools-debug which is provided through tools-debug image feature. rsync and systemtap are provided through a bbappend; kexec-tools is provided through tools-testapps image feature. Other variables such as PACKAGES, PACKAGE_ARCH, ALLOW_EMPTY are already provided through inherited packagegroup.bbclass, hence enea-debug packagegroup is deleted. Signed-off-by: Stefan Sicleru Signed-off-by: Martin Borg --- recipes-core/packagegroups/packagegroup-core-tools-debug.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-core/packagegroups/packagegroup-core-tools-debug.bbappend (limited to 'recipes-core/packagegroups/packagegroup-core-tools-debug.bbappend') diff --git a/recipes-core/packagegroups/packagegroup-core-tools-debug.bbappend b/recipes-core/packagegroups/packagegroup-core-tools-debug.bbappend new file mode 100644 index 0000000..136f946 --- /dev/null +++ b/recipes-core/packagegroups/packagegroup-core-tools-debug.bbappend @@ -0,0 +1 @@ +RDEPENDS_${PN} += "rsync systemtap" -- cgit v1.2.3-54-g00ecf