/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | packagegroup.bbclass | 9 # By default, only the packagegroup package itself is in PACKAGES. 12 # packages have to modify PACKAGES after inheriting packagegroup.bbclass. 13 PACKAGES = "${PN}" 15 # By default, packagegroup packages do not depend on a certain architecture. 16 # Only if dependencies are modified by MACHINE_FEATURES, packages 27 # This automatically adds -dbg and -dev flavours of all 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)) [all …]
|
H A D | core-image.bbclass | 9 # By default we install packagegroup-core-boot and packagegroup-base-extended packages; 30 # - dev-pkgs - development packages (headers, etc.) for all installed packages in the ro… 31 # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs 32 # - lic-pkgs - license packages for all installed pacakges in the rootfs, requires 33 # LICENSE_CREATE_PACKAGE="1" to be set when building packages too 34 # - doc-pkgs - documentation packages for all installed packages in the rootfs 35 # - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass 36 # - ptest-pkgs - ptest packages for all ptest-enabled recipes 66 # Do not install openssh complementary packages if either packagegroup-core-ssh-dropbear or dropbear
|
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 | npm.bbclass | 161 for package in orig_shrinkwrap["packages"]: 163 cached_shrinkwrap["packages"].pop(package, None) 164 cached_shrinkwrap["packages"][""].pop("dependencies", None) 165 cached_shrinkwrap["packages"][""].pop("devDependencies", None) 166 cached_shrinkwrap["packages"][""].pop("peerDependencies", None) 189 if "devDependencies" not in cached_shrinkwrap["packages"][""]: 190 cached_shrinkwrap["packages"][""]["devDependencies"] = {} 191 cached_shrinkwrap["packages"][""]["devDependencies"][name] = pkg['version'] 194 if "dependencies" not in cached_shrinkwrap["packages"][""]: 195 cached_shrinkwrap["packages"][""]["dependencies"] = {} [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/scripts/lib/devtool/ |
H A D | build_image.py | 23 """Get list of packages from recipes in the workspace.""" 28 if recipe in data.getVar('PACKAGES').split(): 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: 109 logger.warning('No packages to add, building image %s unmodified', image) 111 if packages or extra_append: 114 if packages: [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | packages.rst | 3 Working with Packages 6 This section describes a few tasks that involve packages: 8 - :ref:`dev-manual/packages:excluding packages from an image` 10 - :ref:`dev-manual/packages:incrementing a package version` 12 - :ref:`dev-manual/packages:handling optional module packaging` 14 - :ref:`dev-manual/packages:using runtime package management` 16 - :ref:`dev-manual/packages:generating and using signed packages` 19 (ptest) <test-manual/ptest: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` [all …]
|
H A D | customizing-images.rst | 14 local use, this method generally only allows you to add packages and is 16 packages using local variables this way, you need to realize that these 45 You can add packages using a similar approach through the 70 packages or configurations to the 115 packages in the :term:`IMAGE_INSTALL` variable. You must use the 135 If you examine that recipe, you see that the :term:`PACKAGES` variable lists 136 the package group packages to produce. The ``inherit packagegroup`` 138 ``-dev``, ``-dbg``, and ``-ptest`` complementary packages for each 139 package specified in the :term:`PACKAGES` statement. 144 recipe, certainly before the :term:`PACKAGES` statement. [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | package_manager.py | 15 Returns an OE package manager that can install packages in root_path. 50 Returns packages to extract required by runtime tests. 77 Returns a dict with needed packages based on a JSON file. 98 Extract packages that will be needed during runtime. 107 packages = () 109 packages = (value, ) 111 packages = value 113 bb.fatal('Failed to process needed packages for %s; ' 116 for package in packages: 186 Checks if a test case requires to install/uninstall packages. [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | case.py | 21 def ensure_host_package(self, *packages, recipe=None): argument 23 Check that the host variation of one of the packages listed is available 33 # correct (type=full) or not include packages that exist in sstate but 35 for package in packages: 45 recipe = (recipe or packages[0]) + "-native" 49 … raise unittest.SkipTest("Test %s needs one of %s" % (self.id(), ", ".join(packages))) 51 def ensure_target_package(self, *packages, multilib=False, recipe=None): argument 53 Check that at least one of the packages listed is available in the SDK, 63 # correct (type=full) or not include packages that exist in sstate but 65 for package in packages: [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package.bbclass | 11 # Taking D and splitting it up into the packages listed in PACKAGES, placing the 20 # c) package_do_split_locales - Split out the locale files, updates FILES and PACKAGES 23 # Debug files include debug info split, and associated sources that end up in -dbg packages 27 # f) populate_packages - Split the files in PKGD into separate packages in PKGDEST/<pkgname> 28 # Also triggers the binary stripping code to put files in -dbg packages. 38 # i) package_do_pkgconfig - Keep track of which packages need and provide which .pc files 42 # k) package_depchains - Adds automatic dependencies to -dbg and -dev packages 53 PKGDEST = "${WORKDIR}/packages-split" 87 postinst -- postinstall script to use for all packages (as a 99 all packages. The default value of None causes a [all …]
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | documentation.conf | 32 …s the content of the holding area and splits it into subsets based on available packages and files" 35 do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed ar… 36 do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed ar… 37 do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed ar… 38 do_package_write_tar[doc] = "Creates tar archives for packages and places them in the Package Feed … 39 …ckagedata[doc] = "Creates package metadata used by the build system to generate the final packages" 70 …IDED[doc] = "List of packages (recipes actually) that are assumed to be implicitly available. BitB… 71 ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_P… 78 BAD_RECOMMENDATIONS[doc] = "A list of packages not to install despite being recommended by a recipe… 115 …es wildcards to match when installing a list of complementary packages for all the packages instal… [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-pkgdata-util | 63 # Skip packages for which there is no point applying globs 69 # Skip packages that already match the globs, so if e.g. a dev package 151 packages = [] 157 packages.append(splitline[0]) 160 packages.extend(pkgitem.split()) 161 if not packages: 162 logger.error("No packages specified") 174 logger.debug("read-value('%s', '%s' '%s')" % (args.pkgdata_dir, args.valuenames, packages)) 175 for package in packages: 240 logger.error("The following packages could not be found: %s" % ', '.join(missing)) [all …]
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | appendix-customizing-standard.rst | 9 Adding Individual Packages to the Standard SDK 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/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/meta-openembedded/meta-gnome/classes/ |
H A D | gnome-help.bbclass | 13 PACKAGES:append = " ${PN}-help" 32 packages = (d.getVar('PACKAGES') or "").split() 37 if pn + '-help' in packages: 38 packages.remove(pn + '-help') 55 packages.append(pkg) 63 d.setVar('PACKAGES', ' '.join(packages))
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | system-requirements.rst | 151 Required Packages for the Build Host 154 The list of packages you need on the host development system can be 156 section describes required packages according to Linux distribution and 159 .. _ubuntu-packages: 164 Here are the packages needed to build an image on a headless system 197 Here are the packages needed to build Project documentation manuals: 202 In addition to the previous packages, here are the packages needed to build the 208 Fedora Packages 211 Here are the packages needed to build an image on a headless system 217 Here are the packages needed to build Project documentation manuals: [all …]
|
H A D | features.rst | 11 Features provide a mechanism for working out which packages should be 21 and other packages to include. A given distribution can support a 41 one-to-one correspondence to packages, and they can go beyond simply 42 controlling the installation of a package or packages. Sometimes a 101 packages, and they can go beyond simply controlling the installation of 102 a package or packages. In most cases, the presence or absence of a 107 concerned packages is one way of supplying such options. 207 ":ref:`test-manual/ptest:testing packages with ptest`" section 271 you can add several different predefined packages such as development 272 utilities or packages with debug information needed to investigate [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-locale.inc | 31 PACKAGES = "localedef ${PN}-dbg ${LOCALEBASEPN}-locale-alias" 39 PACKAGES += "${BPN}-binaries" 40 RRECOMMENDS:${BPN}-binaries = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("gli… 44 PACKAGES += "${BPN}-charmaps" 45 RRECOMMENDS:${BPN}-charmaps = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("gli… 49 PACKAGES += "${BPN}-gconvs" 50 RRECOMMENDS:${BPN}-gconvs = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc… 54 PACKAGES += "${BPN}-localedatas" 55 RRECOMMENDS:${BPN}-localedatas = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("… 59 # glibc-gconv is dynamically added into PACKAGES, thus
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Catharon | 14 Productions, Inc. in several archive packages. This license 15 applies to all files found in such packages which do not fall 36 We disclaim all warranties covering the packages distributed by 55 Catharon Packages'. 64 The Catharon Packages are copyright (C) 2000 by Catharon 70 THE CATHARON PACKAGES ARE PROVIDED `AS IS' WITHOUT WARRANTY OF ANY 83 sublicense the Catharon Packages (in both source and object code 100 the Catharon Packages, not just the unmodified files. If you use 116 accept it. However, as the Catharon Packages are copyrighted 120 Packages, you indicate that you understand and accept all the
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | recipedetails.html | 32 totalPackages: {{packages.count}}, 54 …ge <strong>{{recipe.name}}</strong> has been created. You can now add or remove packages as needed. 90 <div id="packages-table"> 91 {% if packages.count %} 99 <div class="alert alert-info air" id="build-to-get-packages-msg" 100 {# if there are packages and it's in the project don't show this msg #} 101 {% if packages.count or not packages.count and not in_project %} 108 <div class="alert alert-info air" id="packages-alert" 109 {% if packages.count or in_project %} 123 Approx. packages included [all …]
|
/openbmc/openbmc/meta-security/recipes-core/packagegroup/ |
H A D | packagegroup-core-security.bb | 8 PACKAGES = "\ 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/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(): 142 …bb.error("An allarch packagegroup shouldn't depend on packages which are dynamically renamed (%s t… 235 def write_extra_pkgs(variants, pn, packages, pkgdatadir): argument 238 fd.write("PACKAGES: %s\n" % ' '.join( 239 map(lambda pkg: '%s-%s' % (variant, pkg), packages.split()))) 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) [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | python.docker | 7 ENV PACKAGES \ 20 RUN dnf install -y $PACKAGES 21 RUN rpm -q $PACKAGES | sort > /packages.txt
|