[bitbake-devel] [PATCH 0/3] On knotty, Make sure bitbake.lock is unlocked before exiting

leonardo.sandoval.gonzalez at linux.intel.com leonardo.sandoval.gonzalez at linux.intel.com
Tue Jul 7 09:45:58 UTC 2015


From: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com>

Solves issues recently found on the AutoBuilder, where between one build and another the
following log error is seen:

	  ERROR: Only one copy of bitbake should be run against a build directory

More info on https://bugzilla.yoctoproject.org/show_bug.cgi?id=7941

The following changes since commit b78b1a6bb82fb864f1f857bf7259908d0ed930b5:

  tune-i586-nlp: Add new tune file to support Quark/X1000 CPU (2015-07-01 15:40:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lsandov1/PR-Service-selftest-failures-7941
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/PR-Service-selftest-failures-7941

Leonardo Sandoval (3):
  cooker.py: Lock/Unlock members function into BBCooker
  command.py: Unlock function included into CommandsSync class
  knotty.py: Make sure bitbake.lock is unlocked before exiting

 bitbake/lib/bb/command.py   |  6 ++++++
 bitbake/lib/bb/cooker.py    | 17 ++++++++++++++---
 bitbake/lib/bb/ui/knotty.py | 20 ++++++++++++++++++++
 3 files changed, 40 insertions(+), 3 deletions(-)

-- 
1.8.4.5




More information about the bitbake-devel mailing list