]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: avoid unnecessary sstate being brought in
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 12 Jan 2016 21:39:03 +0000 (10:39 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jan 2016 00:09:22 +0000 (00:09 +0000)
commiteabeb26335b1a4eb1e68218160dbdbe8fdf36272
tree450f53a158c894398b79f7f259b982096ee0716a
parent7e36d13212763fe409747aba011c020c9aeba6d7
classes/populate_sdk_ext: avoid unnecessary sstate being brought in

Create a separate task where we can just have the recursive dependencies
for the tasks corresponding to constructing the SDK content (i.e. from
the image contents). This avoids us recursing into dependencies from
buildtools and getting a bunch of nativesdk stuff, for example.

(This isn't an ideal way to have to implement it, but without
overcomplicating things on the BitBake side just for this use-case I
can't see a better way.)

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