[OE-core] [PATCH 0/3] fix package-index build issue

Laurentiu Palcu laurentiu.palcu at intel.com
Fri Feb 14 11:01:04 UTC 2014


After rootfs code refactoring, 'bitbake package-index' fails because it's
calling the old bash indexing routines. This patchset should fix that.

laurentiu

The following changes since commit b60ed2d0fd86a3ae5ce7facbb044677aa7ec2889:

  bitbake: runqueue: Ensure we do run 'masked' setscene tasks if specified as targets (2014-02-13 17:57:20 +0000)

are available in the git repository at:

  git://mirror.rb.intel.com/git.yoctoproject.org/poky-contrib lpalcu/package_index_recipe_fix

for you to fetch changes up to db1e6488ef483ab76f7eca961b214bd8f8758b2e:

  package_*.bbclass: remove references to the old bash indexing routines (2014-02-14 12:47:53 +0200)

----------------------------------------------------------------
Laurentiu Palcu (3):
      package_manager.py, rootfs.py, sdk.py: add Indexer class
      package-index.bb: use the new python indexing routines
      package_*.bbclass: remove references to the old bash indexing routines

 meta/classes/package_deb.bbclass        |    1 -
 meta/classes/package_ipk.bbclass        |    1 -
 meta/classes/package_rpm.bbclass        |    1 -
 meta/lib/oe/package_manager.py          |  339 ++++++++++++++++++++-----------
 meta/lib/oe/rootfs.py                   |   58 ------
 meta/lib/oe/sdk.py                      |   48 +----
 meta/recipes-core/meta/package-index.bb |    7 +-
 7 files changed, 224 insertions(+), 231 deletions(-)

Laurentiu Palcu (3):
  package_manager.py, rootfs.py, sdk.py: add Indexer class
  package-index.bb: use the new python indexing routines
  package_*.bbclass: remove references to the old bash indexing
    routines

 meta/classes/package_deb.bbclass        |    1 -
 meta/classes/package_ipk.bbclass        |    1 -
 meta/classes/package_rpm.bbclass        |    1 -
 meta/lib/oe/package_manager.py          |  339 ++++++++++++++++++++-----------
 meta/lib/oe/rootfs.py                   |   58 ------
 meta/lib/oe/sdk.py                      |   48 +----
 meta/recipes-core/meta/package-index.bb |    7 +-
 7 files changed, 224 insertions(+), 231 deletions(-)

-- 
1.7.9.5



More information about the Openembedded-core mailing list