| /openbmc/openbmc/poky/meta/recipes-devtools/dnf/ |
| H A D | dnf_4.22.0.bb | 5 HOMEPAGE = "https://github.com/rpm-software-management/dnf" 11 SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protocol=https \ 21 SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch" 61 # Create a symlink called 'dnf' as 'make install' does not do it, but 62 # .spec file in dnf source tree does (and then Fedora and dnf documentation 63 # says that dnf binary is plain 'dnf'). 65 ln -rs ${D}/${bindir}/dnf-3 ${D}/${bindir}/dnf 66 ln -rs ${D}/${bindir}/dnf-automatic-3 ${D}/${bindir}/dnf-automatic 69 # Direct dnf-native to read rpm configuration from our sysroot, not the one it was compiled in 71 create_wrapper ${D}/${bindir}/dnf \ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
| H A D | 0030-Run-python-scripts-using-env.patch | 11 bin/dnf-automatic.in | 2 +- 12 bin/dnf.in | 2 +- 15 diff --git a/bin/dnf-automatic.in b/bin/dnf-automatic.in 17 --- a/bin/dnf-automatic.in 18 +++ b/bin/dnf-automatic.in 22 # dnf-automatic executable. 25 diff --git a/bin/dnf.in b/bin/dnf.in 27 --- a/bin/dnf.in 28 +++ b/bin/dnf.in 32 # The dnf executable script.
|
| H A D | 0001-dnf-write-the-log-lock-to-root.patch | 4 Subject: [PATCH] dnf: write the log lock to root 14 dnf/logging.py | 2 +- 17 diff --git a/dnf/logging.py b/dnf/logging.py 19 --- a/dnf/logging.py 20 +++ b/dnf/logging.py 25 - self.rotate_lock = dnf.lock.build_log_lock("/var/log/", True) 26 + self.rotate_lock = dnf.lock.build_log_lock("/", True)
|
| H A D | 0001-set-python-path-for-completion_helper.patch | 9 dnf/cli/completion_helper.py.in | 2 +- 12 diff --git a/dnf/cli/completion_helper.py.in b/dnf/cli/completion_helper.py.in 14 --- a/dnf/cli/completion_helper.py.in 15 +++ b/dnf/cli/completion_helper.py.in 20 # This file is part of dnf.
|
| H A D | 0001-lock.py-fix-Exception-handling.patch | 11 For [1], it is an cross compile case, when dnf install some packages to 21 [1] https://github.com/rpm-software-management/dnf/issues/1963 23 Upstream-Status: Submitted [ https://github.com/rpm-software-management/dnf/pull/2065 ] 27 dnf/lock.py | 12 ++++++++++-- 30 diff --git a/dnf/lock.py b/dnf/lock.py 32 --- a/dnf/lock.py 33 +++ b/dnf/lock.py
|
| H A D | 0005-Do-not-prepend-installroot-to-logdir.patch | 13 dnf/cli/cli.py | 2 +- 16 diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py 18 --- a/dnf/cli/cli.py 19 +++ b/dnf/cli/cli.py
|
| H A D | 0001-Corretly-install-tmpfiles.d-configuration.patch | 17 -INSTALL (FILES dnf.conf DESTINATION /usr/lib/tmpfiles.d/) 18 +INSTALL (FILES dnf.conf DESTINATION ${SYSCONFDIR}/tmpfiles.d/)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/ |
| H A D | dnf-plugin-tui_1.4.bb | 1 SUMMARY = "A text-based user interface plugin of dnf for user to manage packages. " 6 SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" 16 install -d ${D}${datadir}/dnf 17 install -m 0755 ${S}/samples/* ${D}${datadir}/dnf 18 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg 19 install -m 0755 ${S}/dnf-plugins/mkimg/* ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg 20 for file in $(ls ${S}/dnf-plugins/ | grep -v mkimg); do 21 install -m 0755 ${S}/dnf-plugins/$file ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins 36 FILES:${PN} += "${datadir}/dnf" 41 dnf \ [all …]
|
| /openbmc/openbmc/poky/documentation/tools/host_packages_scripts/ |
| H A D | almalinux_essential.sh | 1 sudo dnf install -y epel-release 2 sudo yum install dnf-plugins-core 3 sudo dnf config-manager --set-enabled crb 4 sudo dnf makecache 5 sudo dnf install bzip2 ccache chrpath cpio cpp diffstat diffutils gawk gcc gcc-c++ git glibc-devel …
|
| H A D | almalinux_docs.sh | 1 sudo dnf install git glibc-locale-source librsvg2-tools make python3-pip which
|
| H A D | fedora_docs.sh | 1 sudo dnf install git glibc-locale-source librsvg2-tools make python3-pip which
|
| H A D | almalinux_docs_pdf.sh | 1 sudo dnf install latexmk texlive-collection-fontsrecommended texlive-collection-latex texlive-colle…
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | rootfs_rpm.bbclass | 11 ROOTFS_PKGMANAGE = "rpm dnf" 13 # dnf is using our custom sysconfig module, and so will fail without these 17 # Add 100Meg of extra space for dnf 18 IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("PACKAGE_INSTALL", "dnf", " + 102400", "", … 24 dnf-native:do_populate_sysroot \
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | centos9.docker | 9 RUN dnf distro-sync -y && \ 10 dnf install 'dnf-command(config-manager)' -y && \ 11 dnf config-manager --set-enabled -y crb && \ 12 dnf install -y epel-release && \ 13 dnf install -y epel-next-release && \ 14 dnf install -y \ 127 dnf autoremove -y && \ 128 dnf clean all -y && \
|
| H A D | fedora-win64-cross.docker | 9 RUN dnf install -y nosync && \ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 70 nosync dnf autoremove -y && \ 71 nosync dnf clean all -y && \ 82 RUN nosync dnf install -y \ 106 nosync dnf clean all -y && \
|
| H A D | fedora.docker | 9 RUN dnf install -y nosync && \ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 145 nosync dnf autoremove -y && \ 146 nosync dnf clean all -y && \
|
| H A D | fedora-rust-nightly.docker | 9 RUN dnf install -y nosync && \ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 145 nosync dnf autoremove -y && \ 146 nosync dnf clean all -y && \ 161 RUN dnf install -y wget
|
| /openbmc/openbmc/poky/documentation/tools/ |
| H A D | Containerfile.almalinux | 13 RUN dnf update -y \ 14 && dnf install -y sudo \ 18 && dnf autoremove -y \ 19 && dnf clean all -y \
|
| H A D | Containerfile.fedora | 13 RUN dnf update -y \ 14 && dnf install -y sudo \ 18 && dnf autoremove -y \ 19 && dnf clean all -y \
|
| H A D | Containerfile.dnf | 13 RUN dnf update -y \ 14 && dnf install -y sudo \ 18 && dnf autoremove -y \ 19 && dnf clean all -y \
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | dnf.py | 19 def dnf(self, command, expected = 0): member in DnfTest 35 self.dnf('--help') 39 self.dnf('--version') 43 self.dnf('info dnf') 47 self.dnf('search dnf') 51 self.dnf('history') 71 output = self.dnf(" ".join(cmdlinerepoopts) + " --nogpgcheck " + command) 91 output = self.dnf('list --installed dnf-test-*') 171 output = self.dnf('list --installed dnf-test-*')
|
| /openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/ |
| H A D | dnf_runtime.py | 2 from oeqa.runtime.cases.dnf import DnfTest 44 output_makecache = self.dnf('-vy makecache') 48 output_repoinfo = self.dnf('-v repoinfo')
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | coverity-scan.docker | 20 RUN dnf install -y nosync && \ 30 nosync dnf update -y && \ 31 nosync dnf install -y \ 146 nosync dnf autoremove -y && \ 147 nosync dnf clean all -y && \ 163 RUN dnf install -y curl wget
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | stm32f7_i2c.c | 172 u8 dnf; member 242 .dnf = STM32_I2C_DNF_DEFAULT, 504 af_delay_min - (setup->dnf + 3) * i2cclk; in stm32_i2c_compute_solutions() 507 af_delay_max - (setup->dnf + 4) * i2cclk; in stm32_i2c_compute_solutions() 576 dnf_delay = setup->dnf * i2cclk; in stm32_i2c_choose_solution() 660 if (setup->dnf > STM32_I2C_DNF_MAX) { in stm32_i2c_compute_timing() 662 setup->dnf, STM32_I2C_DNF_MAX); in stm32_i2c_compute_timing() 739 setup->analog_filter ? "On" : "Off", setup->dnf); in stm32_i2c_setup_timing()
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | no-gplv3.inc | 18 # 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
|