Home
last modified time | relevance | path

Searched refs:deb (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/linux/drivers/net/fddi/skfp/
H A Dqueue.c136 struct smt_debug *deb; in do_smt_flag() local
141 deb = &smc->debug; in do_smt_flag()
143 deb = &debug; in do_smt_flag()
146 deb->d_smt = value ; in do_smt_flag()
148 deb->d_smtf = value ; in do_smt_flag()
150 deb->d_pcm = value ; in do_smt_flag()
152 deb->d_rmt = value ; in do_smt_flag()
154 deb->d_cfm = value ; in do_smt_flag()
156 deb->d_ecm = value ; in do_smt_flag()
157 printf("smt %d\n",deb->d_smt) ; in do_smt_flag()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-build.c-ignore-return-of-1-from-tar-cf.patch12 …kg-deb: building package `sed-ptest' in `/media/build1/poky/build/tmp/work/i586-poky-linux/sed/4.2…
14 | dpkg-deb: error: subprocess tar -cf returned error exit status 1
17 in other error cases. We tweak dpkg-deb here so that it ignores an exit
27 src/deb/build.c | 5 ++++-
30 diff --git a/src/deb/build.c b/src/deb/build.c
32 --- a/src/deb/build.c
33 +++ b/src/deb/build.c
H A Dremove-tar-no-timestamp.patch11 src/deb/extract.c | 1 -
14 diff --git a/src/deb/extract.c b/src/deb/extract.c
16 --- a/src/deb/extract.c
17 +++ b/src/deb/extract.c
H A D0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch4 Subject: [PATCH] dpkg-deb/build.c: Remove usage of --clamp-mtime in tar
26 src/deb/build.c | 2 +-
29 diff --git a/src/deb/build.c b/src/deb/build.c
31 --- a/src/deb/build.c
32 +++ b/src/deb/build.c
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dm920x.c45 deb("m920x_read = no data\n"); in m920x_read()
82 deb("Initialising remote control\n"); in m920x_init()
85 deb("Initialising remote control failed\n"); in m920x_init()
89 deb("Initialising remote control success\n"); in m920x_init()
129 deb("No alt found!\n"); in m920x_init_ep()
173 deb("Unexpected rc state %02x\n", rc_state); in m920x_parse_rc_state()
207 deb("Unknown rc key %02x\n", rc_state[1]); in m920x_rc_query()
232 deb("state=0x%02x keycode=0x%02x\n", rc_state[0], rc_state[1]); in m920x_rc_core_query()
417 deb("%*ph\n", 4, read); in m920x_firmware_download()
421 deb("%x\n", read[0]); in m920x_firmware_download()
[all …]
H A Dm920x.h8 #define deb(args...) dprintk(dvb_usb_m920x_debug,0x01,args) macro
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.docker19 # Duplicate deb line as deb-src
20 RUN cat /etc/apt/sources.list | sed "s/deb/deb-src/" >> /etc/apt/sources.list
H A Ddebian-loongarch-cross.docker9 # Duplicate deb line as deb-src
10 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
H A Ddebian-all-test-cross.docker11 # Duplicate deb line as deb-src
12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources
H A Ddebian-legacy-test-cross.docker14 # Duplicate deb line as deb-src
15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
H A Ddebian-hexagon-cross.docker10 # Duplicate deb line as deb-src
11 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
H A Ddebian-toolchain.docker13 RUN sed 's/^deb /deb-src /' </etc/apt/sources.list >/etc/apt/sources.list.d/deb-src.list
H A Ddebian-riscv64-cross.docker48 …eatmydata echo 'deb http://ftp.ports.debian.org/debian-ports/ sid main' > /etc/apt/sources.list.d/…
49 …eatmydata echo 'deb http://ftp.ports.debian.org/debian-ports/ unreleased main' >> /etc/apt/sources…
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch19 apt-pkg/deb/dpkgpm.cc | 9 ++-------
22 diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc
24 --- a/apt-pkg/deb/dpkgpm.cc
25 +++ b/apt-pkg/deb/dpkgpm.cc
/openbmc/linux/scripts/
H A DMakefile.package106 supported-deb-source-compress := gzip bzip2 lzma xz
108 PHONY += linux.tar.unsupported-deb-src-compress
109 linux.tar.unsupported-deb-src-compress:
114 $(strip $(if $(filter $(supported-deb-source-compress), $(KDEB_SOURCE_COMPRESS)), \
115 $(suffix-$(KDEB_SOURCE_COMPRESS)),.unsupported-deb-src-compress))
137 PHONY += deb-pkg srcdeb-pkg bindeb-pkg
139 deb-pkg: private build-type := source,binary
143 deb-pkg srcdeb-pkg: debian-orig
145 deb-pkg srcdeb-pkg bindeb-pkg:
/openbmc/openbmc-tools/openbmctool/build-scripts/
H A DMakefile24 DEBDIR := $(if $(DEBDIR),$(DEBDIR),$(shell pwd)/build/deb)
48 deb: default target
62 dpkg-deb -b $(DEBDIR) $(DEBDIR)/DEBIAN/openbmctool-$(VER).$(REL)-$(ARCH).deb
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs_deb.bbclass14 do_rootfs[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock"
15 do_populate_sdk[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock"
16 do_populate_sdk_ext[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock"
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-audio-da7219.dtsi30 dlg,jack-ins-deb = <20>;
32 dlg,jack-rem-deb = <1>;
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py12 from oe.package_manager.deb import DpkgPM
13 from oe.package_manager.deb.manifest import PkgManifest
H A Drootfs.py12 from oe.package_manager.deb.manifest import PkgManifest
13 from oe.package_manager.deb import DpkgPM
/openbmc/qemu/tests/avocado/
H A Dboot_linux_console.py56 def extract_from_deb(self, deb, path): argument
66 file_path = process.run("ar t %s" % deb).stdout_text.split()[2]
67 process.run("ar x %s %s" % (deb, file_path))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-arphic-uming_20080216.bb10 SRC_URI = "https://deb.debian.org/debian/pool/main/f/fonts-arphic-uming/fonts-arphic-uming_0.2.${PV…
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_deb.bbclass9 IMAGE_PKGTYPE ?= "deb"
11 DPKG_BUILDCMD ??= "dpkg-deb"
141 # The params in deb package control don't allow character
172 custom_fields_chunk = oe.packagedata.get_package_additional_metadata("deb", localdata)
223 # Deliberately drop version information here, not wanted/supported by deb
/openbmc/linux/scripts/package/debian/
H A Drules27 $(shell $(srctree)/scripts/package/deb-build-option) \
/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/chrpath/
H A Dstandarddoc.patch23 SUBDIRS = testsuite deb

12345