]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: don't let do_rootfs depend on BUILDNAME
authorChen Qi <Qi.Chen@windriver.com>
Wed, 4 Feb 2015 07:11:32 +0000 (15:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 13:30:57 +0000 (13:30 +0000)
commiteb6305d03723527830976c3a4ce2342a0e09eefc
tree559ef9ed46c65b13aed7494961a23a487f1ec595
parente52d8281eb98dbade2d82451fa9788285121437e
image.bbclass: don't let do_rootfs depend on BUILDNAME

BUILDNAME is set by cooker as a string of current time. Letting do_rootfs
task depend on this variable gets us no benefit. Besides, letting do_rootfs
task depend on this variable will cause us trouble when executing
`bitbake -S none core-image-minimal'. With current code, this command
gives us error complaining about the different bashhash of do_rootfs task.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass