Home
last modified time | relevance | path

Searched +full:libusb +full:- +full:1 (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/
H A Dlibusb-compat_0.1.8.bb1 SUMMARY = "libusb-0.1 compatibility layer for libusb1"
2 DESCRIPTION = "libusb-0.1 compatible layer for libusb1, a drop-in replacement \
3 that aims to look, feel and behave exactly like libusb-0.1"
4 HOMEPAGE = "http://www.libusb.org/"
5 BUGTRACKER = "http://www.libusb.org/report"
8 LICENSE = "LGPL-2.1-or-later"
12 # libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it
15 # Few packages are known not to work with libusb-compat (e.g. libmtp-1.0.0),
16 # so here libusb-0.1 is removed completely instead of adding virtual/libusb0.
17 # Besides, libusb-0.1 uses a per 1ms polling that hurts a lot to power
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/
H A D0001-usb.h-Include-sys-types.h.patch3 Date: Thu, 2 Apr 2015 19:18:45 -0700
8 Upstream-Status: Pending
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
12 libusb/usb.h | 2 ++
13 1 file changed, 2 insertions(+)
15 diff --git a/libusb/usb.h b/libusb/usb.h
17 --- a/libusb/usb.h
18 +++ b/libusb/usb.h
19 @@ -46,6 +46,8 @@ typedef unsigned __int32 uint32_t;
[all …]
H A D0002-automake-make-example-programs-installable.patch9 Upstream-Status: Inappropriate [oe-core specific]
10 ---
11 examples/Makefile.am | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/examples/Makefile.am b/examples/Makefile.am
16 --- a/examples/Makefile.am
18 @@ -1,5 +1,5 @@
19 AM_CPPFLAGS = -I$(top_srcdir)/libusb
20 -noinst_PROGRAMS = lsusb testlibusb
24 lsusb_LDADD = ../libusb/libusb.la
/openbmc/qemu/
H A D.travis.yml5 - gcc
9 # - OS name (currently only linux)
10 # - OS distribution (e.g. "jammy" for Linux)
11 # - Names and values of visible environment variables set in .travis.yml or Settings panel
19 # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"
23- secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKciyCLZ57vOTsTsOgesN8iUT7hNHBd1K…
30 - SRC_DIR=".."
31 - BUILD_DIR="build"
32 - BASE_CONFIG="--disable-docs --disable-tools"
33 - TEST_BUILD_CMD=""
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bcu/bcu/
H A D0001-CMakeLists-do-not-use-vendored-libcurl.patch2 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= <l.goehrs@pengutronix.de>
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 Upstream-Status: Inappropriate [upstream ticket https://github.com/nxp-imx/bcu/issues/17]
11 Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
12 ---
13 CMakeLists.txt | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
16 diff --git a/CMakeLists.txt b/CMakeLists.txt
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/
H A Dflashrom_1.5.1.bb2 LICENSE = "GPL-2.0-or-later"
6 SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \
7 file://0002-meson-Add-options-pciutils-ftdi-usb.patch \
10 SRC_URI[sha256sum] = "1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293"
12 S = "${WORKDIR}/flashrom-v${PV}"
17 PACKAGECONFIG[pci] = "-Dpciutils=true,-Dpciutils=false,pciutils"
18 PACKAGECONFIG[usb] = "-Dusb=true,-Dusb=false,libusb"
19 PACKAGECONFIG[ftdi] = "-Dftdi=true,-Dftdi=false,libftdi"
21 EXTRA_OEMESON = "-Dbash_completion=disabled -Dtests=disabled"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/
H A Dlcdproc_git.bb1 DESCRIPTION = "LCDproc is a client/server suite to drive all kinds of LCD (-like) devices. The clie…
3 SUMMARY = "Drivers for character-based LCD displays"
6 LICENSE = "GPL-2.0-or-later"
18 inherit autotools pkgconfig update-rc.d
22 SERIALVFD:libc-musl = ",!serialVFD"
23 SERIALVFD:libc-musl:x86 = ""
24 SERIALVFD:libc-musl:x86-64 = ""
29 PACKAGECONFIG[usb] = "--enable-libusb,--disable-libusb,virtual/libusb0"
30 PACKAGECONFIG[ftdi] = "--enable-libftdi,--disable-libftdi,libftdi"
32 PACKAGECONFIG[hid] = "--enable-libhid,--disable-libhid,libhid"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/
H A Ddediprog-flasher_1.14.20.bb3 LICENSE = "GPL-2.0-or-later"
6 DEPENDS = "libusb"
11 file://0001-add-support-for-cross-compilation.patch \
12 file://0002-Makefile-add-conditional-stripping.patch \
15 EXTRA_OEMAKE = "NOSTRIP=1 DESTDIR=${D} PREFIX=${prefix}"
25 do_install:append:class-nativesdk() {
29 rm -rf ${D}/etc
/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/
H A Dlibsdl2_2.32.6.bb2 DESCRIPTION = "Simple DirectMedia Layer is a cross-platform multimedia \
10 LICENSE = "Zlib & BSD-2-Clause"
14 file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \
18 # arm-neon adds MIT license
19 LICENSE:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', '& MIT', '', d)}"
20 …ains('PACKAGECONFIG', 'arm-neon', 'file://src/video/arm/pixman-arm-neon-asm.h;md5=9a9cc1e51abbf1da…
24 SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
26 S = "${WORKDIR}/SDL2-${PV}"
30 inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
31 UPSTREAM_CHECK_REGEX = "SDL2-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libftdi/
H A Dlibftdi_1.5.bb2 FT232BM/245BM, FT2232C/D and FT232/245R using libusb,\
6 LICENSE = "LGPL-2.1-only & GPL-2.0-only"
12 DEPENDS = "libusb1 python3 swig-native"
15 http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2 \
16 file://CMakeLists-txt-fix-paths-when-FTDIPP-is-set.patch \
22 S = "${WORKDIR}/${BPN}1-${PV}"
27 PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on -DFTDIPP=on,-DFTDI_BUILD_CPP=off -DFTDIPP=off,boo…
28 PACKAGECONFIG[ftdi-eeprom] = "-DFTDI_EEPROM=on,-DFTDI_EEPROM=off,libconfuse"
30 EXTRA_OECMAKE = "-DSTATICLIBS=off -DEXAMPLES=off \
31 -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
[all …]
/openbmc/qemu/scripts/ci/setup/ubuntu/
H A Dubuntu-2204-aarch64.yaml1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables --host-arch aarch64 ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
8 - bash
9 - bc
10 - bison
11 - bsdextrautils
12 - bzip2
13 - ca-certificates
14 - ccache
[all …]
H A Dubuntu-2204-s390x.yaml1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables --host-arch s390x ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
8 - bash
9 - bc
10 - bison
11 - bsdextrautils
12 - bzip2
13 - ca-certificates
14 - ccache
[all …]
H A Dubuntu-2204-armhf-cross.yml1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool variables --cross-arch armv7l ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
8 - bash
9 - bc
10 - bison
11 - bsdextrautils
12 - bzip2
13 - ca-certificates
14 - ccache
[all …]
/openbmc/u-boot/common/
H A Ddfu.c1 // SPDX-License-Identifier: GPL-2.0+
3 * dfu.c -- dfu command
38 while (1) { in run_usb_dnl_gadget()
42 * which indicates that -R switch has been passed to in run_usb_dnl_gadget()
43 * dfu-util. In this case reboot the device in run_usb_dnl_gadget()
53 * completion with dfu-util in run_usb_dnl_gadget()
68 * If this ZLP OUT packet is NAK'ed, the HOST libusb in run_usb_dnl_gadget()
70 * 5 seconds). In such situation the dfu-util program in run_usb_dnl_gadget()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/openocd/
H A Dopenocd_git.bb1 SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
2 LICENSE = "GPL-2.0-only"
4 DEPENDS = "libusb-compat libftdi"
12 file://0001-Makefile.am-Use-SOURCE_DATE_EPOCH-environment-variab.patch \
24 inherit pkgconfig autotools-brokensep gettext
28 EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable
32 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/jimtcl/autosetup
33 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/jimtcl/autosetup
39 if [ -e "${D}${infodir}" ]; then
40 rm -Rf ${D}${infodir}
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Dopensuse-leap.docker1 # 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 …]
H A Dubuntu2204.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
19 ca-certificates \
25 exuberant-ctags \
33 libaio-dev \
[all …]
H A Ddebian.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all debian-12 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
7 FROM docker.io/library/debian:12-slim
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
20 ca-certificates \
26 exuberant-ctags \
[all …]
H A Ddebian-amd64-cross.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all --cross-arch x86_64 debian-12 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
7 FROM docker.io/library/debian:12-slim
10 apt-get update && \
11 apt-get install -y eatmydata && \
12 eatmydata apt-get dist-upgrade -y && \
13 eatmydata apt-get install --no-install-recommends -y \
20 ca-certificates \
25 exuberant-ctags \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcsc-lite/
H A Dpcsc-lite_2.0.3.bb3 LICENSE = "BSD-3-Clause & GPL-3.0-or-later"
4 LICENSE:${PN} = "BSD-3-Clause"
5 LICENSE:${PN}-lib = "BSD-3-Clause"
6 LICENSE:${PN}-doc = "BSD-3-Clause"
7 LICENSE:${PN}-dev = "BSD-3-Clause"
8 LICENSE:${PN}-dbg = "BSD-3-Clause & GPL-3.0-or-later"
9 LICENSE:${PN}-spy = "GPL-3.0-or-later"
10 LICENSE:${PN}-spy-dev = "GPL-3.0-or-later"
12 DEPENDS = "autoconf-archive-native flex-native"
20 --disable-libusb \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/
H A Dandroid-tools_29.0.6.r14.bb3 LICENSE = "Apache-2.0 & GPL-2.0-only & BSD-2-Clause & BSD-3-Clause"
5 file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \
6 file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \
7 file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \
8 file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \
10 DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools 7zip libselinux googletest"
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
22 file://debian/external/libunwind/legacy_built-in_sync_functions.patch \
23 file://debian/external/libunwind/20150704-CVE-2015-3239_dwarf_i.h.patch \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/
H A Dhplip_3.22.10.bb2 LICENSE = "GPL-2.0-only"
7 file://fix-libusb-paths.patch \
8 file://600-fix.patch \
9 file://030-replace_unsafe_memcpy_with_memmove.patch \
10 file://050-fix-glibcisms.patch \
11 file://hplip-3.19.6-fix-return.patch \
12 file://0001-common-utils-Include-string.h-for-strcasestr.patch \
13 file://0002-Add-ImageProcessor-only-when-DISBALE_IMAGEPROCESSOR_.patch \
14 file://0003-pserror.c-Define-column-to-be-int-explcitly.patch \
15 file://0004-Define-missing-prototype-for-functions.patch \
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc7 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
9 DEPENDS += "bison-native meson-native ninja-native"
11 RDEPENDS:${PN}-ptest = "bash"
13 require qemu-targets.inc
14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means
15 # we need a full python3-native setup
16 inherit pkgconfig ptest update-rc.d systemd python3native
21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
23 file://run-ptest \
24 file://fix-strerrorname_np.patch \
[all …]
/openbmc/openbmc-build-scripts/
H A Dqemu-build.sh9 # In Jenkins configure the git SCM 'Additional Behaviours', 'check-out to a sub
15 # WORKSPACE=$PWD ~/openbmc-build-scripts/qemu-build.sh
30 #set -x
33 http_proxy=${http_proxy:-}
35 if [ -z ${WORKSPACE+x} ]; then
37 exit 1
40 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"}
43 img_name=qemu-build
49 if [[ -n "${http_proxy}" ]]; then
50 …ho \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-cacher-ng-proxy"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/
H A Dopenct_0.6.20.bb5 It comes as driver in ifdhandler format for PC/SC-Lite, \
6 as CT-API driver, or as a small and lean middleware, \
11 DEPENDS += "libtool pcsc-lite libusb-compat"
14 https://downloads.sourceforge.net/project/opensc/${BPN}/${BPN}-${PV}.tar.gz \
15 file://etc-openct.udev.in-disablePROGRAM.patch \
16 file://etc-openct_usb.in-modify-UDEVINFO.patch \
17 file://0001-m4-Just-emit-the-first-line-of-compiler-version.patch \
21 file://0001-Fix-incompatible-pointer-type-error-with-gcc-option.patch \
28 LICENSE = "LGPL-2.0-or-later"
29 LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
[all …]

12