]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: Fix locking so multiple image targets work
authorRichard Purdie <richard@openedhand.com>
Sun, 18 May 2008 17:56:29 +0000 (17:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 18 May 2008 17:56:29 +0000 (17:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4491 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/image.bbclass

index 45096955dd48f3293c6b0f5c8aeb4706c0c9f52c..27165a1f3534f345276c12250aae1c1459acfb78 100644 (file)
@@ -68,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