Home
last modified time | relevance | path

Searched full:rpm (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/meta/recipes-devtools/rpm/
H A Drpm_4.20.0.bb1 SUMMARY = "The RPM package management system"
2 DESCRIPTION = "The RPM Package Manager (RPM) is a powerful command line driven \
8 SUMMARY:${PN}-dev = "Development files for manipulating RPM packages"
9 DESCRIPTION:${PN}-dev = "This package contains the RPM C library and header files. These \
11 manipulate RPM packages and databases. These files are intended to \
13 other tools that need an intimate knowledge of RPM packages in order \
16 SUMMARY:python3-rpm = "Python bindings for apps which will manupulate RPM packages"
17 DESCRIPTION:python3-rpm = "The python3-rpm package contains a module that permits applications \
19 supplied by the RPM Package Manager libraries."
21 HOMEPAGE = "http://www.rpm.org"
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Drpm.py19 @OEHasPackage(['rpm'])
22 status, output = self.target.run('rpm --help')
26 @OETestDepends(['rpm.RpmBasicTest.test_rpm_help'])
28 status, output = self.target.run('ls /var/lib/rpm/')
30 self.skipTest('No /var/lib/rpm on target')
31 status, output = self.target.run('rpm -q rpm')
35 @OETestDepends(['rpm.RpmBasicTest.test_rpm_query'])
50 status, output = self.target.run('su -c "rpm -qa" %s ' % u)
51 msg = 'status: %s. Cannot run rpm -qa: %s' % (status, output)
85 rpmdir = os.path.join(self.tc.td['DEPLOY_DIR'], 'rpm', pkgarch)
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/
H A D0004-rpm-sort-include-string.h-for-strverscmp.patch4 Subject: [PATCH] rpm-sort: include string.h for strverscmp
7 rpm-sort.c: In function 'package_version_compare':
8 rpm-sort.c:156:13: error: 'strverscmp' undeclared (first use in this function)
16 rpm-sort.c | 1 +
19 diff --git a/rpm-sort.c b/rpm-sort.c
21 --- a/rpm-sort.c
22 +++ b/rpm-sort.c
25 #include <rpm/rpmlib.h>
H A D0002-Add-another-variable-LIBS-to-provides-libraries-from.patch23 +rpm-sort_LIBS = ${LIBS}
25 all: grubby rpm-sort
30 rpm-sort::rpm-sort.o
32 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -lrpmio $(rpm-sort_LIBS)
35 rm -f *.o grubby rpm-sort *~
/openbmc/phosphor-pid-control/tools/
H A Dfan_rpm_loop_test.sh9 # Store commanded rpm as thermal set-point.
12 # rpm - rpm set-point.
17 # Sweep or step rpm over range.
20 # start_rpm: start RPM value
21 # stop_rpm: stop RPM value
45 echo "Running RPM from ${start_rpm} to ${stop_rpm} in ${num_steps} steps"
53 local -i rpm=$((rpm0 + (range * p + h) / num_steps))
54 echo "Setting RPM to ${rpm} and sleep ${dwell} seconds"
55 CommandRpm "${rpm}"
67 # min_rpm: min RPM for the platform
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/
H A Drpm-sequoia_1.7.0.bb1 SUMMARY = "An OpenPGP backend for rpm using Sequoia PGP"
6 # https://src.fedoraproject.org/rpms/rust-rpm-sequoia/blob/rawhide/f/rust-rpm-sequoia.spec
15 SRC_URI = "git://github.com/rpm-software-management/rpm-sequoia.git;protocol=https;branch=main \
30 # rpm-sequoia.pc is generated in the source directory
34 # From rpm-sequoia's README.md:
38 # `rpm-sequoia.pc` file. It defaults to `/usr/local`.
55 # Move the library to the correct location expected by rpm-sequoia.pc
62 # rpm-sequoia does not install its pkgconfig file. Do it manually.
64 install -m644 ${S}/target/release/rpm-sequoia.pc ${D}${libdir}/pkgconfig
79 RDEPENDS:${PN} = "rpm-sequoia-crypto-policy"
[all …]
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dsigning-keys.bb15 PACKAGES =+ "${PN}-ipk ${PN}-rpm ${PN}-packagefeed"
17 FILES:${PN}-rpm = "${sysconfdir}/pki/rpm-gpg"
27 # Export public key of the rpm signing key
29 signer.export_pubkey(os.path.join(d.expand('${B}'), 'rpm-key'),
49 if [ -f "${B}/rpm-key" ]; then
50 …install -D -m 0644 "${B}/rpm-key" "${D}${sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-${DISTRO}-${DISTRO_CO…
61 if [ -f "${B}/rpm-key" ]; then
62 install -D -m 0644 "${B}/rpm-key" "${DEPLOYDIR}/RPM-GPG-KEY-${DISTRO}-${DISTRO_CODENAME}"
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch4 Subject: [PATCH] Do not hardcode "lib/rpm" as the installation path for
7 Upstream-Status: Denied [https://github.com/rpm-software-management/rpm/pull/263]
22 -set(RPM_CONFIGDIR "${CMAKE_INSTALL_PREFIX}/lib/rpm" CACHE PATH "rpm home")
23 +set(RPM_CONFIGDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/rpm" CACHE PATH "rpm home")
25 set(RPM_VENDOR "vendor" CACHE STRING "rpm vendor string")
H A D0001-Set-RPM_PLUGINDIR-in-top-level-CMakeLists.txt.patch14 error: /usr/lib64/rpm/macros: line 1183: Macro %__plugindir has empty body
15 error: /usr/lib64/rpm/macros: line 1183: Macro %__plugindir has empty body
19 Upstream-Status: Submitted [https://github.com/rpm-software-management/rpm/pull/3496]
35 +set(RPM_PLUGINDIR ${CMAKE_INSTALL_FULL_LIBDIR}/rpm-plugins
36 + CACHE PATH "rpm plugin directory")
49 -set(RPM_PLUGINDIR ${CMAKE_INSTALL_FULL_LIBDIR}/rpm-plugins
50 - CACHE PATH "rpm plugin directory")
H A D0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch7 This is needed so that rpm can pick up target-specific configuration
40 - SYSCONFDIR "/rpm/macros.*", ":",
41 - SYSCONFDIR "/rpm/macros", ":",
42 - SYSCONFDIR "/rpm/%{_target}/macros", NULL);
43 + etcconfdir, SYSCONFDIR "/rpm/macros.*", ":",
44 + etcconfdir, SYSCONFDIR "/rpm/macros", ":",
45 + etcconfdir, SYSCONFDIR "/rpm/%{_target}/macros", NULL);
53 - const char * const platform_path = SYSCONFDIR "/rpm/platform";
58 + const char * const platform_path = rstrscat(NULL, etcconfdir, SYSCONFDIR "/rpm/platform", NULL…
H A D0001-CMakeLists.txt-set-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch14 $ rpm --showrc | grep _libdir
20 an invalid regular expression when building rpm packages. This results a
28 …mbedded.org/openembedded-core/tree/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as…
29 [2] https://github.com/rpm-software-management/rpm/commit/d2abb7a48760418aacd7f17c8b64e39c25ca50c9
H A D0001-Do-not-read-config-files-from-HOME.patch28 SYSCONFDIR "/rpm/macros.*", ":",
29 SYSCONFDIR "/rpm/macros", ":",
30 - SYSCONFDIR "/rpm/%{_target}/macros", ":",
32 + SYSCONFDIR "/rpm/%{_target}/macros", NULL);
/openbmc/ipmitool/control/
H A Drpmrc1 macrofiles: /usr/lib/rpm/macros:/usr/lib/rpm/%{_target}/macros:/etc/rpm/macros.specspo:/etc/rpm/mac…
/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/
H A Dcreaterepo-c_1.2.1.bb2 HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki"
7 SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https;tag=$…
9 file://0001-include-rpm-rpmstring.h.patch \
16 DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"
25 # Direct createrepo to read rpm configuration from our sysroot, not the one it was compiled in
28 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \
36 RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/
H A Ddnf_4.22.0.bb3 packages on RPM-based Linux distributions. It automatically computes \
5 HOMEPAGE = "https://github.com/rpm-software-management/dnf"
11 SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protocol=https \
51 python3-rpm \
69 # Direct dnf-native to read rpm configuration from our sysroot, not the one it was compiled in
72 … SEQUOIA_CRYPTO_POLICY=${STAGING_DATADIR_NATIVE}/crypto-policies/back-ends/rpm-sequoia.config \
73 RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \
79 RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \
91 …', '', 'does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv'…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/satyr/
H A Dsatyr_0.43.bb29 PACKAGECONFIG ??= "python3 rpm"
31 PACKAGECONFIG[rpm] = "--with-rpm, --without-rpm, rpm"
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Drpm-drop-groups.sh2 # rpm-drop-groups
14 # Given an rpm, it will look at each file to check if it tries to change
22 # summarize the rpm's state. For yes, then all files are in the expected
26 # To save to file: ./rpm-drop-groups | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" | tee o…
31 echo "rpm-drop-groups [--all|<rpmname>|--version]"
39 echo "rpm-drop-groups $VERSION"
49 if ! rpm -q $1 >/dev/null 2>&1 ; then
58 files=`rpm -ql $1`
114 packages=`rpm -qa --queryformat "%{NAME}.%{ARCH}\n" | sort`
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DMiscellaneous.pm89 # We do this to avoid having to repeatedly swlist/rpm
124 # This routine only works on RPM-based distros: Red Hat, Fedora, Mandrake and SuSE
127 } else { #This is a RPM-based distro
128 # Run an rpm command -- librpm is extremely messy, dynamic and not
130 if (open RPM,"rpm -q $package") {
133 my @lines = <RPM>;
134 close RPM;
137 # $ rpm -q jay
139 # $ rpm -q bash
154 …&B_log("ERROR","B_is_package_installed was unable to find a definitive RPM present or not present …
[all …]
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dno-gplv3.inc18 # dnf pulls in gpg which is gpl3; it also pulls in python3-rpm which pulls in rpm-build which pulls…
19 # so install rpm but not dnf
21 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm"
23 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm"
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A Drootfs.py10 from oe.package_manager.rpm.manifest import PkgManifest
11 from oe.package_manager.rpm import RpmPM
37 While rpm incremental image generation is enabled, it will remove the
113 …self._setup_dbg_rootfs(['/etc/rpm', '/etc/rpmrc', '/etc/dnf', '/var/lib/rpm', '/var/cache/dnf', '/…
130 postinst_dir = self.d.expand("${IMAGE_ROOTFS}${sysconfdir}/rpm-postinsts")
140 # this is just a stub. For RPM, the failed postinstalls are
141 # already saved in /etc/rpm-postinsts
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/
H A Dlibdnf_0.74.0.bb2 HOMEPAGE = "https://github.com/rpm-software-management/libdnf"
3 …des a high level package-manager. It's core library of dnf, PackageKit and rpm-ostree. It's replac…
7 SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;protocol=https \
21 DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native util-linux"
35 …', '', 'Does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv'…
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtestexport.py43 …Function to determine what rpm deploy dir to choose for a given architecture based on TUNE_FEATURES
109 …if param_list[2] == "rpm": # binary should be deployed as rpm; (other, .deb, .ipk? ; in the near …
110 …for item in target_rpm_file_list: # copying all related rpm packages. "Intuition" reasons, someone…
117 if re.match(".*-{}-.*\.rpm".format(param_list[1]), item):
128 … re.search(".*-([0-9]+\.[0-9]+)-.*rpm", target_rpm_file_list[0]).group(1))
138 …if param_list[1] and re.match("nativesdk-{}-{}-.*\.rpm".format(param_list[0], param_list[1]), item…
151 if param_list[2] == "rpm":
152 return "No need to extract, this is an .rpm file"
164 … if re.match("%s-%s.*rpm" % (param_list[0], param_list[1]), item): # package with version
171 if re.match("%s-.*rpm" % param_list[0], item):
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c/
H A D0001-include-rpm-rpmstring.h.patch4 Subject: [PATCH] include rpm/rpmstring.h
12 Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/340]
26 +#include <rpm/rpmstring.h>
28 #include <rpm/rpmstring.h>
/openbmc/phosphor-fan-presence/docs/control/fanctl/
H A DREADME.md4 control including the ability to manually set the fans to a desired RPM (or PWM
37 - RPM/PWM target to set the fans
63 using RPM or PWM fan speeds, and sets them to the value provided):
81 TARGET SENSOR TARGET(RPM) FEEDBACK SENSOR FEEDBACK(RPM)
108 FAN TARGET(RPM) FEEDBACK(RPM) PRESENT FUNCTIONAL
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dthermal.hpp12 RPM, enumerator
18 {ReadingUnits::RPM, "RPM"},

12345678910>>...16