Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcodeparser.py423 varval = '${TESTVAR2} ${@bb.utils.filter("TESTVAR", "somevalue anothervalue", d)}'
424 self.d.setVar('ANOTHERVAR', varval)
428 self.assertEqual(sorted(values.splitlines()), sorted([varval]))
435 self.assertEqual(sorted(values.splitlines()), sorted([varval]))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py51 def infer_caller_details(loginfo, parent = False, varval = True): argument
73 if varval and ('variable' not in loginfo or 'detail' not in loginfo):