| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 36 if not args.recipename and not args.srctree and not args.fetch and not args.fetchuri: 42 if scriptutils.is_src_url(args.recipename): 46 args.fetchuri = args.recipename 47 args.recipename = '' 54 elif args.recipename and not args.srctree: 55 if os.sep in args.recipename: 56 args.srctree = args.recipename 57 args.recipename = None 58 elif os.path.isdir(args.recipename): 59 …r.warning('Ambiguous argument "%s" - assuming you mean it to be the recipe name' % args.recipename) [all …]
|
| H A D | deploy.py | 144 check_workspace_recipe(workspace, args.recipename, checksrc=False) 158 rd = tinfoil.parse_recipe(args.recipename) 161 (args.recipename, e)) 166 'any files.' % args.recipename) 176 … oe.package.strip_execs(args.recipename, recipe_outdir, rd.getVar('STRIP'), rd.getVar('libdir'), 199 print('Files to be deployed for %s on target %s:' % (args.recipename, args.target)) 253 …' % (ssh_sshexec, ssh_port, extraoptions, args.target, tmpscript, args.recipename, destdir, tmpfil… 272 if args.all and args.recipename: 274 elif not args.recipename and not args.all: 312 …%s\'' % (ssh_sshexec, ssh_port, extraoptions, args.target, tmpscript, args.recipename), shell=True) [all …]
|
| H A D | utilcmds.py | 26 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 D | build.py | 46 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 D | package.py | 19 check_workspace_recipe(workspace, args.recipename) 33 …mmand(config.init_path, basepath, 'bitbake -c %s %s' % (package_task, args.recipename), watch=True)
|
| H A D | upgrade.py | 505 if args.recipename in workspace: 506 raise DevtoolError("recipe %s is already in your workspace" % args.recipename) 508 …ou specify --srcbranch/-B then you must use --srcrev/-S to specify the revision" % args.recipename) 514 rd = parse_recipe(config, tinfoil, args.recipename, True) 519 if pn != args.recipename: 520 logger.info('Mapping %s to %s' % (args.recipename, pn)) 594 rd = parse_recipe(config, tinfoil, args.recipename, True)
|
| H A D | sdk.py | 247 for recipe in args.recipename: 265 for recipe in args.recipename:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 8 def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCaches): argument 49 if recipename == depname and depmc == mc: 55 if "%s->%s" % (recipename, depname) in siggen.saferecipedeps: 59 if "*->%s" % depname in siggen.saferecipedeps and recipename != depname: 63 if isNative(recipename) or isCross(recipename) or isNativeSDK(recipename): 108 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument 109 return sstate_rundepfilter(self, fn, recipename, task, dep, depname, dataCaches) 148 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument 149 return sstate_rundepfilter(self, fn, recipename, task, dep, depname, dataCaches) 176 recipename = dataCaches[mc].pkg_fn[fn] [all …]
|
| H A D | packagegroup.py | 32 recipe = oe.packagedata.recipename(pkg, d)
|
| H A D | packagedata.py | 107 def recipename(pkg, d): function
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | cve_check.py | 131 recipename = report["package"][0]["name"] 132 recipe_report = os.path.join(vars["CVE_CHECK_DIR"], recipename + "_cve.json") 138 self.assertEqual(report["package"][0]["name"], recipename)
|
| H A D | devtool.py | 1899 recipename = 'i2c-tools' 1901 …recipefile = os.path.join(self.workspacedir, 'recipes', recipename, '%s_%s.bb' % (recipename, reci… 1906 …self.assertExists(os.path.join(self.workspacedir, 'sources', recipename), 'Source directory not cr… 1916 result = runCmd('devtool rename %s %s -V %s' % (recipename, newrecipename, newrecipever)) 1918 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipename), 'Old recipe directory… 1922 checkvars['S'] = '${WORKDIR}/%s-%s' % (recipename, recipever) 1930 result = runCmd('devtool rename %s %s' % (recipename, newrecipename)) 1932 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipename), 'Old recipe directory… 1935 checkvars['S'] = '${WORKDIR}/%s-${PV}' % recipename 1942 …ewrecipefile = os.path.join(self.workspacedir, 'recipes', recipename, '%s_%s.bb' % (recipename, ne… [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 195 (recipename, appendname) = b 253 def apply_append(self, appendname, recipename): argument 255 with open(recipename, 'a') as recipefile:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 258 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches): argument 262 if self.twl and not self.twl.search(recipename): 284 recipename = dataCaches[mc].pkg_fn[fn] 286 self.tidtopn[tid] = recipename 296 if not self.rundep_check(fn, recipename, task, dep, depname, dataCaches): 304 ….checksum_cache.get_checksums(dataCaches[mc].file_checksums[fn][task], recipename, self.localdirse… 306 … bb.fetch2.get_file_checksums(dataCaches[mc].file_checksums[fn][task], recipename, self.localdirse…
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | qa-checks.rst | 374 - ``<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]`` 632 - ``<recipename>: recipe defines ALTERNATIVE:<packagename> but doesn't inherit update-alternatives.…
|
| H A D | devtool-reference.rst | 87 [recipename] [srctree] [fetchuri] 92 …recipename Name for new recipe to add (just name - no version, path or extension). If n…
|
| H A D | structure.rst | 587 .. _structure-build-tmp-work-tunearch-recipename-version: 589 ``build/tmp/work/tunearch/recipename/version/``
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | toaster.bbclass | 244 (taskfile, taskname, filename, recipename) = line.strip().split("::") 246 events.append((taskfile, taskname, stats, recipename))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 97 $ bitbake recipename -e | grep VARIABLENAME=\" 970 recipename do_foo: first 971 recipename do_foo: second 972 recipename do_foo: third 973 recipename do_foo: fourth 980 You can use the ``bitbake -e recipename`` command to view the final 1028 recipename do_foo: first 1029 recipename do_foo: second 1030 recipename do_foo: third 1032 You can use the ``bitbake -e recipename`` command to view
|
| H A D | bitbake-user-manual-intro.rst | 352 Usage: bitbake [options] [recipename/target recipe:do_task ...]
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | appendix-customizing.rst | 252 ``EXCLUDE_FROM_WORLD:pn-``\ recipename for the recipes you do not 336 You can use ``EXCLUDE_FROM_WORLD:pn-``\ recipename for recipes you want
|
| H A D | extensible.rst | 817 $ devtool reset -n recipename
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.1.rst | 33 ``_pn-``\ recipename overrides are to be effective).
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | concepts.rst | 63 The most common usage for BitBake is ``bitbake recipename``, where 64 ``recipename`` is the name of the recipe you want to build (referred
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 9283 $ bitbake -e recipename 9390 $ bitbake -g recipename 9395 `recipename`. "Involved" here means that at least one task from the 9396 recipe needs to run when building `recipename` from scratch. Targets 9437 $ bitbake -g -u taskexp recipename 9441 dependencies for the recipes involved in building recipename. 9463 $ bitbake recipename
|