]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image.bbclass: don't let do_rootfs depend on BUILDNAME ChenQi/image-BUILDNAME
authorChen Qi <Qi.Chen@windriver.com>
Wed, 4 Feb 2015 07:01:51 +0000 (15:01 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Wed, 4 Feb 2015 07:08:19 +0000 (15:08 +0800)
commit09888cf519db6e6d1184a02afa468ccfbff3d227
tree68fc4637cd51fd2f1ec5e22534085128345691d9
parent2104111edc85d057eb4fadecd007f5c592803da6
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>
meta/classes/image.bbclass