Searched refs:notadded (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 51 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 D | utils.py | 426 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 D | utils.py | 1499 notadded = [] 1503 notadded.append(layer) 1504 notadded_canon = [canonicalise_path(layer) for layer in notadded] 1520 return (notadded, notremoved)
|