]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_base: Add setscene tasks
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 22 Oct 2021 21:44:22 +0000 (16:44 -0500)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 2 Nov 2021 02:41:25 +0000 (10:41 +0800)
commit292cd79bfb9a9e62f1cb4afaef7d8c7f2c4aac98
tree6e7083b636ee23cf11b4d4b9431cac5aa1c380cf
parentb5e799b94d918ad908eab5a0daf6a0ee460d7581
classes/populate_sdk_base: Add setscene tasks

do_populate_sdk was added to SSTATETASKS, but had no _setscene task
created to allow it to actually run from sstate. Add it so that SDKs can
be restored from sstate.

Note that like do_image_complete, do_populate_sdk is marked with
SSTATE_SKIP_CREATION by default so sstate is not used for them; adding
this task will allow it to work if the user overrides this default
though.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1f204592903a2fd9375b0f3c9c52e7dde0467460)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/populate_sdk_base.bbclass