/openbmc/openbmc/poky/meta/recipes-devtools/dnf/ |
H A D | dnf_4.19.2.bb | 63 # .spec file in dnf source tree does (and then Fedora and dnf documentation 64 # says that dnf binary is plain 'dnf'). 66 ln -rs ${D}/${bindir}/dnf-3 ${D}/${bindir}/dnf 67 ln -rs ${D}/${bindir}/dnf-automatic-3 ${D}/${bindir}/dnf-automatic 72 create_wrapper ${D}/${bindir}/dnf \ 78 create_wrapper ${D}/${bindir}/dnf \ 83 SYSTEMD_SERVICE:${PN} = "dnf-makecache.service dnf-makecache.timer \ 84 dnf-automatic.service dnf-automatic.timer \ 85 dnf-automatic-download.service dnf-automatic-download.timer \ 86 dnf-automatic-install.service dnf-automatic-install.timer \ [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/)
|
H A D | 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 24 ADD_SUBDIRECTORY (dnf)
|
/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/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 \ 121 dnf autoremove -y && \ 122 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 \ 68 nosync dnf autoremove -y && \ 69 nosync dnf clean all -y && \ 78 RUN nosync dnf install -y \ 99 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 \ 138 nosync dnf autoremove -y && \ 139 nosync dnf clean all -y && \
|
H A D | fedora-cris-cross.docker | 8 RUN dnf install -y $PACKAGES
|
H A D | python.docker | 21 RUN dnf install -y $PACKAGES
|
/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/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/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 30 \n\ $ sudo yum install dnf-plugins-core 31 \n\ $ sudo dnf config-manager --set-enabled crb 32 \n\ $ sudo dnf makecache 33 \n\ $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \
|
/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
|
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/ |
H A D | libdnf_0.73.1.bb | 3 DESCRIPTION = "This library provides a high level package-manager. It's core library of dnf, Packag… 7 SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;protocol=https \
|
/openbmc/openbmc/poky/meta/recipes-core/newlib/ |
H A D | newlib_git.bb | 19 # No rpm package is actually created but -dev depends on it, avoid dnf error
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/ |
H A D | dnfdragora_2.1.6.bb | 18 DEPENDS += "dnf python3 "
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch | 9 as dnf failures).
|