/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | fedora.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all fedora-40 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN dnf install -y nosync && \ 11 if test -d /usr/lib64\n\ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 21 SDL2-devel \ 22 SDL2_image-devel \ 23 alsa-lib-devel \ [all …]
|
H A D | centos9.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all centos-stream-9 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 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 \ 15 SDL2-devel \ [all …]
|
H A D | fedora-rust-nightly.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all fedora-40 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN dnf install -y nosync && \ 11 if test -d /usr/lib64\n\ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 21 SDL2-devel \ 22 SDL2_image-devel \ 23 alsa-lib-devel \ [all …]
|
H A D | opensuse-leap.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all opensuse-leap-15 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN zypper update -y && \ 10 …zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE… 11 zypper install -y \ 12 Mesa-devel \ 13 alsa-lib-devel \ 17 brlapi-devel \ 19 ca-certificates \ [all …]
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 1 # syntax=docker/dockerfile:1.0.0-experimental 16 # run-coverity-scan script. 20 RUN dnf install -y nosync && \ 21 echo -e '#!/bin/sh\n\ 22 if test -d /usr/lib64\n\ 30 nosync dnf update -y && \ 31 nosync dnf install -y \ 32 SDL2-devel \ 33 SDL2_image-devel \ 34 alsa-lib-devel \ [all …]
|
/openbmc/qemu/tests/lcitool/ |
H A D | mappings.yml | 9 # Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 we 10 # have to disable all packages that depend on libgl1-mesa-dri:mips64el 12 mips64el-deb: 15 mips64el-deb: 18 mips64el-deb: 20 gtk-vnc: 21 mips64el-deb: 23 mesa-libgbm: 24 mips64el-deb: 29 python3: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/ |
H A D | 0001-unattended-upgrade-Remove-distro_info-usage-to-check.patch | 2 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal@rzerosystems.com> 3 Date: Thu, 27 Jan 2022 16:32:25 -0600 4 Subject: [PATCH] unattended-upgrade: Remove distro_info usage to check devel 6 MIME-Version: 1.0 7 Content-Type: text/plain; charset=UTF-8 8 Content-Transfer-Encoding: 8bit 10 The distro-info python3 package is used to check if the release is a 11 devel release and choice if continue with unattended-upgrade for now 12 remove it because needs support into python3-distro-info [1]. 14 [1] https://salsa.debian.org/debian/distro-info [all …]
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 11 DISTRO_REL_TAG : "yocto-5.1" 15 YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" 21 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), round… 23 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "… 25 # RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core s… 35 UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >- 36 build-essential 45 iputils-ping 47 liblz4-tool 49 python3 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/ |
H A D | 0001-Use-setuptools-instead-of-distutils.patch | 2 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz> 7 https://peps.python.org/pep-0632/ 9 Upstream-Status: Backport [https://github.com/libpwquality/libpwquality/commit/7b5e0f0097faebdcc6a8… 10 Signed-off-by: Alexander Kanavin <alex@linutronix.de> 11 --- 12 libpwquality.spec.in | 11 ++--------- 13 python/Makefile.am | 2 +- 14 python/setup.py.in | 6 +++--- 15 3 files changed, 6 insertions(+), 13 deletions(-) 17 diff --git a/libpwquality.spec.in b/libpwquality.spec.in [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | 0001-Fix-upstream-CFLAGS-override.patch | 3 Date: Fri, 26 Apr 2024 14:17:54 -0600 8 Upstream-Status: Submitted [https://bugs.launchpad.net/hplip/+bug/1879445] 9 --- 10 configure.in | 36 +++++++++++++++++++++++------------- 11 1 file changed, 23 insertions(+), 13 deletions(-) 13 diff --git a/configure.in b/configure.in 15 --- a/configure.in 17 @@ -628,20 +628,31 @@ if test "$class_driver" = "no" && test "$hpijs_only_build" = "no" && test "$h… 21 -SAVE_CPPFLAGS="$CPPFLAGS" 22 -CFLAGS=`python-config --includes` [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-web3_7.7.0.bb | 3 SECTION = "devel/python" 12 python3-aiohttp \ 13 python3-eth-abi \ 14 python3-eth-account \ 15 python3-eth-hash \ 16 python3-eth-typing \ 17 python3-eth-utils \ 18 python3-hexbytes \ 19 python3-jsonschema \ 20 python3-protobuf \ [all …]
|
H A D | python3-can_4.4.2.bb | 2 HOMEPAGE = "https://github.com/hardbyte/python-can" 3 SECTION = "devel/python" 4 LICENSE = "LGPL-3.0-only" 15 python3-aenum \ 16 python3-asyncio \ 17 python3-codecs \ 18 python3-compression \ 19 python3-ctypes \ 20 python3-fcntl \ 21 python3-json \ [all …]
|
H A D | python3-py7zr_0.22.0.bb | 1 SUMMARY = "Pure Python 7-zip library" 3 LICENSE = "LGPL-2.1-or-later" 4 SECTION = "devel/python" 12 python3-setuptools-scm-native \ 13 python3-toml-native \ 14 python3-wheel-native \ 18 python3-pycryptodomex \ 19 python3-multivolumefile \ 20 python3-pybcj \ 21 python3-inflate64 \ [all …]
|
H A D | python3-socketio_5.11.2.bb | 2 HOMEPAGE = "https://github.com/miguelgrinberg/python-socketio/" 3 SECTION = "devel/python" 10 PYPI_PACKAGE = "python-socketio" 15 PACKAGECONFIG[asyncio_client] = ",,,python3-aiohttp python3-websockets" 16 PACKAGECONFIG[client] = ",,,python3-requests python3-websocket-client" 19 python3-engineio \ 20 python3-logging \ 21 python3-math \ 22 python3-pickle \ 23 python3-json \ [all …]
|
H A D | python3-pint_0.24.4.bb | 4 SECTION = "devel/python" 6 LICENSE = "BSD-3-Clause" 9 inherit pypi ptest-python-pytest python_setuptools_build_meta 13 DEPENDS += "python3-setuptools-scm-native" 20 python3-setuptools \ 21 python3-packaging \ 22 python3-platformdirs \ 24 # python3-misc for timeit.py 25 RDEPENDS:${PN}-ptest += " \ 26 python3-appdirs \ [all …]
|
H A D | python3-pybcj_1.0.3.bb | 3 LICENSE = "LGPL-2.1-or-later" 4 SECTION = "devel/python" 11 #PROVIDES = "python3-pybcj" 14 python3-setuptools-scm-native \ 15 python3-toml-native \ 16 python3-wheel-native \ 20 python3-email \ 21 python3-importlib-metadata \ 22 python3-core \ 23 python3-compression \
|
H A D | python3-eth-account_0.12.1.bb | 2 HOMEPAGE = "https://github.com/ethereum/eth-account" 3 SECTION = "devel/python" 12 python3-bitarray \ 13 python3-eth-abi \ 14 python3-eth-keyfile \ 15 python3-eth-keys \ 16 python3-eth-rlp \ 17 python3-eth-utils \ 18 python3-hexbytes \ 19 python3-rlp \
|
H A D | python3-uswid_0.5.1.bb | 1 SUMMARY = "A pure-python library for embedding CoSWID data" 2 HOMEPAGE = "https://github.com/hughsie/python-uswid" 3 SECTION = "devel/python" 4 LICENSE = "BSD-2-Clause-Patent" 11 DEPENDS += " python3-cbor2 python3-lxml python3-pefile" 13 python3-cbor2 \ 14 python3-json \ 15 python3-lxml \ 16 python3-netclient \ 17 python3-pefile \
|
H A D | python3-arrow_1.3.0.bb | 2 HOMEPAGE = "https://github.com/arrow-py/arrow" 3 SECTION = "devel/python" 4 LICENSE = "Apache-2.0" 9 inherit pypi python_flit_core ptest-python-pytest 11 RDEPENDS:${PN}-ptest += " \ 12 python3-dateutil-zoneinfo \ 13 python3-pytest-mock \ 14 python3-pytz \ 15 python3-simplejson \ 19 python3-compression \ [all …]
|
H A D | python3-isort_5.13.2.bb | 4 SECTION = "devel/python" 5 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489" 12 python3-compression \ 13 python3-datetime \ 14 python3-difflib \ 15 python3-email \ 16 python3-numbers \ 17 python3-pprint \ 18 python3-profile \ 19 python3-shell \
|
H A D | python3-humanfriendly_10.0.bb | 3 SECTION = "devel/python" 13 RDEPENDS:${PN}:class-target += " \ 14 python3-datetime \ 15 python3-fcntl \ 16 python3-io \ 17 python3-logging \ 18 python3-math \ 19 python3-numbers \ 20 python3-shell \ 21 python3-stringold \
|
H A D | python3-anyio_4.8.0.bb | 2 SECTION = "devel/python" 11 python3-setuptools-scm-native \ 14 # Don't provide "trio" PACKAGECONFIG as nothing provides "python3-trio" currently. 15 # If somebody needs this please feel free to add python3-trio and enable the 18 #PACKAGECONFIG[trio] = ",,,python3-trio" 21 python3-idna \ 22 python3-sniffio \ 23 python3-core \ 24 python3-numbers \ 25 python3-io \ [all …]
|
H A D | python3-httpx_0.28.1.bb | 2 SECTION = "devel/python" 3 LICENSE = "BSD-3-Clause" 11 python3-hatch-fancy-pypi-readme-native \ 15 PACKAGECONFIG[brotli] = ",,,python3-brotli" 16 PACKAGECONFIG[http2] = ",,,python3-h2" 17 PACKAGECONFIG[socks] = ",,,python3-socksio" 20 python3-anyio \ 21 python3-certifi \ 22 python3-httpcore \ 23 python3-idna \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-asn1crypto_1.5.1.bb | 3 SECTION = "devel/python" 13 RDEPENDS:${PN}:class-target += " \ 14 python3-codecs \ 15 python3-crypt \ 16 python3-ctypes \ 17 python3-datetime \ 18 python3-io \ 19 python3-netclient \ 20 python3-numbers \ 21 python3-shell \
|
H A D | python3-sphinx_8.1.3.bb | 2 HOMEPAGE = "http://sphinx-doc.org/" 3 SECTION = "devel/python" 4 LICENSE = "BSD-2-Clause & MIT" 13 rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex* 17 python3-alabaster \ 18 python3-babel \ 19 python3-docutils \ 20 python3-imagesize \ 21 python3-jinja2 \ 22 python3-packaging \ [all …]
|