Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/
H A D0001-Adjust-test-expectations-for-ptest.patch19 … 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 D0001-cargo-Update-tempfile-to-latest-3.x.patch25 [[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 DCargo.lock5 [[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 DMiscellaneous.pm87 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 Dtest_core_image_min.py186 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 Dutils_get_version.py66 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 Dcve-json-to-text.py95 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 Doe-pkgdata-browser85 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 D0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch5 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 Dupdate_manager.cpp63 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 Dcase.py35 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 Dpackages.rst10 - :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 Defi_hii.c88 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 Ddevice_updater_test.cpp19 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 DEFL-1.05 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 DEFL-2.04 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.
7package. 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 Dpackage_manager.py116 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 Dxserver-abi.inc10 # 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 DMakevars1 # 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 Dncsi_util.hpp48 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 D0002-Bump-onig-from-6.4.0-to-6.5.1.patch20 [[package]]
35 [[package]]
66 -[[package]]
72 [[package]]
86 [[package]]
101 [[package]]
128 [[package]]
/openbmc/qemu/python/qemu/
H A DREADME.rst5 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 Dgstreamer1.0-plugins-packaging.inc3 # 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 Dapi.py636 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 Dpackage.bbclass25 # 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 …]

12345678910>>...47