/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-twisted_22.10.0.bb | 127 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ 140 ${libdir}/${PYTHON_DIR}/site-packages/twisted/cred \ 147 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python\ 188 ${libdir}/${PYTHON_DIR}/site-packages/twisted/tap/ \ 194 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py* \ 208 ${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ 218 ${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ 222 ${libdir}/site-packages/twisted/runner/portmap.so \ 229 ${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ 235 ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | configurefix.patch | 4 …packages-split/directfb/usr/bin/dfblayer contains probably-redundant RPATH /usr/libWARNING: QA Iss… 5 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 6 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 7 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 8 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b… 9 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 10 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 11 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 12 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… 13 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l… [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | packagegroup.bbclass | 12 # packages have to modify PACKAGES after inheriting packagegroup.bbclass. 15 # By default, packagegroup packages do not depend on a certain architecture. 16 # Only if dependencies are modified by MACHINE_FEATURES, packages 30 # Also mark all packages as ALLOW_EMPTY 32 packages = d.getVar('PACKAGES').split() 37 packages = [pkg + suffix for pkg in packages 39 d.setVar('PACKAGES', ' '.join(packages)) 40 for pkg in packages: 45 # dbg packages
|
H A D | mime.bbclass | 33 # $D${MIMEDIR}/packages belong to package shared-mime-info-data, 34 # packages like libfm-mime depend on shared-mime-info-data. 35 # after shared-mime-info-data uninstalled, $D${MIMEDIR}/packages 38 if [ ! -d $D${MIMEDIR}/packages ]; then 39 mkdir -p $D${MIMEDIR}/packages 41 rmdir --ignore-fail-on-non-empty $D${MIMEDIR}/packages 49 packages = d.getVar('PACKAGES').split() 53 for pkg in packages: 54 mime_packages_dir = '%s/%s%s/packages' % (pkgdest, pkg, mimedir)
|
H A D | core-image.bbclass | 9 # By default we install packagegroup-core-boot and packagegroup-base-extended packages; 35 # - dev-pkgs - development packages (headers, etc.) for all installed packages in the ro… 36 # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs 37 # - lic-pkgs - license packages for all installed pacakges in the rootfs, requires 38 # LICENSE_CREATE_PACKAGE="1" to be set when building packages too 39 # - doc-pkgs - documentation packages for all installed packages in the rootfs 40 # - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass 41 # - ptest-pkgs - ptest packages for all ptest-enabled recipes 65 # Do not install openssh complementary packages if either packagegroup-core-ssh-dropbear or dropbear
|
H A D | python_hatchling.bbclass | 11 # delete nested, empty directories from the python site-packages path. Make 14 find ${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/* -depth -type d -empty -delete 15 find ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}/site-packages/* -depth -type d -empty -delete 19 find ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}/site-packages/* -depth -type d -empty -delete
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | build_image.py | 100 packages = add_packages 102 packages = _get_packages(tinfoil, workspace, config) 104 packages = None 106 if not packages and not add_packages and workspace: 108 elif not packages: 111 if packages or extra_append: 114 if packages: 116 afile.write('IMAGE_INSTALL:append = " %s"\n' % ' '.join(packages)) 119 'additional packages: %s', image, ' '.join(packages))
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/ |
H A D | telepathy-python3_0.15.19.bb | 23 ${libdir}/python*/site-packages/telepathy/*.py \ 24 ${libdir}/python*/site-packages/telepathy/*/*.py \ 28 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ 29 rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ 30 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ 31 rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagegroup.py | 12 def packages(features, d): function 14 packages = d.getVar("FEATURE_PACKAGES_%s" % feature) 15 for pkg in (packages or "").split(): 20 return packages(req, d) 24 return packages(opt, d)
|
H A D | packagedata.py | 97 packages = pkgdata.get("PACKAGES") or "" 98 for pkg in packages.split(): 235 def write_extra_pkgs(variants, pn, packages, pkgdatadir): argument 241 def write_extra_runtime_pkgs(variants, packages, pkgdatadir): argument 243 for pkg in packages.split(): 249 packages = d.getVar('PACKAGES') 255 fd.write("PACKAGES: %s\n" % packages) 264 write_extra_pkgs(variants, pn, packages, pkgdatadir) 268 write_extra_pkgs(global_variants, pn, packages, pkgdatadir) 272 for pkg in packages.split(): [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0005-Fix-pyext_PATTERN-for-cross-compilation.patch | 18 /usr/lib/python3.10/site-packages/samba/dsdb_dns.cpython-310-x86_64-linux-gnu.so 19 /usr/lib/python3.10/site-packages/samba/dsdb.cpython-310-x86_64-linux-gnu.so 20 /usr/lib/python3.10/site-packages/samba/xattr_tdb.cpython-310-x86_64-linux-gnu.so 21 /usr/lib/python3.10/site-packages/samba/_ldb.cpython-310-x86_64-linux-gnu.so 22 /usr/lib/python3.10/site-packages/samba/gensec.cpython-310-x86_64-linux-gnu.so 34 /usr/lib/python3.10/site-packages/samba/dsdb_dns.so 35 /usr/lib/python3.10/site-packages/samba/dsdb.so 36 /usr/lib/python3.10/site-packages/samba/xattr_tdb.so 37 /usr/lib/python3.10/site-packages/samba/_ldb.so 38 /usr/lib/python3.10/site-packages/samba/gensec.so
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | appendix-customizing-standard.rst | 13 default set of packages is included in the resulting SDK. The 17 variables control the set of packages adding to the SDK. 19 If you want to add individual packages to the toolchain that runs on the 20 host, simply add those packages to the :term:`TOOLCHAIN_HOST_TASK` variable. 21 Similarly, if you want to add packages to the default set that is part 22 of the toolchain that runs on the target, add the packages to the
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
H A D | test_core_image_min.py | 275 for package in packages: 283 packages = Package.objects.filter( 286 for package in packages: 294 packages = Package.objects.filter( 297 for package in packages: 306 packages = Package.objects.filter( 309 for package in packages: 328 packages = Package.objects.filter( 331 for package in packages: 342 packages = Package.objects.filter( [all …]
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | ncsi.c | 85 struct ncsi_package *packages; member 286 c = &ncsi_priv->packages[np].channels[nc]; in ncsi_rsp_gc() 363 package = &ncsi_priv->packages[np]; in ncsi_rsp_cis() 418 ncsi_priv->packages = realloc(ncsi_priv->packages, in ncsi_rsp_sp() 421 if (!ncsi_priv->packages) { in ncsi_rsp_sp() 426 ncsi_priv->packages[np].id = np; in ncsi_rsp_sp() 427 ncsi_priv->packages[np].n_channels = 0; in ncsi_rsp_sp() 428 ncsi_priv->packages[np].channels = NULL; in ncsi_rsp_sp() 621 free(ncsi_priv->packages[i].channels); in ncsi_handle_aen() 622 free(ncsi_priv->packages); in ncsi_handle_aen() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | package_manager.py | 107 packages = () 109 packages = (value, ) 111 packages = value 116 for package in packages: 205 packages = [needed_packages] 207 packages = needed_packages 209 for package in packages:
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0001-automake-Update-for-python.m4-to-respect-libdir.patch | 43 + am_cv_python_pythondir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"` 51 - *) am_cv_python_pythondir="\${PYTHON_PREFIX}/lib/python$PYTHON_VERSION/site-packages" 52 + *) am_cv_python_pythondir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages 68 + am_cv_python_pyexecdir=`echo "$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages"` 76 - *) am_cv_python_pyexecdir="\${PYTHON_EXEC_PREFIX}/lib/python$PYTHON_VERSION/site-packages" 77 + *) am_cv_python_pyexecdir=$PYTHON_LIB_PREFIX/python$PYTHON_VERSION/site-packages
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | packages.rst | 8 - :ref:`dev-manual/packages:excluding packages from an image` 16 - :ref:`dev-manual/packages:generating and using signed packages` 19 (ptest) <dev-manual/packages:testing packages with ptest>` 21 - :ref:`dev-manual/packages:creating node package manager (npm) packages` 23 - :ref:`dev-manual/packages:adding custom metadata to packages` 531 packages. 602 any packages. 703 [oe-packages] 1007 NPM packages. 1024 NPM packages: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/ |
H A D | geis_2.2.17.bb | 51 ${libdir}/${PYTHON_DIR}/site-packages/geis* \ 52 ${libdir}/${PYTHON_DIR}/site-packages/_*.so \ 55 FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" 57 FILES:${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" 59 FILES:${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a"
|
/openbmc/openbmc/meta-security/recipes-core/packagegroup/ |
H A D | packagegroup-core-security.bb | 16 …${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-security-ptest-packages", "", … 26 …${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-security-ptest-packages", "", … 104 RDEPENDS:packagegroup-meta-security-ptest-packages = "\ 111 RDEPENDS:packagegroup-security-ptest-packages:remove:powerpc = "suricata-ptest" 112 RDEPENDS:packagegroup-security-ptest-packages:remove:powerpc64le = "suricata-ptest" 113 RDEPENDS:packagegroup-security-ptest-packages:remove:powerpc64 = "suricata-ptest" 114 RDEPENDS:packagegroup-security-ptest-packages:remove:riscv32 = "suricata-ptest" 115 RDEPENDS:packagegroup-security-ptest-packages:remove:riscv64 = "suricata-ptest"
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-pkgdata-util | 151 packages = [] 160 packages.extend(pkgitem.split()) 161 if not packages: 175 for package in packages: 322 packages = [] 332 if not packages: 336 for pkg in packages: 356 packages = [] 366 for pkg in packages: 371 return packages [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/ |
H A D | 0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch | 22 …c61850.py DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages) 23 …0 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages) 26 …REFIX}/${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages) 27 …EFIX}/${CMAKE_INSTALL_LIBDIR}//python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
|
H A D | 0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch | 5 python modules install path (site-packages) 7 https://stackoverflow.com/questions/1242904/finding-python-site-packages-directory-with-cmake 33 …c61850.py DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages) 34 …0 LIBRARY DESTINATION /usr/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
|
/openbmc/qemu/scripts/ci/setup/ubuntu/ |
H A D | build-environment.yml | 12 - name: Installation of basic packages to build QEMU 28 - name: Update apt cache / upgrade packages via apt 44 - name: Install packages for QEMU on Ubuntu 22.04 46 name: "{{ packages }}" 52 - name: Install armhf cross-compile packages to build QEMU on AArch64 Ubuntu 22.04
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package.bbclass | 53 PKGDEST = "${WORKDIR}/packages-split" 147 packages = d.getVar('PACKAGES').split() 186 if not pkg in packages: 188 packages = [pkg] + packages 190 packages.append(pkg) 420 packages = d.getVar('PACKAGES').split() 421 for pkg in packages: 490 if len(packages) < 1: 510 for p in packages: 512 if rename and rename in packages: [all …]
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_npm.py | 114 packages = {} 117 packages["${PN}"] = "" 140 packages["${PN}" + suffix] = destdir 148 return licfiles, packages 156 packages = shrinkwrap.get("packages", {}) 157 peer_deps = packages.get("", {}).get("peerDependencies", {}) 269 (licfiles, packages) = self._handle_licenses(srctree, shrinkwrap_file, dev) 298 split_pkg_licenses([*licenses, *guess_license(srctree, d)], packages, lines_after)
|