DEBUG: Executing python function do_linkerpaths
ERROR: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_linkerpaths(d)
0003:
File: 'TOPDIR/sources/openembedded-core/meta/recipes-devtools/prelink/prelink_git.bb', lineno: 57, function: do_linkerpaths
0053:# For target prelink we need to ensure paths match the lib path layout
0054:# including for any configured multilibs
0055:#
0056:python do_linkerpaths () {
*** 0057: values = all_multilib_tune_list(["TUNE_ARCH", "baselib", "ABIEXTENSION"], d)
0058:
0059: arches = values["TUNE_ARCH"]
0060: baselibs = values["baselib"]
0061: abis = values["ABIEXTENSION"]
File: 'TOPDIR/sources/openembedded-core/meta/classes/utils.bbclass', lineno: 368, function: all_multilib_tune_list
0364: variants = (d.getVar("MULTILIB_VARIANTS") or "").split() + ['']
0365: for item in variants:
0366: localdata = get_multilib_datastore(item, d)
0367: values[v].append(localdata.getVar(v))
*** 0368: values['ml'].append(item)
0369: return values
0370:all_multilib_tune_list[vardepsexclude] = "OVERRIDES"
0371:
0372:# If the user hasn't set up their name/email, set some defaults
Exception: KeyError: 'ml'
DEBUG: Python function do_linkerpaths finished
ERROR: Function failed: do_linkerpaths