Home
last modified time | relevance | path

Searched refs:notadded (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py52 notadded, _ = bb.utils.edit_bblayers_conf(bblayers_conf, layerdirs, None)
54 if not (args.force or notadded):
63 for item in notadded:
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py426 def _test_bblayers_edit(self, before, after, add, remove, notadded, notremoved): argument
435 self.assertEqual(notadded, actual_notadded)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1520 notadded = []
1524 notadded.append(layer)
1525 notadded_canon = [canonicalise_path(layer) for layer in notadded]
1541 return (notadded, notremoved)