[oe-commits] Robert P. J. Day : core-image.bbclass: Correct comment about packagegroups.

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 09:56:37 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 1e567d497713c31e03b58c9997058fc4c0181e5a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1e567d497713c31e03b58c9997058fc4c0181e5a

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Thu Aug  7 04:55:23 2014 -0400

core-image.bbclass: Correct comment about packagegroups.

Default core image actually includes packagegroup-base-extended, not
just packagegroup-base.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/core-image.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index 67e11bf..62363fb 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 
 # IMAGE_FEATURES control content of the core reference images
 # 
-# By default we install packagegroup-core-boot and packagegroup-base packages - this gives us
-# working (console only) rootfs.
+# By default we install packagegroup-core-boot and packagegroup-base-extended packages;
+# this gives us working (console only) rootfs.
 #
 # Available IMAGE_FEATURES:
 #



More information about the Openembedded-commits mailing list