All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Misc feature additions
@ 2014-03-06 16:46 Paul Eggleton
  2014-03-06 16:46 ` [PATCH 1/5] core-image-basic / packagegroup-core-basic: rename to *-full-cmdline Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2014-03-06 16:46 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit c6825ec6e92e20bb64a051d1576f363c16e98d68:

  recipes: bump PRs (2014-03-05 17:26:24 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/features
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/features

Belen Barros Pena (1):
  documentation.conf: sync with the Yocto Project reference manual

Paul Eggleton (4):
  core-image-basic / packagegroup-core-basic: rename to *-full-cmdline
  classes/image: support package-management in IMAGE_FEATURES
  Rename PACKAGE_GROUP variable to FEATURE_PACKAGES
  documentation.conf: drop obsolete variables

 meta/classes/core-image.bbclass                    |  27 ++--
 meta/classes/image.bbclass                         |   8 +-
 meta/conf/documentation.conf                       | 140 ++++++++++++++++--
 meta/lib/oe/packagegroup.py                        |  25 ++--
 meta/lib/oeqa/selftest/bbtests.py                  |   2 +-
 ...e-image-basic.bb => core-image-full-cmdline.bb} |   2 +-
 meta/recipes-extended/images/core-image-lsb.bb     |   2 +-
 .../packagegroups/packagegroup-core-basic.bb       | 138 -----------------
 .../packagegroup-core-full-cmdline.bb              | 163 +++++++++++++++++++++
 .../recipes-graphics/images/core-image-directfb.bb |   2 +-
 10 files changed, 326 insertions(+), 183 deletions(-)
 rename meta/recipes-extended/images/{core-image-basic.bb => core-image-full-cmdline.bb} (87%)
 delete mode 100644 meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
 create mode 100644 meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb

-- 
1.8.5.3



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

end of thread, other threads:[~2014-03-06 16:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 16:46 [PATCH 0/5] Misc feature additions Paul Eggleton
2014-03-06 16:46 ` [PATCH 1/5] core-image-basic / packagegroup-core-basic: rename to *-full-cmdline Paul Eggleton
2014-03-06 16:46 ` [PATCH 2/5] classes/image: support package-management in IMAGE_FEATURES Paul Eggleton
2014-03-06 16:46 ` [PATCH 3/5] Rename PACKAGE_GROUP variable to FEATURE_PACKAGES Paul Eggleton
2014-03-06 16:46 ` [PATCH 4/5] documentation.conf: drop obsolete variables Paul Eggleton
2014-03-06 16:46 ` [PATCH 5/5] documentation.conf: sync with the Yocto Project reference manual Paul Eggleton

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.