/openbmc/qemu/.gitlab-ci.d/ |
H A D | container-cross.yml | 1 amd64-debian-cross-container: 5 NAME: debian-amd64-cross 7 amd64-debian-user-cross-container: 11 NAME: debian-all-test-cross 13 amd64-debian-legacy-cross-container: 17 NAME: debian-legacy-test-cross 19 arm64-debian-cross-container: 23 NAME: debian-arm64-cross 25 armhf-debian-cross-container: 29 NAME: debian-armhf-cross [all …]
|
H A D | crossbuilds.yml | 7 job: armhf-debian-cross-container 9 IMAGE: debian-armhf-cross 14 job: arm64-debian-cross-container 16 IMAGE: debian-arm64-cross 21 job: arm64-debian-cross-container 23 IMAGE: debian-arm64-cross 28 job: arm64-debian-cross-container 30 IMAGE: debian-arm64-cross 38 job: i686-debian-cross-container 40 IMAGE: debian-i686-cross [all …]
|
H A D | buildtest.yml | 66 build-system-debian: 71 job: amd64-debian-container 73 IMAGE: debian 79 check-system-debian: 82 - job: build-system-debian 85 IMAGE: debian 88 functional-system-debian: 91 - job: build-system-debian 94 IMAGE: debian 98 crash-test-debian: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0002-android-tools-modifications-to-make-it-build-in-yoct.patch | 20 debian/external/boringssl/libcrypto.mk | 1 + 21 debian/system/core/append2simg.mk | 2 +- 22 debian/system/core/fastboot.mk | 2 +- 23 debian/system/core/img2simg.mk | 2 +- 24 debian/system/core/libbacktrace.mk | 10 ++++------ 25 debian/system/core/libbase.mk | 5 +++-- 26 debian/system/core/libcutils.mk | 5 +++-- 27 debian/system/core/liblog.mk | 3 ++- 28 debian/system/core/libsparse.mk | 5 +++-- 29 debian/system/core/libutils.mk | 4 ++-- [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | mirrors.bbclass | 8 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \ 9 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \ 10 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \ 11 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \ 12 ${DEBIAN_MIRROR} http://ftp.de.debian.org/debian/pool \ 13 ${DEBIAN_MIRROR} http://ftp.au.debian.org/debian/pool \ 14 ${DEBIAN_MIRROR} http://ftp.cl.debian.org/debian/pool \ 15 ${DEBIAN_MIRROR} http://ftp.hr.debian.org/debian/pool \ 16 ${DEBIAN_MIRROR} http://ftp.fi.debian.org/debian/pool \ 17 ${DEBIAN_MIRROR} http://ftp.hk.debian.org/debian/pool \ [all …]
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 3 # distributions such as Fedora, Ubuntu, Debian, ... The package 16 DISTRO_PN_ALIAS:pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover" 19 DISTRO_PN_ALIAS:pn-bjam = "OpenSuSE=boost-jam Debian=bjam" 22 DISTRO_PN_ALIAS:pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs" 27 DISTRO_PN_ALIAS:pn-chkconfig-alternatives = "Mandriva=chkconfig Debian=chkconfig" 31 DISTRO_PN_ALIAS:pn-console-tools = "Debian=console-tools Ubuntu=console-tools" 54 DISTRO_PN_ALIAS:pn-db = "Debian=db5.1 Ubuntu=db5.1" 58 DISTRO_PN_ALIAS:pn-distcc = "Debian=distcc Fedora=distcc" 67 DISTRO_PN_ALIAS:pn-dropbear = "Debian=dropbear Ubuntu=dropbear" 69 DISTRO_PN_ALIAS:pn-encodings = "Ubuntu=xfonts-encodings Mandriva=x11-font-encodings Debian=xfonts-e… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/ |
H A D | android-tools_29.0.6.r14.bb | 15 …git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;branch=m… 18 # Patches copied from android-platform-tools/debian/patches 19 # and applied in the order defined by the file debian/patches/series 21 file://debian/external/libunwind/user_pt_regs.patch \ 22 file://debian/external/libunwind/legacy_built-in_sync_functions.patch \ 23 file://debian/external/libunwind/20150704-CVE-2015-3239_dwarf_i.h.patch \ 25 file://debian/system/core/move-log-file-to-proper-dir.patch \ 26 file://debian/system/core/Added-missing-headers.patch \ 27 file://debian/system/core/libusb-header-path.patch \ 28 file://debian/system/core/stdatomic.patch \ [all …]
|
/openbmc/linux/scripts/package/ |
H A D | mkdebian | 5 # Simple script to generate a debian/ directory for a Linux kernel. 27 # Attempt to find the correct Debian architecture 80 echo "Debian userspace architecture defined!" >&2 87 # Create debian/source/ if it is a source package build 90 mkdir -p debian/source 92 echo "3.0 (quilt)" > debian/source/format 97 } > debian/source/local-options 100 mkdir -p debian/patches 108 } > debian/patches/config.patch 109 echo config.patch > debian/patches/series [all …]
|
H A D | builddeb | 31 mkdir -m 755 -p "$pdir/DEBIAN" 33 cp debian/copyright "$pdir/usr/share/doc/$pname/" 34 cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian" 35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 36 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \ 37 | xargs -r0 md5sum > DEBIAN/md5sums" 82 # Not all arches have the same installed path in debian 96 # Note: hook scripts under /etc/kernel are also executed by official Debian 104 mkdir -p "${pdir}/DEBIAN" 105 cat <<-EOF > "${pdir}/DEBIAN/${script}" [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch | 13 debian/changelog | 1 - 14 debian/control | 2 +- 18 diff --git a/debian/changelog b/debian/changelog 20 --- a/debian/changelog 21 +++ b/debian/changelog 28 -- Julien Cristau <jcristau@debian.org> Thu, 07 Oct 2021 17:12:47 +0200 30 diff --git a/debian/control b/debian/control 32 --- a/debian/control 33 +++ b/debian/control 36 Maintainer: Julien Cristau <jcristau@debian.org> [all …]
|
/openbmc/qemu/tests/docker/ |
H A D | Makefile.include | 53 docker-binfmt-image-debian-%: $(DOCKER_FILES_DIR)/debian-bootstrap.docker 55 $(error EXECUTABLE not set, debootstrap of debian-$* would fail)) 57 $(error DEB_ARCH not set, debootstrap of debian-$* would fail)) 59 $(error DEB_TYPE not set, debootstrap of debian-$* would fail)) 65 $(DOCKER_SCRIPT) build -t qemu/debian-$* -f $< \ 70 "BUILD","binfmt debian-$* (debootstrapped)"), \ 72 $(DOCKER_SCRIPT) check --quiet qemu/debian-$* $< || \ 74 "CHECK", "debian-$* exists")) 78 DOCKER_PARTIAL_IMAGES += debian-amd64-cross 80 DOCKER_PARTIAL_IMAGES += debian-amd64 [all …]
|
/openbmc/qemu/tests/lcitool/ |
H A D | refresh | 164 generate_dockerfile("debian", "debian-12", 180 generate_dockerfile("debian-amd64-cross", "debian-12", 187 generate_dockerfile("debian-arm64-cross", "debian-12", 192 generate_dockerfile("debian-armhf-cross", "debian-12", 197 generate_dockerfile("debian-i686-cross", "debian-12", 204 generate_dockerfile("debian-mips64el-cross", "debian-12", 209 generate_dockerfile("debian-mipsel-cross", "debian-12", 214 generate_dockerfile("debian-ppc64el-cross", "debian-12", 219 generate_dockerfile("debian-riscv64-cross", "debian-sid", 225 generate_dockerfile("debian-s390x-cross", "debian-12",
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/ |
H A D | netcat-openbsd_1.195.bb | 3 HOMEPAGE = "http://ftp.debian.org" 5 LIC_FILES_CHKSUM = "file://debian/copyright;md5=f39e60ae4ea9fdb559c833be2e59de99" 10 SRC_URI = "http://snapshot.debian.org/archive/debian/20181022T085404Z/pool/main/n/netcat-openbsd/ne… 11 …http://snapshot.debian.org/archive/debian/20181022T085404Z/pool/main/n/netcat-openbsd/netcat-openb… 32 QUILT_PATCHES=${S}/debian/patches quilt pop -a 35 QUILT_PATCHES=${S}/debian/patches quilt push -a
|
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/ |
H A D | 0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch | 15 debian/watchdog.service | 9 +++------ 16 debian/wd_keepalive.service | 10 +++++----- 19 diff --git a/debian/watchdog.service b/debian/watchdog.service 21 --- a/debian/watchdog.service 22 +++ b/debian/watchdog.service 43 diff --git a/debian/wd_keepalive.service b/debian/wd_keepalive.service 45 --- a/debian/wd_keepalive.service 46 +++ b/debian/wd_keepalive.service
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | man-file-mailstat.1-from-debian.patch | 4 Subject: [PATCH] man file mailstat.1 from debian 10 debian/mailstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 12 create mode 100644 debian/mailstat.1 14 diff --git a/debian/mailstat.1 b/debian/mailstat.1 18 +++ b/debian/mailstat.1 58 +This manual page was written by Santiago Vila <sanvila@debian.org> 59 +for the Debian GNU/Linux distribution (but may be used by others).
|
/openbmc/openbmc/poky/meta/recipes-support/debianutils/ |
H A D | debianutils_5.21.bb | 1 SUMMARY = "Miscellaneous utilities specific to Debian" 3 primarily by the installation scripts of Debian packages, although \ 5 HOMEPAGE = "https://packages.debian.org/sid/debianutils" 6 BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=debianutils;dist=unstable" 9 LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9" 11 SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ 28 # Debian places some utils into ${base_bindir} as does busybox
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | container.yml | 6 debian/x86_64_build-base: 10 debian/x86_64_test-gl: 14 debian/arm64_build: 27 debian/x86_64_test-vk: 35 debian/android_build: 39 debian/x86_64_test-android: 51 .debian/x86_64_build-mingw:
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifenslave/ |
H A D | ifenslave_2.14.bb | 6 LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253" 12 SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main" 17 … install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave 18 …install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ife… 19 install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/ |
H A D | init-system-helpers_1.68.bb | 3 the various init systems that Debian contains (e. g. sysvinit or \ 9 services for all supported Debian init systems as specified by the policy. \ 14 HOMEPAGE = "https://salsa.debian.org/debian/init-system-helpers" 17 LIC_FILES_CHKSUM = "file://debian/copyright;md5=c4ec20aa158fa9de26ee1accf78dcaae" 20 SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro/ |
H A D | 0001-Default-43455-firmware-to-standard-variant.patch | 7 This symlink is now broken as the debian package handles the right 14 debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin | 2 +- 17 diff --git a/debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin b/debian/config/brcm80211/brcm/brc… 19 --- a/debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin 20 +++ b/debian/config/brcm80211/brcm/brcmfmac43455-sdio.bin
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0001-Add-support-for-riscv32-CPU.patch | 6 Upstream-Status: Inappropriate [not a debian architecture] 10 scripts/Dpkg/Vendor/Debian.pm | 1 + 25 diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm 27 --- a/scripts/Dpkg/Vendor/Debian.pm 28 +++ b/scripts/Dpkg/Vendor/Debian.pm
|
/openbmc/openbmc-tools/openbmctool/build-scripts/ |
H A D | Makefile | 54 mkdir -p $(DEBDIR)/DEBIAN 55 cp control $(DEBDIR)/DEBIAN 56 cd $(DEBDIR); find opt -type f -exec md5sum "{}" + >> DEBIAN/md5sums 57 cd $(DEBDIR); find usr -type f -exec md5sum "{}" + >> DEBIAN/md5sums 58 cd $(DEBDIR); echo "#!/bin/bash" >> DEBIAN/postinst 59 …cd $(DEBDIR); echo "ln -s -f /opt/ibm/ras/bin/openbmctool.py /usr/bin/openbmctool" >> DEBIAN/posti… 60 chmod +x $(DEBDIR)/DEBIAN/postinst 62 dpkg-deb -b $(DEBDIR) $(DEBDIR)/DEBIAN/openbmctool-$(VER).$(REL)-$(ARCH).deb
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/ |
H A D | preseed.cfg | 1 # Preconfiguration file for Debian unattended installation 8 d-i debian-installer/language string en 9 d-i debian-installer/country string GB 10 d-i debian-installer/locale string en_GB.UTF-8 60 d-i grub-installer/bootloader-id string debian 64 d-i debian-installer/exit-on-error boolean true 70 …in-target grub-install --target=arm64-efi --efi-directory=/boot/efi --bootloader-id=debian --remov…
|
/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/ |
H A D | 0001-Use-memcpy-instead-of-reinventing-it.patch | 1 From: Simon McVittie <smcv@debian.org> 11 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757037 13 RP: Patch is still in debian as of 20220524 in a revised form: 14 https://sources.debian.org/patches/lzo2/2.10-2/ 15 https://sources.debian.org/patches/lzo2/2.10-2/0001-Conditionally-replace-reinvention-of-memcpy-wit… 37 +/* Debian-specific change: we know that our compiler inlines memcpy() with 62 +/* Debian-specific change: we know that our compiler inlines memcpy() with
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/ |
H A D | id3lib_3.8.3.bb | 9 … ${DEBIAN_MIRROR}/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-16.2.debian.tar.xz;name=patch;subdir=${BP} \ 17 CVE_STATUS[CVE-2007-4460] = "patched: fix is included in debian patch" 21 # Unlike other Debian packages, id3lib*.diff.gz contains another series of 41 QUILT_PATCHES=${S}/debian/patches quilt pop -a 42 rm -rf ${S}/.pc ${S}/debian 44 QUILT_PATCHES=${S}/debian/patches quilt push -a
|