]> 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, 30 Jan 2016 12:01:45 +0000 (12:01 +0000)
commite1763aae5961a06a05ee8834ab20cf752bddf793
tree70f5b9bda661d1bf33f6a6fafd8cdeafd2572ce9
parentf2b86a69d88d382f16bbec070adc8199932b2c02
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>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/image.bbclass