diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-18 17:56:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-18 17:56:29 +0000 |
commit | aa3141e979326a9d931ff03bad75923faa1d9dc6 (patch) | |
tree | f19710369a25176057687fbe62e02c735a574da0 /meta | |
parent | 039498050ebd3d0a48d04980942e1482f7c70dbb (diff) | |
download | poky-aa3141e979326a9d931ff03bad75923faa1d9dc6.tar.gz |
image.bbclass: Fix locking so multiple image targets work
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4491 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 45096955dd..27165a1f35 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -68,6 +68,7 @@ LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVa | |||
68 | 68 | ||
69 | do_rootfs[nostamp] = "1" | 69 | do_rootfs[nostamp] = "1" |
70 | do_rootfs[dirs] = "${TOPDIR}" | 70 | do_rootfs[dirs] = "${TOPDIR}" |
71 | do_rootfs[lockfiles] = "${IMAGE_ROOTFS}.lock" | ||
71 | do_build[nostamp] = "1" | 72 | do_build[nostamp] = "1" |
72 | 73 | ||
73 | # Must call real_do_rootfs() from inside here, rather than as a separate | 74 | # Must call real_do_rootfs() from inside here, rather than as a separate |