]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_ext.bbclass: Add SDK_RECRDEP_TASKS variable
authorRandy Witt <randy.e.witt@linux.intel.com>
Fri, 19 Feb 2016 04:42:03 +0000 (20:42 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Feb 2016 09:31:58 +0000 (09:31 +0000)
commit4236b9653f6dfbddc937108bbbd9a9445eb81382
tree791cc8da255516b6c82f79edab22ab72e35d8c1d
parent3bb07c61220b89384a76c745e33be37aad5095c0
populate_sdk_ext.bbclass: Add SDK_RECRDEP_TASKS variable

Currently there isn't a way for the extensible sdk to know all the tasks
that will need sstate for an image. This is because a layer can add it's
on custom tasks that are required for an image to be generated.

The extensible sdk solved this for poky by using recrdeptask and
specifying the tasks known to be required for the image as well as for
building new recipes.

So the SDK_RECRDEP_TASKS variable allows a user to specify additional
tasks that need to be pulled in.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass