]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: add gdb to full extensible SDK
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 22 Jul 2016 12:38:12 +0000 (00:38 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2016 22:47:02 +0000 (23:47 +0100)
commit9872dcc25c5cdfb99bda197db08476085f8c7ecc
tree6bd8d22d50996f530dd4c3fe00199c81c29bfbbb
parent4b7b48fcb9b39fccf8222650c2608325df2a4507
classes/populate_sdk_ext: add gdb to full extensible SDK

If SDK_EXT_TYPE is set to "full" then we really ought to be shipping
everything that is expected to be in the SDK, and that includes gdb
(it's already referred to by the environment setup script if nothing
else). This is implemented by using the SDK_INCLUDE_TOOLCHAIN
functionality I just added, since the only material thing that adds on
top of a full SDK is gdb and we should always have the rest of it in a
full SDK anyway.

Fixes [YOCTO #9850].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass