Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Chris Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Chris Larson <chris_larson@mentor.com>
Subject: Pull Request - misc + image features
Date: Tue,  5 Apr 2011 11:55:09 -0700	[thread overview]
Message-ID: <cover.1302029575.git.chris_larson@mentor.com> (raw)

From: Chris Larson <chris_larson@mentor.com>

This is a resend of the bits from the previous pull requests, but with the
final bit worked out.

Pull URL: https://github.com/kergoth/oe-core
  Branch: oe-sync
  Browse: https://github.com/kergoth/oe-core/commits/oe-sync

Thanks,
    Chris Larson <chris_larson@mentor.com>
---


Chris Larson (9):
  base.bbclass: switch to current OE's imports handling
  Shift oe import logic out of the event handler
  Implement variable typing (sync from OE)
  oe.packagegroup: add code for package groups (sync from OE)
  Move packagedata code into oe.packagedata (sync from OE)
  packagedata: don't choke on empty PACKAGES
  image.bbclass: switch to OE's IMAGE_FEATURES
  Use oe.data for IMAGE_FEATURES
  oe.data: expand the flags

 meta/classes/base.bbclass                          |   44 ++++----
 meta/classes/image.bbclass                         |   41 +++++++-
 meta/classes/package.bbclass                       |    4 +-
 meta/classes/package_rpm.bbclass                   |    3 +-
 meta/classes/packagedata.bbclass                   |   68 +------------
 meta/classes/poky-image.bbclass                    |   88 ++++------------
 meta/classes/typecheck.bbclass                     |   12 ++
 meta/conf/bitbake.conf                             |    1 +
 meta/lib/oe/data.py                                |   15 +++
 meta/lib/oe/maketype.py                            |   97 ++++++++++++++++++
 meta/lib/oe/packagedata.py                         |  107 ++++++++++++++++++++
 meta/lib/oe/packagegroup.py                        |   29 ++++++
 meta/lib/oe/test_types.py                          |   62 +++++++++++
 meta/lib/oe/types.py                               |  104 +++++++++++++++++++
 meta/recipes-core/images/poky-image-minimal-dev.bb |    2 +-
 meta/recipes-extended/images/poky-image-lsb-dev.bb |    2 +-
 meta/recipes-extended/images/poky-image-lsb-sdk.bb |    2 +-
 meta/recipes-sato/images/poky-image-sato-dev.bb    |    2 +-
 meta/recipes-sato/images/poky-image-sato-sdk.bb    |    2 +-
 19 files changed, 524 insertions(+), 161 deletions(-)
 create mode 100644 meta/classes/typecheck.bbclass
 create mode 100644 meta/lib/oe/data.py
 create mode 100644 meta/lib/oe/maketype.py
 create mode 100644 meta/lib/oe/packagedata.py
 create mode 100644 meta/lib/oe/packagegroup.py
 create mode 100644 meta/lib/oe/test_types.py
 create mode 100644 meta/lib/oe/types.py

-- 
1.7.4.1




                 reply	other threads:[~2011-04-05 18:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.1302029575.git.chris_larson@mentor.com \
    --to=kergoth@gmail.com \
    --cc=chris_larson@mentor.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox