diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-07 04:55:23 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 10:53:07 +0100 |
commit | 23ff42e8a0384cd4c9a70baab232a4478f9a76c2 (patch) | |
tree | 999eaf23415db6fbc567f7c700f02c313e8c62ec | |
parent | c8aba32fe99c22381fa379d5c52d3dcaef917db0 (diff) | |
download | poky-23ff42e8a0384cd4c9a70baab232a4478f9a76c2.tar.gz |
core-image.bbclass: Correct comment about packagegroups.
Default core image actually includes packagegroup-base-extended, not
just packagegroup-base.
(From OE-Core rev: 1e567d497713c31e03b58c9997058fc4c0181e5a)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/core-image.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 67e11bfef3..62363fb334 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 | |||
7 | 7 | ||
8 | # IMAGE_FEATURES control content of the core reference images | 8 | # IMAGE_FEATURES control content of the core reference images |
9 | # | 9 | # |
10 | # By default we install packagegroup-core-boot and packagegroup-base packages - this gives us | 10 | # By default we install packagegroup-core-boot and packagegroup-base-extended packages; |
11 | # working (console only) rootfs. | 11 | # this gives us working (console only) rootfs. |
12 | # | 12 | # |
13 | # Available IMAGE_FEATURES: | 13 | # Available IMAGE_FEATURES: |
14 | # | 14 | # |