]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
image/populate_sdk: seprate variables to fix dependency ChenQi/bug8670
authorChen Qi <Qi.Chen@windriver.com>
Tue, 5 Jan 2016 07:26:30 +0000 (15:26 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Tue, 5 Jan 2016 07:51:19 +0000 (15:51 +0800)
commitf51479ec00250de627c5a29851cc971b58efc080
tree5e6bbd6f4f48f50db8aafa2b30804d85aa21c83f
parent80b3974081c4a8c604e23982a6db8fb32c616058
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