Home
last modified time | relevance | path

Searched refs:varval (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcodeparser.py417 varval = '${TESTVAR2} ${@bb.utils.filter("TESTVAR", "somevalue anothervalue", d)}'
418 self.d.setVar('ANOTHERVAR', varval)
422 self.assertEqual(sorted(values.splitlines()), sorted([varval]))
429 self.assertEqual(sorted(values.splitlines()), sorted([varval]))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py48 def infer_caller_details(loginfo, parent = False, varval = True): argument
70 if varval and ('variable' not in loginfo or 'detail' not in loginfo):