All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] core-image.bbclass: Fix comment to refer to packagegroup-base-extended.
@ 2013-10-12 11:33 Robert P. J. Day
  2013-10-14 13:17 ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2013-10-12 11:33 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list


Fix the comment to match the actual inclusion further down in that
file, which is:

CORE_IMAGE_BASE_INSTALL = '\
    packagegroup-core-boot \
    packagegroup-base-extended \

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  feel free to ignore this if there are any other changes i can add to
this to make a larger single patch out of it.

diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index e7c34e2..2982ff6 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3

 # 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:
 #

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-14 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 11:33 [PATCH] core-image.bbclass: Fix comment to refer to packagegroup-base-extended Robert P. J. Day
2013-10-14 13:17 ` Paul Eggleton
2013-10-14 13:37   ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.