[bitbake-devel] [PATCH 0/3] Fixes for recent changes to cooker

Paul Eggleton paul.eggleton at linux.intel.com
Wed May 22 14:25:10 UTC 2013


The recent changes to the cooker structure have affected bitbake-layers,
the OE layer index update script and other users of tinfoil. These
changes bring tinfoil up-to-date and fix a couple of other issues.

(We may want to clean up the cookerdata params handling in the near
future so that we don't need TinfoilConfigParameters, but for now this
at least keeps things working.)


The following changes (against poky, but apply cleanly to bitbake master
with -p2) are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/tinfoil-fixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/tinfoil-fixes

Paul Eggleton (3):
  bitbake-layers: fix for move of calc_bbfile_priority within cooker
  tinfoil: fix for changes to cooker config structure
  cookerdata: rename _parse to parse_config_file

 bitbake/bin/bitbake-layers   |  2 +-
 bitbake/lib/bb/cookerdata.py | 12 ++++++------
 bitbake/lib/bb/tinfoil.py    | 41 +++++++++++++++++++++--------------------
 3 files changed, 28 insertions(+), 27 deletions(-)

-- 
1.8.1.2



More information about the bitbake-devel mailing list