From 959396d5319df6d6599cc74077e85182768b92af Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 6 Mar 2014 16:46:08 +0000 Subject: core-image-basic / packagegroup-core-basic: rename to *-full-cmdline This more accurately represents what this image and packagegroup are intended to provide (a more complete command-line environment similar to what you would find on a traditional Linux system), and avoids confusion with the similarly named core-image-base and packagegroup-base. Fixes [YOCTO #2424]. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-graphics/images/core-image-directfb.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb index ad0197ccec..5641195e8c 100644 --- a/meta/recipes-graphics/images/core-image-directfb.bb +++ b/meta/recipes-graphics/images/core-image-directfb.bb @@ -12,6 +12,6 @@ CONFLICT_DISTRO_FEATURES = "x11" IMAGE_INSTALL += "\ ${CORE_IMAGE_BASE_INSTALL} \ - packagegroup-core-basic \ + packagegroup-core-full-cmdline \ packagegroup-core-directfb \ " -- cgit 1.2.3-korg