diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 15:41:17 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 15:41:17 +0100 |
commit | 0e0fadb400b4656c4b15ae4120aa39ff8ed72985 (patch) | |
tree | ff7a68626867d8176f791bf95bce8ab64b147cf1 /meta/classes/image.bbclass | |
parent | fafb40364dfc3951a1d62a49a412f0e15e284d03 (diff) | |
download | poky-0e0fadb400b4656c4b15ae4120aa39ff8ed72985.tar.gz |
rootfs_rpm: Add lock file in the rpm deploy directory to allow mutliple rootfs creation tasks to coexist without breaking each other
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 1b34ac423b..3db34ac193 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -90,7 +90,7 @@ LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVa | |||
90 | 90 | ||
91 | do_rootfs[nostamp] = "1" | 91 | do_rootfs[nostamp] = "1" |
92 | do_rootfs[dirs] = "${TOPDIR}" | 92 | do_rootfs[dirs] = "${TOPDIR}" |
93 | do_rootfs[lockfiles] = "${IMAGE_ROOTFS}.lock" | 93 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" |
94 | do_build[nostamp] = "1" | 94 | do_build[nostamp] = "1" |
95 | 95 | ||
96 | # Must call real_do_rootfs() from inside here, rather than as a separate | 96 | # Must call real_do_rootfs() from inside here, rather than as a separate |