Home
last modified time | relevance | path

Searched refs:pkg (Results 101 – 125 of 503) sorted by relevance

12345678910>>...21

/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage.bbclass184 pkg = output_pattern % on
185 split_packages.add(pkg)
186 if not pkg in packages:
188 packages = [pkg] + packages
190 packages.append(pkg)
191 oldfiles = d.getVar('FILES:' + pkg)
218 if not d.getVar('SUMMARY:' + pkg):
421 for pkg in packages:
427 for v in pkglibdeps[pkg][dep]:
558 for pkg in packages:
[all …]
H A Dpackagedata.bbclass22 for pkg in d.getVar('PACKAGES').split():
23 sdata = oe.packagedata.read_subpkgdata(pkg, d)
28 …age from one recipe or the other or only build one of the recipes." % (vars[key], pkg, sdata[key]))
36 if key.endswith(":" + pkg):
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c38 if (len < struct_size(pkg, seg_offset, 1)) in ice_verify_pkg()
48 seg_count = le32_to_cpu(pkg->seg_count); in ice_verify_pkg()
1647 pkg = kzalloc(size, GFP_KERNEL); in ice_chk_pkg_compat()
1648 if (!pkg) in ice_chk_pkg_compat()
1658 if (!pkg->pkg_info[i].is_in_nvm) in ice_chk_pkg_compat()
1661 pkg->pkg_info[i].ver.major || in ice_chk_pkg_compat()
1663 pkg->pkg_info[i].ver.minor) { in ice_chk_pkg_compat()
1672 kfree(pkg); in ice_chk_pkg_compat()
1793 struct ice_pkg_hdr *pkg; in ice_init_pkg() local
1799 pkg = (struct ice_pkg_hdr *)buf; in ice_init_pkg()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom.py21 def get_package_spdxid(pkg): argument
22 return "SPDXRef-Package-%s" % pkg
29 def get_packaged_file_spdxid(pkg, idx): argument
30 return "SPDXRef-PackagedFile-%s-%d" % (pkg, idx)
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker86 …lambda pkg, rev: f"https://github.com/boostorg/{pkg}/releases/download/{pkg}-{rev}/{pkg}-{rev}.tar…
308 def __init__(self, pkg: str):
312 self.package = pkg
316 self.pkg_def = Package.packages[pkg]
405 for pkg in sorted(cls.packages.keys()):
406 depcache += "%s:%s," % (pkg, cls.packages[pkg]["rev"])
599 def build(pkg: str, tag: str, dockerfile: str) -> None:
630 pkg + ":", line, end="", file=sys.stderr, flush=True
/openbmc/openbmc/poky/scripts/contrib/
H A Dimage-manifest57 for pkg in pkglist:
58 print('%s' % pkg)
60 def pkg2recipe(tinfoil, pkg): argument
61 if "-native" in pkg:
62 logger.info('skipping %s' % pkg)
81 for pkg in pkglist:
82 recipe = pkg2recipe(tinfoil,pkg)
336 for pkg in pkglist:
337 f.write('%s\n' % pkg)
341 for pkg in pkglist:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0009-go-Filter-build-paths-on-staticly-linked-arches.patch16 src/cmd/go/internal/load/pkg.go | 15 +++++++++++++--
19 diff --git a/src/cmd/go/internal/load/pkg.go b/src/cmd/go/internal/load/pkg.go
21 --- a/src/cmd/go/internal/load/pkg.go
22 +++ b/src/cmd/go/internal/load/pkg.go
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/
H A Dsato-icon-theme_git.bb19 # The configure script uses pkg-config to find native binaries to execute, so
20 # tell it to use our pkg-config-native wrapper.
21 export PKG_CONFIG = "pkg-config-native"
/openbmc/linux/drivers/thunderbolt/
H A Ddma_port.c66 const struct ctl_pkg *pkg) in dma_port_match() argument
68 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in dma_port_match()
70 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in dma_port_match()
72 if (pkg->frame.eof != req->response_type) in dma_port_match()
76 if (pkg->frame.size != req->response_size) in dma_port_match()
82 static bool dma_port_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in dma_port_copy() argument
84 memcpy(req->response, pkg->buffer, req->response_size); in dma_port_copy()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-packaging.inc44 for pkg in oe.utils.packages_filter_out_system(d):
45 if pkg not in exclude and pkg not in metapkg_rdepends:
49 pkgdir = os.path.join(pkgdest, pkg)
56 metapkg_rdepends.append(pkg)
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c1168 pkg = aml_package(1); in nvdimm_build_fit()
1170 aml_append(pkg, aml_name("OFST")); in nvdimm_build_fit()
1251 Aml *method, *pkg, *field, *com_call; in nvdimm_build_nvdimm_devices() local
1287 pkg = aml_package(3); in nvdimm_build_nvdimm_devices()
1288 aml_append(pkg, aml_name("STTS")); in nvdimm_build_nvdimm_devices()
1289 aml_append(pkg, aml_name("SLSA")); in nvdimm_build_nvdimm_devices()
1290 aml_append(pkg, aml_name("MAXT")); in nvdimm_build_nvdimm_devices()
1307 pkg = aml_package(1); in nvdimm_build_nvdimm_devices()
1325 pkg = aml_package(2); in nvdimm_build_nvdimm_devices()
1327 aml_append(pkg, aml_name("LSA")); in nvdimm_build_nvdimm_devices()
[all …]
/openbmc/ipmitool/
H A DMakefile.am55 .PHONY: pkg
56 pkg: PKG := ipmitool-@VERSION@-@OS@-@ARCH@ target
57 pkg: control/pkginfo target
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dmanifest.py20 for pkg in pkg_list.split():
22 (self.var_maps[self.manifest_type][var], pkg))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dadd-pkgconfig.patch1 Here is a patch for adding pkg-config support to libmad.
3 In case you didn't know, pkg-config is a tool for providing LDFLAGS and
5 Debian has already been distributing the pkg-config file mad.pc with
33 +# libmad pkg-config source file
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-sdk.bb52 # for pkg in poky_pkgs.split():
53 # newpkg = pkg.replace('packagegroup-core', 'packagegroup-core-sdk')
61 # spkgdata = read_subpkgdata(pkg, d)
63 # rdepends = explode_deps(spkgdata.get('RDEPENDS:%s' % pkg) or '')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh/
H A D0001-configure.ac-add-support-of-protobuf-4.22.x.patch27 AS_IF([pkg-config --atleast-version 3.6.0 protobuf],
31 +AS_IF([pkg-config --atleast-version 4.22.0 protobuf],
41 +AS_IF([pkg-config --atleast-version 4.22.0 protobuf],
45 # Start by trying to find the needed tinfo parts by pkg-config
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpackagegroup.bbclass37 packages = [pkg + suffix for pkg in packages
40 for pkg in packages:
41 d.setVar('ALLOW_EMPTY:%s' % pkg, '1')
H A Dcompress_doc.bbclass233 for pkg in (d.getVar('PACKAGES') or "").split():
234 old_names = (d.getVar('ALTERNATIVE:%s' % pkg) or "").split()
238 old_target = d.getVarFlag('ALTERNATIVE_TARGET_%s' % pkg, old_name) or \
240 d.getVar('ALTERNATIVE_TARGET_%s' % pkg) or \
253 if d.getVarFlag('ALTERNATIVE_TARGET_%s' % pkg, old_name):
254 d.delVarFlag('ALTERNATIVE_TARGET_%s' % pkg, old_name)
255 d.setVarFlag('ALTERNATIVE_TARGET_%s' % pkg, new_name, new_target)
259 elif d.getVar('ALTERNATIVE_TARGET_%s' % pkg):
260 d.setVar('ALTERNATIVE_TARGET_%s' % pkg, new_target)
267 d.setVar('ALTERNATIVE:%s' % pkg, ' '.join(new_names))
/openbmc/linux/
H A D.gitignore75 # RPM spec file (make rpm-pkg)
81 # Debian directory (make deb-pkg)
86 # Snap directory (make snap-pkg)
91 # tar directory (make tar*-pkg)
/openbmc/linux/tools/tracing/latency/
H A DMakefile4 VAR_CFLAGS := $(shell pkg-config --cflags libtracefs 2>/dev/null)
5 VAR_LDLIBS := $(shell pkg-config --libs libtracefs 2>/dev/null)
/openbmc/qemu/tests/migration/
H A Dmeson.build1 sysprof = dependency('sysprof-capture-4', method: 'pkg-config', required: false)
3 method: 'pkg-config', static: true)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/
H A Dwireplumber_0.5.0.bb87 for pkg in oe.utils.packages_filter_out_system(d):
88 if pkg in blacklist:
91 is_wp_module_pkg = pkg.startswith(wp_module_pn)
95 if pkg in wp_module_metapkg_rdepends:
102 pkgdir = os.path.join(pkgdest, pkg)
110 wp_module_metapkg_rdepends.append(pkg)
/openbmc/linux/drivers/i2c/busses/
H A Di2c-scmi.c86 union acpi_object *pkg; in acpi_smbus_cmi_access() local
181 pkg = buffer.pointer; in acpi_smbus_cmi_access()
182 if (pkg && pkg->type == ACPI_TYPE_PACKAGE) in acpi_smbus_cmi_access()
183 obj = pkg->package.elements; in acpi_smbus_cmi_access()
220 obj = pkg->package.elements + 1; in acpi_smbus_cmi_access()
228 obj = pkg->package.elements + 2; in acpi_smbus_cmi_access()

12345678910>>...21