]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk: don't force target debug packages into SDK
authorRoss Burton <ross.burton@intel.com>
Wed, 21 Dec 2016 16:36:07 +0000 (16:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Dec 2016 13:38:14 +0000 (13:38 +0000)
commit4c711830ae26008f73bbf557964bdb86b8c922da
tree9b2f9b72b7bc327f9533b65c95155b4e1fd44491
parent425afe2484707640ac71194885fdb263e95e9950
populate_sdk: don't force target debug packages into SDK

TOOLCHAIN_TARGET_TASK doesn't need to explicitly list sdk-target-dbg because if
SDKIMAGE_FEATURES contains dbg-pkgs (as it does by default) then they'll all be
installed anyway.  This means that if the user removes dbg-pkgs from
SDKIMAGE_FEATURES then the SDK correctly doesn't have debug packages in.

[ YOCTO #9078 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_base.bbclass