Home
last modified time | relevance | path

Searched refs:recipename (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py47 args.recipename = ''
55 if os.sep in args.recipename:
57 args.recipename = None
78 if args.recipename:
79 if args.recipename in workspace:
136 if args.recipename:
803 if pn != args.recipename:
1053 newname = args.recipename
2105 if args.recipename:
2117 recipes = args.recipename
[all …]
H A Ddeploy.py140 check_workspace_recipe(workspace, args.recipename, checksrc=False)
145 rd = tinfoil.parse_recipe(args.recipename)
148 (args.recipename, e))
181 'any files.' % args.recipename)
191 …oe.package.strip_execs(args.recipename, recipe_outdir, strip_cmd, libdir, base_libdir, max_process)
213 print('Files to be deployed for %s on target %s:' % (args.recipename, args.target))
267 …' % (ssh_sshexec, ssh_port, extraoptions, args.target, tmpscript, args.recipename, destdir, tmpfil…
284 if args.all and args.recipename:
286 elif not args.recipename and not args.all:
324 …%s\'' % (ssh_sshexec, ssh_port, extraoptions, args.target, tmpscript, args.recipename), shell=True)
[all …]
H A Dbuild.py46 workspacepn = check_workspace_recipe(workspace, args.recipename, bbclassextend=True)
49 rd = parse_recipe(config, tinfoil, args.recipename, appends=True, filter_workspace=False)
71 if args.recipename.endswith('-native') and 'package' in task:
73 bbargs.append('%s:%s' % (args.recipename, task))
H A Dutilcmds.py26 if args.recipename in workspace:
27 recipefile = workspace[args.recipename]['recipefile']
33 rd = parse_recipe(config, tinfoil, args.recipename, True)
58 check_workspace_recipe(workspace, args.recipename)
61 rd = parse_recipe(config, tinfoil, args.recipename, appends=True, filter_workspace=False)
88 'bitbake -c configure %s' % args.recipename,
H A Dpackage.py19 check_workspace_recipe(workspace, args.recipename)
33 …mmand(config.init_path, basepath, 'bitbake -c %s %s' % (package_task, args.recipename), watch=True)
H A Dupgrade.py540 if args.recipename in workspace:
541 raise DevtoolError("recipe %s is already in your workspace" % args.recipename)
543 …ou specify --srcbranch/-B then you must use --srcrev/-S to specify the revision" % args.recipename)
549 rd = parse_recipe(config, tinfoil, args.recipename, True)
554 if pn != args.recipename:
555 logger.info('Mapping %s to %s' % (args.recipename, pn))
629 rd = parse_recipe(config, tinfoil, args.recipename, True)
H A Dsdk.py247 for recipe in args.recipename:
265 for recipe in args.recipename:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py43 if recipename == depname and depmc == mc:
49 if "%s->%s" % (recipename, depname) in siggen.saferecipedeps:
57 if isNative(recipename) or isCross(recipename) or isNativeSDK(recipename):
164 recipename = dataCaches[mc].pkg_fn[fn]
165 self.lockedpnmap[fn] = recipename
169 if recipename in self.unlockedrecipes:
180 self.unlockedrecipes[recipename] = ''
183 if not unlocked and recipename in self.lockedsigs:
184 if task in self.lockedsigs[recipename]:
185 h_locked = self.lockedsigs[recipename][task][0]
[all …]
H A Dpackagegroup.py34 recipe = oe.packagedata.recipename(pkg, d)
H A Dpackagedata.py114 def recipename(pkg, d): function
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dparse.py295 recipename = tempdir + "/recipe.bb"
304 with open(recipename, "w") as f:
308 d = bb.parse.handle(recipename, bb.data.createCopy(self.d))['']
325 with open(recipename, "a+") as f:
332 d = bb.parse.handle(recipename, bb.data.createCopy(self.d))['']
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dcve_check.py137 recipename = report["package"][0]["name"]
138 recipe_report = os.path.join(vars["CVE_CHECK_DIR"], recipename + "_cve.json")
144 self.assertEqual(report["package"][0]["name"], recipename)
H A Ddevtool.py2287 recipename = 'i2c-tools'
2289 …recipefile = os.path.join(self.workspacedir, 'recipes', recipename, '%s_%s.bb' % (recipename, reci…
2294 …self.assertExists(os.path.join(self.workspacedir, 'sources', recipename), 'Source directory not cr…
2304 result = runCmd('devtool rename %s %s -V %s' % (recipename, newrecipename, newrecipever))
2306 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipename), 'Old recipe directory…
2310 checkvars['S'] = '${WORKDIR}/%s-%s' % (recipename, recipever)
2317 result = runCmd('devtool rename %s %s' % (recipename, newrecipename))
2322 checkvars['S'] = '${WORKDIR}/%s-${PV}' % recipename
2328 …ewrecipefile = os.path.join(self.workspacedir, 'recipes', recipename, '%s_%s.bb' % (recipename, ne…
2329 result = runCmd('devtool rename %s -V %s' % (recipename, newrecipever))
[all …]
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py199 (recipename, appendname) = b
260 def apply_append(self, appendname, recipename): argument
262 with open(recipename, 'a') as recipefile:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py317 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches): argument
321 if self.twl and not self.twl.search(recipename):
343 recipename = dataCaches[mc].pkg_fn[mcfn]
345 self.tidtopn[tid] = recipename
351 if not self.rundep_check(mcfn, recipename, task, dep, dep_pn, dataCaches):
362 …hecksum_cache.get_checksums(dataCaches[mc].file_checksums[mcfn][task], recipename, self.localdirse…
364 …b.fetch2.get_file_checksums(dataCaches[mc].file_checksums[mcfn][task], recipename, self.localdirse…
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dqa-checks.rst374 - ``<recipename>: The compile log indicates that host include and/or library paths were used. Plea…
385 - ``<recipename>: The install log indicates that host include and/or library paths were used. Plea…
439 - ``Recipe <recipefile> has PN of "<recipename>" which is in OVERRIDES, this can result in unexpec…
481 - ``File '<file>' from <recipename> was already stripped, this will prevent future debugging! [alr…
526 - ``<recipename>: Files/directories were installed but not shipped in any package [installed-vs-sh…
601 - ``<recipename>: SRC_URI uses unstable GitHub archives [src-uri-bad]``
621 - ``<recipename>: recipe doesn't inherit features_check [unhandled-features-check]``
634 - ``<recipename>: recipe defines ALTERNATIVE:<packagename> but doesn't inherit update-alternatives.…
H A Ddevtool-reference.rst87 [recipename] [srctree] [fetchuri]
92recipename Name for new recipe to add (just name - no version, path or extension). If n…
H A Dstructure.rst595 .. _structure-build-tmp-work-tunearch-recipename-version:
597 ``build/tmp/work/tunearch/recipename/version/``
/openbmc/openbmc/poky/meta/classes/
H A Dtoaster.bbclass244 (taskfile, taskname, filename, recipename) = line.strip().split("::")
246 events.append((taskfile, taskname, stats, recipename))
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst124 $ bitbake -e recipename
229 $ bitbake -g recipename
234 `recipename`. "Involved" here means that at least one task from the
235 recipe needs to run when building `recipename` from scratch. Targets
275 $ bitbake -g -u taskexp recipename
279 $ bitbake -g -u taskexp_ncurses recipename
282 runtime dependencies for the recipes involved in building recipename. The
304 $ bitbake recipename
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst97 $ bitbake recipename -e | grep VARIABLENAME=\"
1003 recipename do_foo: first
1004 recipename do_foo: second
1005 recipename do_foo: third
1006 recipename do_foo: fourth
1013 You can use the ``bitbake -e recipename`` command to view the final
1061 recipename do_foo: first
1062 recipename do_foo: second
1063 recipename do_foo: third
1065 You can use the ``bitbake -e recipename`` command to view
H A Dbitbake-user-manual-intro.rst352 Usage: bitbake [options] [recipename/target recipe:do_task ...]
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dappendix-customizing.rst254 ``EXCLUDE_FROM_WORLD:pn-``\ recipename for the recipes you do not
336 You can use ``EXCLUDE_FROM_WORLD:pn-``\ recipename for recipes you want
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst10 ``recipes-category/recipename/recipename_version.bb``. Recipes for related
11 projects may share the same recipe directory. ``recipename`` and ``category``
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.1.rst35 ``_pn-``\ recipename overrides are to be effective).

12