mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
populate_sdk_base: Put populate_sdk under sstate control
Adding populate_sdk task to SSTATE_TASKS should make sstate machinery to generate manifest for deployed sdk artifacts and do final deployment to SDK_DEPLOY. Set stamp-extra-info flag for do_populate_sdk task. This flag is used in the name of sstate manifest. Setting it to predetermined value for populate_sdk task should help to get correct manifest filenames when processing runQueueTask events. The do_populate_sdk function is also executed by do_populate_sdk_ext so in order to avoid conflicts with the sstate postfuncs, split the main code into a separate function. We also need to set SDKDEPLOYDIR as do_populate_sdk_ext expects it in order not to break ESDK generation. (From OE-Core rev: 8361376b8ef0147276c9ee31349e904d86900593) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bc31120ec6
commit
3c3962d27e
@@ -599,8 +599,9 @@ fakeroot python do_populate_sdk_ext() {
|
||||
buildtools_fn = get_current_buildtools(d)
|
||||
d.setVar('SDK_REQUIRED_UTILITIES', get_sdk_required_utilities(buildtools_fn, d))
|
||||
d.setVar('SDK_BUILDTOOLS_INSTALLER', buildtools_fn)
|
||||
d.setVar('SDKDEPLOYDIR', '${DEPLOY_DIR}/sdk')
|
||||
|
||||
bb.build.exec_func("do_populate_sdk", d)
|
||||
populate_sdk_common(d)
|
||||
}
|
||||
|
||||
def get_ext_sdk_depends(d):
|
||||
|
||||
Reference in New Issue
Block a user