Home
last modified time | relevance | path

Searched refs:pkgdata (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser77 def packages_in_recipe(pkgdata, recipe): argument
81 data = load(os.path.join(pkgdata, recipe))
85 def load_runtime_package(pkgdata, package): argument
86 return load(os.path.join(pkgdata, "runtime", package), suffix=package)
88 def recipe_from_package(pkgdata, package): argument
89 data = load(os.path.join(pkgdata, "runtime", package), suffix=package)
100 def __init__(self, pkgdata): argument
101 self.pkgdata = pkgdata
157 recipe = recipe_from_package(self.pkgdata, package)
184 packages = packages_in_recipe(self.pkgdata, recipe)
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py99 pkgdata = oe.packagedata.read_pkgdatafile(pkgdatadir + "/runtime/ed")
100 if 'PKGE' in pkgdata:
101 pf = pkgdata['PN'] + "-" + pkgdata['PKGE'] + pkgdata['PKGV'] + '-' + pkgdata['PKGR']
103 pf = pkgdata['PN'] + "-" + pkgdata['PKGV'] + '-' + pkgdata['PKGR']
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-world-pkgdata.bb1 SUMMARY = "Pulls in pkgdata for world"
15 WORLD_PKGDATADIR = "${D}/world-pkgdata"
20 do_collect_packagedata[sstate-outputdirs] = "${STAGING_DIR_HOST}/world-pkgdata"
26 sigfile = os.path.join(outdir, 'locked-sigs-pkgdata.inc')
/openbmc/openbmc/poky/meta/classes/
H A Dtoaster.bbclass99 pkgdata = {}
106 pkgdata['OPKGN'] = m.group(1)
108 pkgdata[kn] = kv
110 pkgdata[kn] = json.loads(kv)
114 return pkgdata
142 _toaster_dumpdata(os.path.join(d.getVar('WORKDIR'), 'pkgdata-pdata-input'), d)
324pkgdata = _toaster_load_pkgdatafile("%s/runtime-reverse/" % pkgdata_dir, pname)
331 allpkgs[pname] = pkgdata
334 data = { 'pkgdata' : allpkgs, 'imgdata' : images, 'filedata' : files }
H A Dbuildhistory.bbclass536 …oe-pkgdata-util -p $pkgdatadir read-value "PKGSIZE" -n -f $pkgcache > $1/installed-package-sizes.t…
541 …oe-pkgdata-util -p $pkgdatadir read-value "PACKAGE,PN,PV,PKGSIZE" -n -f $pkgcache > $1/installed-p…
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py19 pkgdata = {}
33 pkgdata[m.group(1)] = decode(m.group(2))
35 return pkgdata
93 pkgdata = read_pkgdatafile(os.path.join(pkgdatadir, pn))
97 packages = pkgdata.get("PACKAGES") or ""
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dconf-notes.txt19 - 'oe-pkgdata-util' handles common target package tasks
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_pkgdata.bbclass7 WORKDIR_PKGDATA = "${WORKDIR}/pkgdata-sysroot"
167 bb.note("Installed into pkgdata-sysroot: %s" % str(msg_adding))
H A Dpackage.bbclass384 PKGDESTWORK = "${WORKDIR}/pkgdata"
587 dest = d.expand("${WORKDIR}/pkgdata-pdata-input")
592 do_packagedata[cleandirs] += "${WORKDIR}/pkgdata-pdata-input"
596 find ${WORKDIR}/pkgdata-pdata-input -type f | xargs --no-run-if-empty \
604 do_packagedata[sstate-inputdirs] = "${WORKDIR}/pkgdata-pdata-input"
H A Dpackage_ipk.bbclass256 # Have to list any variables referenced as X_<pkg> that aren't in pkgdata here
H A Dpackage_deb.bbclass293 # Have to list any variables referenced as X_<pkg> that aren't in pkgdata here
/openbmc/openbmc/poky/meta/recipes-support/icu/
H A Dicu_76-1.bb65 ${D}/${libdir}/${BPN}/${@icu_install_folder(d)}/pkgdata.inc
69 # The native pkgdata can not generate the correct data file.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.8.rst177 - The ``oe-pkgdata-util`` script now expects a "-p" option to be
178 specified before the ``pkgdata`` directory, which is now optional. If
179 the ``pkgdata`` directory is not specified, the script will run
H A Drelease-notes-3.4.4.rst46 - oe-pkgdata-util: Adapt to the new variable override syntax
H A Dmigration-1.5.rst138 - The ``pkgdata`` directory produced as part of the packaging process
141 name (i.e. ``tmp/sysroots/machine/pkgdata``).
H A Drelease-notes-5.0.5.rst65 - meta-world-pkgdata: Inherit nopackages
H A Drelease-notes-4.0.22.rst59 - meta-world-pkgdata: Inherit nopackages
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/
H A DModify-configure.in-and-etc-Makefile.am.patch65 + -e 's|@pkgdata''dir@|$(pkgdatadir)|g' \
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst39 - ":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```"
40 describes how to use the ``oe-pkgdata-util`` utility to query
165 Viewing Package Information with ``oe-pkgdata-util``
168 You can use the ``oe-pkgdata-util`` command-line utility to query
173 Here are a few of the available ``oe-pkgdata-util`` subcommands.
180 - ``oe-pkgdata-util list-pkgs [pattern]``: Lists all packages
184 - ``oe-pkgdata-util list-pkg-files package ...``: Lists the
202 - ``oe-pkgdata-util find-path path ...``: Lists the names of
207 $ oe-pkgdata-util find-path /usr/share/man/man1/make.1
210 - ``oe-pkgdata-util lookup-recipe package ...``: Lists the name
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass63 sdk_install_targets += ' meta-world-pkgdata:do_allpackagedata'
513 … d.getVar('STAGING_DIR_HOST') + '/world-pkgdata/locked-sigs-pkgdata.inc',
829 …${@'meta-world-pkgdata:do_collect_packagedata' if d.getVar('SDK_INCLUDE_PKGDATA') == '1' else ''} \
H A Dpopulate_sdk_base.bbclass240 ….setVar("PKGDATA_DIR", "${STAGING_DIR}/${SDK_ARCH}-${SDKPKGSUFFIX}${SDK_VENDOR}-${SDK_OS}/pkgdata")
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1350 pkgdata = BuildInfoHelper._get_data_from_event(event)['pkgdata']
1355 …arget_package_information(self.internal_state['build'], target, imgdata, pkgdata, self.internal_st…
1356 …ackage_information(self.internal_state['build'], target, imgdata.copy(), pkgdata, self.internal_st…
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dstructure.rst508 .. _structure-build-tmp-pkgdata:
510 ``build/tmp/pkgdata/``
518 ``oe-pkgdata-util```".
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/
H A Dindex.rst228 - 'oe-pkgdata-util' handles common target package tasks
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dconcepts.rst889 temporary work area (i.e. ``pkgdata``) used by the :ref:`ref-tasks-package`
951 To find out which package installs a file, the ``oe-pkgdata-util``
954 $ oe-pkgdata-util find-path '/etc/fstab'
957 For more information on the ``oe-pkgdata-util`` utility, see the section
959 ``oe-pkgdata-util``` of the Yocto Project Development Tasks Manual.

12