]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image/populate_sdk: seprate variables to fix dependency ChenQi/YP8670
authorChen Qi <Qi.Chen@windriver.com>
Wed, 17 Feb 2016 03:31:00 +0000 (11:31 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Wed, 17 Feb 2016 05:18:13 +0000 (13:18 +0800)
commitdfcea62b0b5759ccfcb859dce594cc033a0174d3
tree91919c217a31843acc1479e8ac155eceaa3a0a98
parent31af4a37c429bb1db8bfc64242b2963220f9a0e1
image/populate_sdk: seprate variables to fix dependency

Previously, do_rootfs depends on variables like SDK_OS, SDK_OUTPUT, etc.
And changing variables like POPULATE_SDK_POST_HOST_COMMAND doesn't cause
do_populate_sdk to rerun.

This patch separates variables so that do_rootfs and do_populate_sdk could
correctly depend on their related variables.

[YOCTO #8670]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/classes/image.bbclass
meta/classes/populate_sdk_base.bbclass