]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: exclude image tasks from locked signatures
authorAmarnath Valluri <amarnath.valluri@intel.com>
Tue, 6 Sep 2016 13:13:06 +0000 (16:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Sep 2016 21:20:03 +0000 (22:20 +0100)
commit46401034f017d234833997d2fb3122190f9029bf
tree6621b23a204b5d34b23caea6bb0485033d0e4306
parent75a5297369c7b04cef098e2a76f7f8f4781764aa
classes/populate_sdk_ext: exclude image tasks from locked signatures

Tasks for image recipes cannot be locked and should be excluded from eSDK
generated locked-sigs.inc. get_sdk_install_targets() was not returning right
image targets to be excluded incase of 'minimal' sdk. This change fixes the issue.

Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_ext.bbclass