git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f8e80
)
image.bbclass: Fix image creation locking so creating multiple images at once works...
author
Richard Purdie
<rpurdie@rpsys.net>
Sun, 18 May 2008 20:54:49 +0000
(20:54 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sun, 18 May 2008 20:54:49 +0000
(20:54 +0000)
classes/image.bbclass
patch
|
blob
|
history
diff --git
a/classes/image.bbclass
b/classes/image.bbclass
index
f8d896d
..
35080c1
100644
(file)
--- a/
classes/image.bbclass
+++ b/
classes/image.bbclass
@@
-32,6
+32,8
@@
python () {
for dep in (bb.data.getVar('EXTRA_IMAGEDEPENDS', d, True) or "").split():
deps += " %s:do_populate_staging" % dep
bb.data.setVarFlag('do_rootfs', 'depends', deps, d)
+
+ runtime_mapping_rename("PACKAGE_INSTALL", d)
}
#
@@
-66,6
+68,7
@@
LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVa
do_rootfs[nostamp] = "1"
do_rootfs[dirs] = "${TOPDIR}"
+do_rootfs[lockfiles] = "${IMAGE_ROOTFS}.lock"
do_build[nostamp] = "1"
# Must call real_do_rootfs() from inside here, rather than as a separate