Home
last modified time | relevance | path

Searched full:packaging (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/
H A D0001-cmake-Do-not-try-to-compute-library-dependencies-dur.patch23 etc/packaging.cmake | 6 ------
26 diff --git a/etc/packaging.cmake b/etc/packaging.cmake
28 --- a/etc/packaging.cmake
29 +++ b/etc/packaging.cmake
42 # Packaging
/openbmc/openbmc/poky/meta-selftest/classes/
H A Dlocalpkgfeed.bbclass15 packaging = get_packaging_class(d)
16 d.setVarFlag("do_localpkgfeed", "rdeptask", "do_package_write_" + packaging)
22 packaging = get_packaging_class(d)
23 deploydir = d.getVar("DEPLOY_DIR_" + packaging.upper())
24 task = "package_write_" + packaging
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/
H A D0001-setup.py-StrictVersion-packaging.version.patch4 Subject: [PATCH] setup.py: StrictVersion -> packaging.version.*
10 packaging.version
12 StrictVersion can be replaced by packaging.version.Version and helpers
13 like packaging.version.parse()
16 [2] https://packaging.pypa.io/en/latest/version.html
34 +from packaging.version import parse, Version
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-daemon/
H A D0001-Use-version-from-packaging-module-instead-of-setupto.patch4 Subject: [PATCH] Use version from packaging module instead of setuptools extern
27 -from setuptools.extern.packaging.version import InvalidVersion
28 +from packaging.version import InvalidVersion
40 -import setuptools.extern.packaging.version
41 +import packaging.version
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-poetry-core_1.9.1.bb12 file://src/poetry/core/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
13 file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
14 file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
H A Dpython3-setuptools-scm_8.1.0.bb17 DEPENDS += "python3-packaging-native python3-typing-extensions-native"
20 python3-packaging \
H A Dpython3-packaging_24.2.bb2 HOMEPAGE = "https://github.com/pypa/packaging"
18 # https://github.com/pypa/packaging/issues/850
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dspeeding-up-build.rst53 - Choosing the packaging backend: Of the available packaging backends,
54 IPK is the fastest. Additionally, selecting a singular packaging
106 - Some packages have packaging code that assumes the presence of
H A Dprebuilt-libraries.rst80 Avoid errors by preventing the packaging task from stripping out the symbols
140 libraries are far more common than unversioned libraries, the default packaging
143 Yocto Library Packaging Overview
146 It follows that packaging an unversioned library requires a bit of work in the
H A Dpackages.rst12 - :ref:`dev-manual/packages:handling optional module packaging`
303 Handling Optional Module Packaging
311 handle module packaging dynamically.
313 To handle optional module packaging, you need to do two things:
315 - Ensure the module packaging is actually done.
320 Making Sure the Packaging is Done
323 To ensure the module packaging actually gets done, you use the
361 Often, packaging modules is as simple as the previous example. However,
457 The second part for handling optional module packaging is to ensure that
644 your packaging choice (i.e. the :term:`PACKAGE_CLASSES` setting), simply start
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/
H A Dpython3-gammu_3.2.4.bb12 SRC_URI += "file://0001-setup.py-StrictVersion-packaging.version.patch"
17 DEPENDS += "gammu python3-packaging-native"
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dgenerate-cve-exclusions.py14 from packaging.version import Version
19 Parse the version string and either return a packaging.version.Version, or
23 # packaging.version.Version doesn't approve of versions like v5.12-rc1-dontuse
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-tox_4.23.2.bb4 …ndardize testing in Python. It is part of a larger vision of easing the packaging, testing and rel…
23 python3-packaging \
H A Dpython3-pdm-backend_2.4.2.bb1 SUMMARY = "The build backend used by PDM that supports latest packaging standards"
H A Dpython3-apispec_6.7.1.bb10 RDEPENDS:${PN} += "python3-packaging"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/
H A Dfiptool-native_2.11.0.bb2 # It is a packaging format used by TF-A to package the
5 DESCRIPTION = "fiptool - Trusted Firmware tool for packaging"
H A Dfiptool-native_2.10.4.bb2 # It is a packaging format used by TF-A to package the
5 DESCRIPTION = "fiptool - Trusted Firmware tool for packaging"
/openbmc/phosphor-debug-collector/tools/dreport.d/include.d/
H A Dfunctions4 # packaging, if it is in the user allowed dump size limit.
28 # @brief Copy the file or directory into the dreport packaging,
51 # @brief Copy the symbolic link file to the dreport packaging,
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.4.rst22 .. _migration-2.4-packaging-changes:
24 Packaging Changes
27 This section provides information about packaging changes that have
43 "libbfd" package. This packaging saves space when certain tools (e.g.
72 separate "initscripts-sushell" package. This packaging change allows
H A Dmigration-2.7.rst81 .. _migration-2.7-packaging-changes:
83 Packaging Changes
86 This section provides information about packaging changes.
H A Dmigration-3.3.rst123 .. _migration-3.3-packaging:
125 Packaging changes
128 The following packaging changes have been made; in all cases the main package
H A Dmigration-5.0.rst132 ipk packaging changes
135 ipk packaging (using ``opkg``) now uses ``zstd`` compression instead of ``xz``
198 (e.g. in recipes that need to manipulate these files during packaging) then
H A Dmigration-2.5.rst9 .. _migration-2.5-packaging-changes:
11 Packaging Changes
14 This section provides information about packaging changes that have
152 Here are auto-packaging changes to Python and Python 3:
187 If your kernel recipe or ``.bbappend`` file mentions packaging at
/openbmc/qemu/python/
H A DREADME.rst9 environment. ``setup.cfg`` provides the packaging configuration used by
36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_
H A D.gitignore5 # python packaging

12345678910>>...12