Home
last modified time | relevance | path

Searched refs:appends (Results 1 – 25 of 76) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache.py88 self.appends = self.listvar('__BBAPPEND', metadata)
282 def parse_recipe(bb_data, bbfile, appends, mc=''): argument
292 if appends:
293 bb_data.setVar('__BBAPPEND', " ".join(appends))
304 def loadDataFull(self, virtualfn, appends): argument
311 bb_data = self.load_bbfile(virtualfn, appends, virtonly=True)
314 def load_bbfile(self, bbfile, appends, virtonly = False, mc=None): argument
324 datastores = parse_recipe(bb_data, bbfile, appends, mc)
329 return parse_recipe(bb_data, bbfile, appends, mc)
332 datastores = parse_recipe(bb_data, bbfile, appends)
[all …]
H A Dtinfoil.py629 def parse_recipe_file(self, fn, appends=True, appendlist=None, config_data=None): argument
645 if appends and appendlist == []:
646 appends = False
649 … dscon = self.run_command('parseRecipeFile', fn, appends, appendlist, config_data.dsindex)
651 dscon = self.run_command('parseRecipeFile', fn, appends, appendlist)
H A Dcooker.py2121 def parse(self, mc, cache, filename, appends): argument
2135 return True, mc, cache.parse(filename, appends)
2174 appends = self.cooker.collections[mc].get_file_appends(filename)
2175 if not self.bb_caches[mc].cacheValid(filename, appends):
2176 self.willparse.add((mc, self.bb_caches[mc], filename, appends))
2178 self.fromcache.add((mc, self.bb_caches[mc], filename, appends))
2289 for mc, cache, filename, appends in self.fromcache:
2290 cached, infos = cache.load(filename, appends)
2393 for mc, filename, appends in to_reparse:
2394 infos = self.bb_caches[mc].parse(filename, appends)
H A Dcommand.py546 appends = params[1]
553 if appends:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py281 appends = False
293 appends = True
296 appends = True
298 if not appends:
317 for basename, appends in appended:
319 for append in appends:
338 appends = self.tinfoil.cooker.collections[mc].get_file_appends(basename)
339 if appends:
340 appended.append((basename, list(appends)))
H A Daction.py180 appends = set()
182appends |= set(self.tinfoil.cooker.collections[mc].get_file_appends(f1full))
183 for append in appends:
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dedit.py35 appends = tinfoil.get_file_appends(recipe_path)
37 return scriptutils.run_editor([recipe_path] + list(appends), logger)
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dprocfs-diskstats26 Kernel 4.18+ appends four more fields for discard
36 Kernel 5.5+ appends two more fields for flush requests:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbase.bbclass460 def expandFilter(appends, extension, prefix):
461 appends = bb.utils.explode_deps(d.expand(" ".join(appends)))
463 for a in appends:
479 def appendVar(varname, appends):
480 if not appends:
484 appends = expandFilter(appends, "", "nativesdk-")
486 appends = expandFilter(appends, "-native", "")
488 appends = expandFilter(appends, "", mlprefix)
490 d.appendVar(varname, " " + " ".join(appends))
707 # need to be careful to not double up the appends here and cause
H A Dcrosssdk.bbclass12 # Set features here to prevent appends and distro features backfill
H A Dnativesdk.bbclass80 # Set features here to prevent appends and distro features backfill
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddistrodata.py55 rd = tinfoil.parse_recipe_file(fn, appends=False)
119 rd = tinfoil.parse_recipe_file(fn, appends=False)
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py120 def parse_recipe(config, tinfoil, pn, appends, filter_workspace=True): argument
127 if appends:
136 rd = tinfoil.parse_recipe_file(recipefile, appends, append_files)
H A Dmenuconfig.py41 rd = parse_recipe(config, tinfoil, args.component, appends=True, filter_workspace=False)
H A Dbuild.py49 rd = parse_recipe(config, tinfoil, args.recipename, appends=True, filter_workspace=False)
H A Dutilcmds.py61 rd = parse_recipe(config, tinfoil, args.recipename, appends=True, filter_workspace=False)
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker148 …g, data, databuilder, workerdata, fn, task, taskname, taskhash, unihash, appends, taskdepdata, ext… argument
260 the_data = bb_cache.loadDataFull(fn, appends)
477 …fn, task, taskname, taskhash, unihash, quieterrors, appends, taskdepdata, dry_run_exec = pickle.lo…
480 …elf.databuilder, self.workerdata, fn, task, taskname, taskhash, unihash, appends, taskdepdata, sel…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A Dnot-append-system-name-to-lib-name.patch1 It appends system name to library names for cross compile. For example, the
H A D0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch9 E.g 'wx-config --libs' appends a '-Linux' to all libraries (e.g
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dclang-warnings.patch9 nfs_error copies the format string and appends newline to it
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/
H A Dshadow-securetty_4.6.bb25 # it into newline-separated tty's and appends them into
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dimage-manifest195 appends = True
196 data = tinfoil.parse_recipe_file(info.fn, appends, append_files)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py385 appends = (d.getVar("__BBAPPEND") or "").split()
386 for append in appends:
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-general.rst70 bitbake-layers show-appends
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/
H A Ddropbear.inc65 # This option appends to CFLAGS and LDFLAGS from OE

1234