From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] Misc feature additions
Date: Thu, 6 Mar 2014 16:46:07 +0000 [thread overview]
Message-ID: <cover.1394124256.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2014-03-06 16:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 16:46 Paul Eggleton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1394124256.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.