Lines Matching refs:bitbake

11 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
25 self.assertEqual(bitbake('-e').status, 0, msg = "bitbake couldn't run from \"conf\" dir")
32 …self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from builddir's …
39 … self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from /tmp/")
44 result = bitbake('selftest-hello-native')
52 bitbake('selftest-hello-native')
53 bitbake('selftest-hello-native -cclean')
54 result = bitbake('selftest-hello-native')
59 result = bitbake('-b asdf', ignore_status=True)
63 result = bitbake('asdf', ignore_status=True)
67 result = bitbake('-b asdf', ignore_status=True)
77 result = bitbake('man-db -c patch', ignore_status=True)
79 bitbake('-cclean man-db')
98 bitbake('-c clean %s' % test_recipe)
99 bitbake('-c package -f %s' % test_recipe)
104 bitbake('-c package -f %s' % test_recipe)
110 ret = bitbake(test_recipe)
117 bitbake(test_recipe)
120 result = bitbake('-C compile %s' % test_recipe)
127 result = bitbake('-g %s' % recipe)
134 bitbake('core-image-minimal')
150 result = bitbake('-c fetch man-db', ignore_status=True)
165 result = bitbake('-f -c fetch aspell', ignore_status=True)
238 result = bitbake('selftest-ed', ignore_status=True)
251 bitbake(test_recipe)
252 bitbake('-c clean %s' % test_recipe)
253 ret = bitbake('--setscene-only %s' % test_recipe)
264 bitbake(test_recipe)
265 bitbake('-c clean %s' % test_recipe)
267 ret = bitbake('--setscene-only %s' % test_recipe)
275 ret = bitbake('--skip-setscene %s' % test_recipe)
282 bitbake('-c clean %s' % test_recipe)
284 ret = bitbake('--skip-setscene %s' % test_recipe)
323 result = bitbake('{} -c patch'.format(test_recipe), ignore_status=False)
327 bitbake('-cclean {}'.format(test_recipe))
336 result = bitbake('{} -c patch'.format(test_recipe), ignore_status=False)
341 bitbake('-cclean {}'.format(test_recipe))
353 bitbake('gitunpackoffline -c fetch')
354 bitbake('gitunpackoffline -c patch')
365 result = bitbake('gitunpackoffline-fail -c fetch', ignore_status=True)
374 result = bitbake('{}'.format(recipe_name), ignore_status=True)