mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
populate_sdk_ext: Don't set sdk_update_targets in the config
sdk_update_targets isn't used by any code, so there is no reason to set it. (From OE-Core rev: e9349939e22ca9cf0efe0795291c01fbdeb96a8c) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b7a43e85e
commit
71bb33266d
@@ -99,7 +99,6 @@ python copy_buildsystem () {
|
||||
config.set('General', 'core_meta_subdir', core_meta_subdir)
|
||||
config.add_section('SDK')
|
||||
config.set('SDK', 'sdk_targets', d.getVar('SDK_TARGETS', True))
|
||||
config.set('SDK', 'sdk_update_targets', d.getVar('SDK_INSTALL_TARGETS', True))
|
||||
updateurl = d.getVar('SDK_UPDATE_URL', True)
|
||||
if updateurl:
|
||||
config.set('SDK', 'updateserver', updateurl)
|
||||
|
||||
Reference in New Issue
Block a user