Searched refs:fetchdir (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/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) 189 if args.fetchdir: 190 fetchdir = args.fetchdir 192 fetchdir = self.tinfoil.config_data.getVar('BBLAYERS_FETCH_DIR') 193 if not fetchdir: 197 if not os.path.exists(fetchdir): 198 os.makedirs(fetchdir) 209 subdir, name, layerdir = self.get_fetch_layer(fetchdir, 241 args.fetchdir = ""
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.rst | 82 - bitbake-layers: layerindex-fetch: add ``--fetchdir`` parameter
|