| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
| H A D | 0001-Adjust-test-expectations-for-ptest.patch | 19 … party import ""totally_missing"" should be placed before local import ""package.Class""":UNDEFINED 20 …rty import ""astroid"" should be placed before local imports ""package.Class"", "".package""":UNDE… 21 …rt ""pylint.checkers"" should be placed before local imports ""package.Class"", "".package"", "".p… 22 …port ""pylint.config"" should be placed before local imports ""package.Class"", "".package"", "".p… 23 … import ""pylint.sys"" should be placed before local imports ""package.Class"", "".package"", "".p… 24 …t ""pylint.pyreverse"" should be placed before local imports ""package.Class"", "".package"", "".p… 25 …ig"", ""pylint.sys"", ""pylint.pyreverse"" and local imports ""package.Class"", "".package"", "".p… 26 …t ""pylint.constants"" should be placed before local imports ""package.Class"", "".package"", "".p… 27 …"pylint.pyreverse"", ""pylint.constants"", and local imports ""package.Class"", "".package"", "".p… 28 …""pylint.pyreverse"", ""pylint.constants"" and local imports ""package.Class"", "".package"", "".p… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
| H A D | 0001-cargo-Update-tempfile-to-latest-3.x.patch | 25 [[package]] 34 [[package]] 46 [[package]] 54 [[package]] 66 [[package]] 74 [[package]] 78 [[package]] 86 [[package]] 94 [[package]] 98 [[package]] [all …]
|
| /openbmc/qemu/rust/ |
| H A D | Cargo.lock | 5 [[package]] 11 [[package]] 17 [[package]] 27 [[package]] 40 [[package]] 47 [[package]] 53 [[package]] 62 [[package]] 70 [[package]] 79 [[package]] [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | Miscellaneous.pm | 87 my $package = $_[0]; 97 "if package: $package is installed or not. Bastille will assume not. ". 99 … "To use Bastille-results as-is, please check to ensure $package is not installed, ". 118 if ($INSTALLED_PACKAGE_LIST{$package} == 'configured') { 130 if (open RPM,"rpm -q $package") { 144 if ($line =~ /^package\s$package\sis\snot\sinstalled/) { 147 elsif ($line =~ /^$package\-/) {
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
| H A D | test_core_image_min.py | 186 package = Package.objects.filter(id=row['package_id']).values('id') 187 if (not target or not package): 275 for package in packages: 276 if (package['name'][0].isdigit() is True): 277 cnt_err.append(package['id']) 286 for package in packages: 287 if (package['version'][0].isdigit() is False): 288 cnt_err.append(package['id']) 297 for package in packages: 298 if (package['revision'][0].startswith("r") is False): [all …]
|
| /openbmc/openbmc-test-automation/gui/lib/ |
| H A D | utils_get_version.py | 66 for package in ["python", "python3", "robot", "firefox", "google-chrome"]: 70 package + " --version", valid_rcs=[0, 0x7F, 0xFB] 72 versions[package] = ( 78 for package in [ 84 "pip3 show " + package + " | grep Version | sed -re 's/.*: //g'" 86 versions[package] = (
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | cve-json-to-text.py | 95 for package in data["package"]: 98 if keys_in_package - package.keys(): 102 % (keys_in_package - package.keys()), 105 package_info += "LAYER: %s\n" % package["layer"] 106 package_info += "PACKAGE NAME: %s\n" % package["name"] 107 package_info += "PACKAGE VERSION: %s\n" % package["version"] 109 for issue in package["issue"]: 113 % (keys_in_issue - issue.keys(), package["name"]))
|
| H A D | oe-pkgdata-browser | 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) 156 package = url.path 157 recipe = recipe_from_package(self.pkgdata, package) 166 it = self.package_iters[package] 185 for package in packages: 187 data = load_runtime_package(self.pkgdata, package) 189 self.package_iters[package] = self.package_store.append([package, int(data["PKGSIZE"])]) [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 5 package 14 if {![package vsatisfies [package provide Tcl] 8.6]} {return} 15 package ifneeded Expect 5.45.4 \ 67 package require Expect 80 package require Expect 93 package require Expect 106 package require Expect 119 package require Expect 132 package require Expect 145 package require Expect [all …]
|
| /openbmc/pldm/fw-update/ |
| H A D | update_manager.cpp | 63 package.open(packageFilePath, in processPackage() 65 if (!package.good()) in processPackage() 70 package.close(); in processPackage() 75 uintmax_t packageSize = package.tellg(); in processPackage() 84 processStream(package, packageSize); in processPackage() 91 package.close(); in processPackage() 97 std::string UpdateManager::processStreamDefer(std::istream& package, in processStreamDefer() argument 112 event, [this, &package, packageSize](sdeventplus::source::EventBase&) { in processStreamDefer() 113 this->processStream(package, packageSize); in processStreamDefer() 119 void UpdateManager::processStream(std::istream& package, uintmax_t packageSize) in processStream() argument [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
| H A D | case.py | 35 for package in packages: 37 package = package + "-native" 39 package = "nativesdk-" + package 41 if self.tc.hasHostPackage(package): 65 for package in packages: 66 if self.tc.hasTargetPackage(package, multilib=multilib):
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | packages.rst | 10 - :ref:`dev-manual/packages:incrementing a package version` 14 - :ref:`dev-manual/packages:using runtime package management` 18 - :ref:`Setting up and running package test 21 - :ref:`dev-manual/packages:creating node package manager (npm) packages` 31 or to not install a package at all. 35 with IPK and RPM package types, not for Debian packages. 53 prevent the installation of a package whose presence is required by 54 an installed package. 59 This section provides some background on how binary package versioning 63 In order to understand binary package versioning, you need to consider [all …]
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_hii.c | 88 struct efi_hii_guid_package package; member 253 struct efi_hii_guid_package *package) in add_guid_package() argument 262 memcpy(&data->package, package, sizeof(*package)); in add_guid_package() 268 static void free_keyboard_layouts(struct efi_keyboard_package_data *package) in free_keyboard_layouts() argument 272 while (!list_empty(&package->keyboard_layout_list)) { in free_keyboard_layouts() 273 layout_data = list_first_entry(&package->keyboard_layout_list, in free_keyboard_layouts() 284 struct efi_keyboard_package_data *package; in remove_keyboard_package() local 287 package = list_first_entry(&hii->keyboard_packages, in remove_keyboard_package() 290 free_keyboard_layouts(package); in remove_keyboard_package() 291 list_del(&package->link); in remove_keyboard_package() [all …]
|
| /openbmc/pldm/fw-update/test/ |
| H A D | device_updater_test.cpp | 19 package("./test_pkg", std::ios::binary | std::ios::in | std::ios::ate) in DeviceUpdaterTest() 36 std::ifstream package; member in DeviceUpdaterTest 45 uintmax_t packageSize = package.tellg(); in TEST_F() 48 package.seekg(0); in TEST_F() 50 package.read(new (packageHeader.data()) char, testPkgSize); in TEST_F() 55 package.seekg(0); in TEST_F() 69 DeviceUpdater deviceUpdater(0, package, fwDeviceIDRecord, compImageInfos, in TEST_F()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | EFL-1.0 | 5 this package, provided that: 9 - any distribution of this package, whether modified or not, 13 depend on this package, provided that: 16 package, you must publicly release the modified version of this 17 package
|
| H A D | EFL-2.0 | 4 Permission is hereby granted to use, copy, modify and/or distribute this package, provided that: 6 any distribution of this package, whether modified or not, includes this license text. 7 …package. If the binary program depends on a modified version of this package, you are encouraged t…
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | package_manager.py | 116 for package in packages: 117 pkg = package['pkg'] 118 rm = package.get('rm', False) 119 extract = package.get('extract', True) 209 for package in packages: 210 pkg = package['pkg'] 211 rm = package.get('rm', False) 212 extract = package.get('extract', True)
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-abi.inc | 10 # into the new package, not the staged ones. 29 # Add the specified ABI dependency to the specified package. 30 # If package is not set then PN is used. 32 def _add_xorg_abi_depends(d, abi, package=None): 35 if not package: 36 package = d.getVar("PN") 48 d.appendVar('RDEPENDS:' + package, ' ' + abi)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
| H A D | Makevars | 1 # Makefile variables for PO directory in any package using GNU gettext. 3 # Usually the message domain is the same as the package name. 15 # package. (Note that the msgstr strings, extracted from the package's 16 # sources, belong to the copyright holder of the package.) Translators are
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_util.hpp | 48 NCSICommand(uint8_t opcode, uint8_t package, std::optional<uint8_t> channel, 54 uint8_t package; member 116 int setChannel(int package, int channel); 134 std::optional<InterfaceInfo> getInfo(int package); 149 int setChannelMask(int package, unsigned int mask);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils/ |
| H A D | 0002-Bump-onig-from-6.4.0-to-6.5.1.patch | 20 [[package]] 35 [[package]] 66 -[[package]] 72 [[package]] 86 [[package]] 101 [[package]] 128 [[package]]
|
| /openbmc/qemu/python/qemu/ |
| H A D | README.rst | 5 namespace package <https://www.python.org/dev/peps/pep-0420/>`_. 7 Each directory below is assumed to be an installable Python package that 8 is available under the ``qemu.<package>`` namespace.
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-plugins-packaging.inc | 3 # package is also set up that has no files of its own, but contains 34 # Go through all generated packages (excluding the main package and 35 # the -meta package itself) and add them to the -meta package as RDEPENDS. 46 # See if the package is empty by looking at the contents of its PKGDEST subdirectory. 47 # If this subdirectory is empty, then the package is. 48 # Empty packages do not get added to the meta package's RDEPENDS 58 d.setVar('DESCRIPTION:' + metapkg, pn + ' meta package')
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 636 built_package = tpackage.package 648 (tpackage.package.name, e)) 761 package = CustomImagePackage.objects.get(pk=package_id) 762 return package, None 790 package = CustomImagePackage.objects.get(id=next_package_id) 792 package.package_dependencies_target.annotate( 837 for package in packages: 838 package['size_formatted'] = \ 839 filtered_filesizeformat(package['size']) 840 total_size += package['size'] [all …]
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | package.bbclass | 25 # e) fixup_perms - Fix up permissions in the package before we split it. 35 # dependencies found. Also stores the package name so anyone else using this library 36 # knows which package to depend on. 52 PKGD = "${WORKDIR}/package" 65 # list that tool in PACKAGE_WRITE_DEPS. Target package dependencies belong 66 # in the package dependencies as normal, this is just for native/cross support 71 return oe.package.legitimize_package_name(s) 76 given package, usually plugins or modules. 85 output_pattern -- pattern to use for the package names. Must include %s. 86 description -- description to set for each package. Must include %s. [all …]
|