Searched refs:fetchdir (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 29 def get_fetch_layer(self, fetchdir, url, subdir, fetch_layer, branch, shallow=False): argument 33 repodir = os.path.join(fetchdir, layername) 164 if args.fetchdir: 165 fetchdir = args.fetchdir 167 fetchdir = self.tinfoil.config_data.getVar('BBLAYERS_FETCH_DIR') 168 if not fetchdir: 172 if not os.path.exists(fetchdir): 173 os.makedirs(fetchdir) 184 subdir, name, layerdir = self.get_fetch_layer(fetchdir, 216 args.fetchdir = ""
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.rst | 78 - bitbake-layers: layerindex-fetch: add ``--fetchdir`` parameter
|