Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Daction.py51 notadded, _ = bb.utils.edit_bblayers_conf(bblayers_conf, layerdirs, None)
52 if not (args.force or notadded):
60 for item in notadded:
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1499 notadded = []
1503 notadded.append(layer)
1504 notadded_canon = [canonicalise_path(layer) for layer in notadded]
1520 return (notadded, notremoved)