Home
last modified time | relevance | path

Searched full:debian (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/openbmc/qemu/.gitlab-ci.d/
H A Dcontainer-cross.yml1 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 Dcrossbuilds.yml7 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 Dbuildtest.yml64 build-system-debian:
69 job: amd64-debian-container
71 IMAGE: debian
77 check-system-debian:
80 - job: build-system-debian
83 IMAGE: debian
86 functional-system-debian:
89 - job: build-system-debian
92 IMAGE: debian
95 crash-test-debian:
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch22 debian/development/etc1tool.mk | 1 -
23 debian/external/boringssl/libcrypto.mk | 1 +
24 debian/libnativehelper/libnativehelper.mk | 1 -
25 debian/system/core/adb.mk | 1 -
26 debian/system/core/append2simg.mk | 2 +-
27 debian/system/core/fastboot.mk | 3 +--
28 debian/system/core/img2simg.mk | 2 +-
29 debian/system/core/libbacktrace.mk | 10 ++++------
30 debian/system/core/libbase.mk | 5 +++--
31 debian/system/core/libcutils.mk | 5 +++--
[all …]
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddistro_alias.inc3 # distributions such as Fedora, Ubuntu, Debian, ... The package
16 …-libnss-mdns = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns"
17 DISTRO_PN_ALIAS:pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover"
20 DISTRO_PN_ALIAS:pn-bjam = "OpenSuSE=boost-jam Debian=bjam"
23 DISTRO_PN_ALIAS:pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs"
28 DISTRO_PN_ALIAS:pn-chkconfig-alternatives = "Mandriva=chkconfig Debian=chkconfig"
32 DISTRO_PN_ALIAS:pn-console-tools = "Debian=console-tools Ubuntu=console-tools"
55 DISTRO_PN_ALIAS:pn-db = "Debian=db5.1 Ubuntu=db5.1"
59 DISTRO_PN_ALIAS:pn-distcc = "Debian=distcc Fedora=distcc"
68 DISTRO_PN_ALIAS:pn-dropbear = "Debian=dropbear Ubuntu=dropbear"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/
H A Dandroid-tools_29.0.6.r14.bb15 …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/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch13 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/functional/
H A Dtest_s390x_pxelinux.py16 default Debian
20 label Debian
21 kernel kernel.debian
22 initrd initrd.debian
31 ('https://snapshot.debian.org/archive/debian/'
33 '20190702+deb10u6/images/generic/kernel.debian'),
37 ('https://snapshot.debian.org/archive/debian/'
39 '20190702+deb10u6/images/generic/initrd.debian'),
60 shutil.copy(debian_kernel, os.path.join(tftpdir, 'kernel.debian'))
61 shutil.copy(debian_initrd, os.path.join(tftpdir, 'initrd.debian'))
[all …]
/openbmc/qemu/tests/docker/
H A DMakefile.include53 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/openbmc/poky/meta/recipes-support/debianutils/
H A Ddebianutils_5.22.bb1 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;tag=debian/${…
28 # Debian places some utils into ${base_bindir} as does busybox
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/
H A Dnetcat-openbsd_1.195.bb3 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…
33 QUILT_PATCHES=${S}/debian/patches quilt pop -a
36 QUILT_PATCHES=${S}/debian/patches quilt push -a
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/
H A D0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch15 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
H A D0001-wd_keepalive.service-use-run-instead-of-var-run.patch12 debian/wd_keepalive.service | 2 +-
15 diff --git a/debian/wd_keepalive.service b/debian/wd_keepalive.service
17 --- a/debian/wd_keepalive.service
18 +++ b/debian/wd_keepalive.service
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifenslave/
H A Difenslave_2.14.bb6 LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
9 SRC_URI = "git://salsa.debian.org/debian/ifenslave.git;protocol=https;branch=main"
14 … install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave
15 …install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ife…
16 install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dman-file-mailstat.1-from-debian.patch4 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/qemu/tests/lcitool/
H A Drefresh172 generate_dockerfile("debian", "debian-12",
188 generate_dockerfile("debian-amd64-cross", "debian-12",
195 generate_dockerfile("debian-arm64-cross", "debian-12",
200 generate_dockerfile("debian-armhf-cross", "debian-12",
205 generate_dockerfile("debian-i686-cross", "debian-12",
212 generate_dockerfile("debian-mips64el-cross", "debian-12",
217 generate_dockerfile("debian-mipsel-cross", "debian-12",
222 generate_dockerfile("debian-ppc64el-cross", "debian-12",
229 generate_dockerfile("debian-riscv64-cross", "debian-13",
235 generate_dockerfile("debian-s390x-cross", "debian-12",
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass8 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \
9 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20250101T023759Z/pool \
10 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \
11 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \
12 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
63 git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinit-system-helpers_1.68.bb3 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 D0001-Default-43455-firmware-to-standard-variant.patch7 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 D0001-Add-support-for-riscv32-CPU.patch6 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/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/
H A Dpreseed.cfg1 # 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-connectivity/avahi/files/
H A Dinitscript.patch1 Note: upcoming avahi 0.9 drops debian initscripts altogether,
7 Index: avahi-0.7/initscript/debian/avahi-daemon.in
9 --- avahi-0.7.orig/initscript/debian/avahi-daemon.in
10 +++ avahi-0.7/initscript/debian/avahi-daemon.in
30 Index: avahi-0.7/initscript/debian/avahi-dnsconfd.in
32 --- avahi-0.7.orig/initscript/debian/avahi-dnsconfd.in
33 +++ avahi-0.7/initscript/debian/avahi-dnsconfd.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A DCVE-2023-34194.patch1 From: Guilhem Moulin <guilhem@debian.org>
7 Bug-Debian: https://bugs.debian.org/1059315
8 Bug-Debian: https://security-tracker.debian.org/tracker/CVE-2023-34194
/openbmc/openbmc-tools/openbmctool/build-scripts/
H A DMakefile54 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/poky/meta/recipes-support/lzo/lzo/
H A D0001-Use-memcpy-instead-of-reinventing-it.patch1 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

12345678910>>...23