├── COPYING.MIT ├── README.md ├── conf ├── bblayers.conf.sample ├── conf-notes.txt ├── layer.conf ├── local.conf.sample └── machine │ ├── duovero.conf │ ├── overo.conf │ ├── pepper.conf │ └── poblano.conf ├── recipes-bsp ├── alsa-state │ ├── alsa-state.bbappend │ └── alsa-state │ │ ├── duovero │ │ └── asound.state │ │ ├── overo │ │ └── asound.state │ │ ├── poblano │ │ └── asound.state │ │ └── raspberrypi-cm3 │ │ └── asound.state ├── formfactor │ ├── duovero │ │ └── machconfig │ ├── formfactor_0.0.bbappend │ ├── overo │ │ └── machconfig │ └── pepper │ │ └── machconfig ├── u-boot │ ├── u-boot │ │ └── 0001-Updated-overo-spl-initialization-so-that-it-sets-up-.patch │ └── u-boot_2019.%.bbappend └── wl18xx-fw │ └── wl18xx-fw_8.7.3.bbappend ├── recipes-connectivity ├── bluez │ ├── bluez5-5.% │ │ ├── 99-bluetooth-via-uart-colibri.rules │ │ ├── 99-bluetooth-via-uart-poblano.rules │ │ ├── 99-bluetooth-via-uart-rpicm3-2.rules │ │ ├── 99-bluetooth-via-uart-rpicm3.rules │ │ ├── 99-bluetooth-via-uart-scm.rules │ │ ├── 99-bluetooth-via-uart.rules │ │ ├── bluetooth-ttyAMA0-fnlink.service │ │ ├── bluetooth-ttyAMA0-wilink.service │ │ ├── bluetooth-ttyO1-csr.service │ │ ├── bluetooth-ttyO1-wilink.service │ │ ├── bluetooth-ttyO3-wilink.service │ │ ├── bluetooth-ttymxc1-wilink.service │ │ └── bluetooth-ttymxc4-wilink.service │ └── bluez5_5.%.bbappend ├── obex │ ├── obex-data-server_0.4.6.bbappend │ └── openobex_1.7.2.bbappend └── rtk-hciattach │ ├── files │ ├── 8822CS │ │ ├── Makefile │ │ ├── rtl8822cs_config │ │ └── rtl8822cs_fw │ ├── LICENSE │ └── rtk_hciattach │ │ ├── Makefile │ │ ├── hciattach.c │ │ ├── hciattach.h │ │ ├── hciattach_h4.c │ │ ├── hciattach_h4.h │ │ ├── hciattach_rtk.c │ │ ├── rtb_fwc.c │ │ └── rtb_fwc.h │ └── rtk-hciattach_1.0.0.bb ├── recipes-core ├── openjdk │ └── openjdk-7_%.bbappend ├── packagegroups │ └── packagegroup-cli-tools.bb └── systemd │ ├── files │ └── 0001-systemd-udevd.service.in-set-MountFlags-shared.patch │ └── systemd_%.bbappend ├── recipes-devtools ├── cuda │ ├── cuda-cudnn-native_7.5.0.56-1.bb │ └── tensorrt-native_5.1.5-1.bb ├── cudnn │ └── cudnn_7.5.0.56-1.bbappend ├── dnf │ ├── dnf_%.bbappend │ └── files │ │ ├── gumstix-key.service │ │ ├── gumstix-key.sh │ │ └── gumstix.key ├── gcc │ ├── gcc-source-7.3.0 │ │ └── 0050-fix-libsanitizer-ustat.patch │ └── gcc-source_7.3.bbappend └── python │ ├── python3-kiwisolver_1.1.0.bb │ ├── python3-matplotlib_3.1.1.bb │ ├── python3-rpi-ws281x_4.2.3.bb │ └── python_2.7.%.bbappend ├── recipes-framework └── tensorflow │ ├── files │ ├── 0001-CheckFeatureOrDie-use-warning-to-avoid-die.patch │ ├── 0001-SyntaxError-around-async-keyword-on-Python-3.7.patch │ ├── 0001-add-yocto-toolchain-to-support-cross-compiling.patch │ ├── 0001-fix-build-tensorflow-lite-examples-label_image-label.patch │ ├── 0001-fix-gcc-internal-compile-error-on-qemuarm64.patch │ ├── 0001-grpc-Define-gettid-only-for-glibc-2.30.patch │ ├── 0001-label_image-tweak-default-model-location.patch │ ├── 0001-label_image.lite-tweak-default-model-location.patch │ ├── 0001-support-musl.patch │ ├── 0001-use-local-bazel-to-workaround-bazel-paralle-issue.patch │ ├── 0020-Configuration-changes-necessary-to-support-cuda-comp.patch │ ├── 0021-Fix-convert_nodes-issue-with-TENSORRT-versions.patch │ ├── 0022-Remove-grpc-glibc-patch-it-causes-compile-errors.patch │ ├── 0023-Add-builders-for-cuda-gcc-wrappers.patch │ ├── 0024-Updated-cuda_configure-to-check-nvcc-using-native-pa.patch │ ├── BUILD.cuda │ ├── BUILD.yocto_compiler │ ├── CROSSTOOL.tpl.cuda │ ├── crosstool_wrapper_driver_is_not_gcc.tpl │ ├── crosstool_wrapper_host_tf_framework.tpl │ └── yocto_compiler_configure.bzl │ └── tensorflow-cuda_1.13.0.bb ├── recipes-gnome └── gnome-bluetooth │ └── gnome-bluetooth_3.18.2.bbappend ├── recipes-graphics └── xorg-xserver │ ├── xserver-xf86-config │ ├── duovero │ │ └── xorg.conf │ ├── overo │ │ └── xorg.conf │ ├── pepper │ │ └── xorg.conf │ └── poblano │ │ └── xorg.conf │ └── xserver-xf86-config_0.1.bbappend ├── recipes-kernel ├── linux-firmware │ ├── linux-firmware │ │ ├── TIInit_11.8.32.bts │ │ └── wl1271-nvs.bin │ └── linux-firmware_%.bbappend └── linux │ ├── files │ └── logo_linux_clut224-generic.ppm │ ├── fragments │ ├── 0000-enable_iio.cfg │ ├── enable_6222D-UUB.cfg │ ├── enable_RTL8822cs.cfg │ ├── enable_SI1142.cfg │ ├── enable_SI7020.cfg │ ├── enable_STS30.cfg │ ├── enable_VEML6070.cfg │ ├── enable_adt7410.cfg │ ├── enable_bme680.cfg │ ├── enable_bmi055.cfg │ ├── enable_bmi160.cfg │ ├── enable_gasket.cfg │ ├── enable_htu21d.cfg │ └── enable_ms5837.cfg │ ├── linux-raspberrypi-4.19 │ ├── 0001-Add-OV5640-camera-support.patch │ ├── 0003-Updated-wlink8-support.patch │ ├── 0004-Update-overlay-support-for-the-tlv320aic3x-audio-cod.patch │ ├── 0005-Update-sdio-wlink8-for-rpi-cm.patch │ ├── 0006-Add-support-for-ST-L3GD20H-and-LSM303D-input-drivers.patch │ ├── 0007-Add-support-for-IMU-over-SPI.patch │ ├── 0008-Update-mmc-frequency-for-wilink8-overlay.patch │ ├── 0009-Add-wlink8-and-sound-codec-overlays-to-the-default-b.patch │ ├── 0010-Add-property-to-sdio-wlink8.patch │ ├── 0011-Add-driver-for-Fn-Link-6222D-UUB.patch │ ├── 0012-Adding-RTL8822CS-Driver.patch │ └── fragment.cfg │ ├── linux-raspberrypi_4.19.bbappend │ ├── linux-tegra │ ├── 0001-Add-USB-wireless-driver-for-RTL8822BU-Fn-Link-6222D-.patch │ ├── 0002-Add-gasket-and-apex-drivers-for-the-Google-Coral-TPU.patch │ └── 0003-Change-the-default-log-level-for-the-Fn-Link-wifi-mo.patch │ ├── linux-tegra_4.9.%.bbappend │ ├── linux-yocto-5.0 │ ├── 0001-Add-V4L2-ioctls-for-the-OMAP3-ISP-to-report-the-vide.patch │ ├── 0002-omap-overo-Add-Caspa-camera-to-device-tree.patch │ ├── 0003-Add-a-working-defconfig-for-overo.patch │ ├── 0004-omap3-overo-Add-device-tree-for-Arbor43C-board.patch │ ├── 0005-omap3-overo-Add-device-tree-for-Arbor50C-and-70C.patch │ ├── 0006-omap3-overo-Update-device-tree-for-Arbor-expansion-b.patch │ ├── 0007-Add-power-off-support-for-the-TWL4030-6030.patch │ ├── 0008-Add-swd-jtag-device-tree-for-overo-storm.patch │ ├── 0009-Add-device-tree-for-thumbo.patch │ ├── 0010-Add-pepper-duovero-garret50c-poblano-dtb-files.patch │ ├── 0011-overo-Enable-SDIO-interrupts-for-Wifi-interface.patch │ ├── 0012-Overo-Fix-up-WiLink-Support.patch │ ├── 0013-Add-dts-for-pepper-devices.patch │ ├── 0014-Fix-duovero-and-add-support-for-duovero-garret50c.patch │ ├── 0015-Add-Overo-support-for-Tiny-Caspa-and-fix-dts-for-ove.patch │ ├── 0016-Fix-whoami-registers-for-the-st-mag-and-accel-sensor.patch │ ├── 0017-Add-input-driver-for-accel-mag-and-gryo-sensors.patch │ ├── 0018-Add-ov7692-camera-driver-support.patch │ ├── 0019-tfp410-RGB888-not-RGB565-color-mapping-for-botball.patch │ ├── 0020-Garret50C-Add-correct-edid-settings-for-800x480-disp.patch │ ├── 0021-parlor-fix-HDMI-color-reverse-problem.patch │ ├── 0022-Add-IMU-SPI-support-for-Arbor.patch │ ├── 0023-Disabled-regulator-on-duovero-warrior-dtb.patch │ ├── duovero │ │ └── defconfig │ ├── overo │ │ └── defconfig │ ├── pepper │ │ └── defconfig │ └── poblano │ │ └── defconfig │ └── linux-yocto_5.%.bbappend ├── recipes-multimedia ├── alsa │ └── imx-alsa-plugins_%.bbappend └── bluez-alsa │ ├── bluez-alsa.bb │ └── files │ └── bluez-alsa.service └── recipes-support └── ca-certificates └── ca-certificates ├── 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch ├── 0002-update-ca-certificates-use-SYSROOT.patch ├── default-sysroot.patch ├── sbindir.patch └── update-ca-certificates-support-Toybox.patch /COPYING.MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/COPYING.MIT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/README.md -------------------------------------------------------------------------------- /conf/bblayers.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/bblayers.conf.sample -------------------------------------------------------------------------------- /conf/conf-notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/conf-notes.txt -------------------------------------------------------------------------------- /conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/layer.conf -------------------------------------------------------------------------------- /conf/local.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/local.conf.sample -------------------------------------------------------------------------------- /conf/machine/duovero.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/machine/duovero.conf -------------------------------------------------------------------------------- /conf/machine/overo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/machine/overo.conf -------------------------------------------------------------------------------- /conf/machine/pepper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/machine/pepper.conf -------------------------------------------------------------------------------- /conf/machine/poblano.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/conf/machine/poblano.conf -------------------------------------------------------------------------------- /recipes-bsp/alsa-state/alsa-state.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/alsa-state/alsa-state.bbappend -------------------------------------------------------------------------------- /recipes-bsp/alsa-state/alsa-state/duovero/asound.state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/alsa-state/alsa-state/duovero/asound.state -------------------------------------------------------------------------------- /recipes-bsp/alsa-state/alsa-state/overo/asound.state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/alsa-state/alsa-state/overo/asound.state -------------------------------------------------------------------------------- /recipes-bsp/alsa-state/alsa-state/poblano/asound.state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/alsa-state/alsa-state/poblano/asound.state -------------------------------------------------------------------------------- /recipes-bsp/alsa-state/alsa-state/raspberrypi-cm3/asound.state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/alsa-state/alsa-state/raspberrypi-cm3/asound.state -------------------------------------------------------------------------------- /recipes-bsp/formfactor/duovero/machconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/formfactor/duovero/machconfig -------------------------------------------------------------------------------- /recipes-bsp/formfactor/formfactor_0.0.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /recipes-bsp/formfactor/overo/machconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/formfactor/overo/machconfig -------------------------------------------------------------------------------- /recipes-bsp/formfactor/pepper/machconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/formfactor/pepper/machconfig -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot/0001-Updated-overo-spl-initialization-so-that-it-sets-up-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/u-boot/u-boot/0001-Updated-overo-spl-initialization-so-that-it-sets-up-.patch -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot_2019.%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/u-boot/u-boot_2019.%.bbappend -------------------------------------------------------------------------------- /recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.3.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.3.bbappend -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-colibri.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-colibri.rules -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-poblano.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-poblano.rules -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-rpicm3-2.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-rpicm3-2.rules -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-rpicm3.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-rpicm3.rules -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-scm.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart-scm.rules -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/99-bluetooth-via-uart.rules -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyAMA0-fnlink.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyAMA0-fnlink.service -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyAMA0-wilink.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyAMA0-wilink.service -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyO1-csr.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyO1-csr.service -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyO1-wilink.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyO1-wilink.service -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyO3-wilink.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttyO3-wilink.service -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttymxc1-wilink.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttymxc1-wilink.service -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttymxc4-wilink.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5-5.%/bluetooth-ttymxc4-wilink.service -------------------------------------------------------------------------------- /recipes-connectivity/bluez/bluez5_5.%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/bluez/bluez5_5.%.bbappend -------------------------------------------------------------------------------- /recipes-connectivity/obex/obex-data-server_0.4.6.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/obex/obex-data-server_0.4.6.bbappend -------------------------------------------------------------------------------- /recipes-connectivity/obex/openobex_1.7.2.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/obex/openobex_1.7.2.bbappend -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/8822CS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/8822CS/Makefile -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/8822CS/rtl8822cs_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/8822CS/rtl8822cs_config -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/8822CS/rtl8822cs_fw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/8822CS/rtl8822cs_fw -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/LICENSE -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/Makefile -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach.c -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach.h -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach_h4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach_h4.c -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach_h4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach_h4.h -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach_rtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/hciattach_rtk.c -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/rtb_fwc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/rtb_fwc.c -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/files/rtk_hciattach/rtb_fwc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/files/rtk_hciattach/rtb_fwc.h -------------------------------------------------------------------------------- /recipes-connectivity/rtk-hciattach/rtk-hciattach_1.0.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-connectivity/rtk-hciattach/rtk-hciattach_1.0.0.bb -------------------------------------------------------------------------------- /recipes-core/openjdk/openjdk-7_%.bbappend: -------------------------------------------------------------------------------- 1 | PACKAGECONFIG ?= "" 2 | -------------------------------------------------------------------------------- /recipes-core/packagegroups/packagegroup-cli-tools.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-core/packagegroups/packagegroup-cli-tools.bb -------------------------------------------------------------------------------- /recipes-core/systemd/files/0001-systemd-udevd.service.in-set-MountFlags-shared.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-core/systemd/files/0001-systemd-udevd.service.in-set-MountFlags-shared.patch -------------------------------------------------------------------------------- /recipes-core/systemd/systemd_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-core/systemd/systemd_%.bbappend -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-cudnn-native_7.5.0.56-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/cuda/cuda-cudnn-native_7.5.0.56-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/tensorrt-native_5.1.5-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/cuda/tensorrt-native_5.1.5-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cudnn/cudnn_7.5.0.56-1.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/cudnn/cudnn_7.5.0.56-1.bbappend -------------------------------------------------------------------------------- /recipes-devtools/dnf/dnf_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/dnf/dnf_%.bbappend -------------------------------------------------------------------------------- /recipes-devtools/dnf/files/gumstix-key.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/dnf/files/gumstix-key.service -------------------------------------------------------------------------------- /recipes-devtools/dnf/files/gumstix-key.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/dnf/files/gumstix-key.sh -------------------------------------------------------------------------------- /recipes-devtools/dnf/files/gumstix.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/dnf/files/gumstix.key -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-source-7.3.0/0050-fix-libsanitizer-ustat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/gcc/gcc-source-7.3.0/0050-fix-libsanitizer-ustat.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-source_7.3.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/gcc/gcc-source_7.3.bbappend -------------------------------------------------------------------------------- /recipes-devtools/python/python3-kiwisolver_1.1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/python/python3-kiwisolver_1.1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/python/python3-matplotlib_3.1.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/python/python3-matplotlib_3.1.1.bb -------------------------------------------------------------------------------- /recipes-devtools/python/python3-rpi-ws281x_4.2.3.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/python/python3-rpi-ws281x_4.2.3.bb -------------------------------------------------------------------------------- /recipes-devtools/python/python_2.7.%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-devtools/python/python_2.7.%.bbappend -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-CheckFeatureOrDie-use-warning-to-avoid-die.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-CheckFeatureOrDie-use-warning-to-avoid-die.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-SyntaxError-around-async-keyword-on-Python-3.7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-SyntaxError-around-async-keyword-on-Python-3.7.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-add-yocto-toolchain-to-support-cross-compiling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-add-yocto-toolchain-to-support-cross-compiling.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-fix-build-tensorflow-lite-examples-label_image-label.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-fix-build-tensorflow-lite-examples-label_image-label.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-fix-gcc-internal-compile-error-on-qemuarm64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-fix-gcc-internal-compile-error-on-qemuarm64.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-grpc-Define-gettid-only-for-glibc-2.30.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-grpc-Define-gettid-only-for-glibc-2.30.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-label_image-tweak-default-model-location.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-label_image-tweak-default-model-location.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-label_image.lite-tweak-default-model-location.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-label_image.lite-tweak-default-model-location.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-support-musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-support-musl.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0001-use-local-bazel-to-workaround-bazel-paralle-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0001-use-local-bazel-to-workaround-bazel-paralle-issue.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0020-Configuration-changes-necessary-to-support-cuda-comp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0020-Configuration-changes-necessary-to-support-cuda-comp.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0021-Fix-convert_nodes-issue-with-TENSORRT-versions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0021-Fix-convert_nodes-issue-with-TENSORRT-versions.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0022-Remove-grpc-glibc-patch-it-causes-compile-errors.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0022-Remove-grpc-glibc-patch-it-causes-compile-errors.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0023-Add-builders-for-cuda-gcc-wrappers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0023-Add-builders-for-cuda-gcc-wrappers.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/0024-Updated-cuda_configure-to-check-nvcc-using-native-pa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/0024-Updated-cuda_configure-to-check-nvcc-using-native-pa.patch -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/BUILD.cuda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/BUILD.cuda -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/BUILD.yocto_compiler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/BUILD.yocto_compiler -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/CROSSTOOL.tpl.cuda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/CROSSTOOL.tpl.cuda -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/crosstool_wrapper_driver_is_not_gcc.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/crosstool_wrapper_driver_is_not_gcc.tpl -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/crosstool_wrapper_host_tf_framework.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/crosstool_wrapper_host_tf_framework.tpl -------------------------------------------------------------------------------- /recipes-framework/tensorflow/files/yocto_compiler_configure.bzl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/files/yocto_compiler_configure.bzl -------------------------------------------------------------------------------- /recipes-framework/tensorflow/tensorflow-cuda_1.13.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-framework/tensorflow/tensorflow-cuda_1.13.0.bb -------------------------------------------------------------------------------- /recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bbappend -------------------------------------------------------------------------------- /recipes-graphics/xorg-xserver/xserver-xf86-config/duovero/xorg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-graphics/xorg-xserver/xserver-xf86-config/duovero/xorg.conf -------------------------------------------------------------------------------- /recipes-graphics/xorg-xserver/xserver-xf86-config/overo/xorg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-graphics/xorg-xserver/xserver-xf86-config/overo/xorg.conf -------------------------------------------------------------------------------- /recipes-graphics/xorg-xserver/xserver-xf86-config/pepper/xorg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-graphics/xorg-xserver/xserver-xf86-config/pepper/xorg.conf -------------------------------------------------------------------------------- /recipes-graphics/xorg-xserver/xserver-xf86-config/poblano/xorg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-graphics/xorg-xserver/xserver-xf86-config/poblano/xorg.conf -------------------------------------------------------------------------------- /recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend: -------------------------------------------------------------------------------- 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux-firmware/linux-firmware/TIInit_11.8.32.bts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux-firmware/linux-firmware/TIInit_11.8.32.bts -------------------------------------------------------------------------------- /recipes-kernel/linux-firmware/linux-firmware/wl1271-nvs.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux-firmware/linux-firmware/wl1271-nvs.bin -------------------------------------------------------------------------------- /recipes-kernel/linux-firmware/linux-firmware_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux-firmware/linux-firmware_%.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/files/logo_linux_clut224-generic.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/files/logo_linux_clut224-generic.ppm -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/0000-enable_iio.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_IIO=y 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_6222D-UUB.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_RTL8822BU=m 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_RTL8822cs.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_RTL8822CS=m 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_SI1142.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_SI1142.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_SI7020.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_SI7020=m 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_STS30.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_STS30.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_VEML6070.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_VEML6070.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_adt7410.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_adt7410.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_bme680.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_bme680.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_bmi055.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_bmi055.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_bmi160.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_bmi160.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_gasket.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_gasket.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_htu21d.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/fragments/enable_htu21d.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/fragments/enable_ms5837.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_MS5637=m 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0001-Add-OV5640-camera-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0001-Add-OV5640-camera-support.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0003-Updated-wlink8-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0003-Updated-wlink8-support.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0004-Update-overlay-support-for-the-tlv320aic3x-audio-cod.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0004-Update-overlay-support-for-the-tlv320aic3x-audio-cod.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0005-Update-sdio-wlink8-for-rpi-cm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0005-Update-sdio-wlink8-for-rpi-cm.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0006-Add-support-for-ST-L3GD20H-and-LSM303D-input-drivers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0006-Add-support-for-ST-L3GD20H-and-LSM303D-input-drivers.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0007-Add-support-for-IMU-over-SPI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0007-Add-support-for-IMU-over-SPI.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0008-Update-mmc-frequency-for-wilink8-overlay.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0008-Update-mmc-frequency-for-wilink8-overlay.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0009-Add-wlink8-and-sound-codec-overlays-to-the-default-b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0009-Add-wlink8-and-sound-codec-overlays-to-the-default-b.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0010-Add-property-to-sdio-wlink8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0010-Add-property-to-sdio-wlink8.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0011-Add-driver-for-Fn-Link-6222D-UUB.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0011-Add-driver-for-Fn-Link-6222D-UUB.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/0012-Adding-RTL8822CS-Driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/0012-Adding-RTL8822CS-Driver.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi-4.19/fragment.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi-4.19/fragment.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-raspberrypi_4.19.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-tegra/0001-Add-USB-wireless-driver-for-RTL8822BU-Fn-Link-6222D-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-tegra/0001-Add-USB-wireless-driver-for-RTL8822BU-Fn-Link-6222D-.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-tegra/0002-Add-gasket-and-apex-drivers-for-the-Google-Coral-TPU.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-tegra/0002-Add-gasket-and-apex-drivers-for-the-Google-Coral-TPU.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-tegra/0003-Change-the-default-log-level-for-the-Fn-Link-wifi-mo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-tegra/0003-Change-the-default-log-level-for-the-Fn-Link-wifi-mo.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-tegra_4.9.%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-tegra_4.9.%.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0001-Add-V4L2-ioctls-for-the-OMAP3-ISP-to-report-the-vide.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0001-Add-V4L2-ioctls-for-the-OMAP3-ISP-to-report-the-vide.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0002-omap-overo-Add-Caspa-camera-to-device-tree.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0002-omap-overo-Add-Caspa-camera-to-device-tree.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0003-Add-a-working-defconfig-for-overo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0003-Add-a-working-defconfig-for-overo.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0004-omap3-overo-Add-device-tree-for-Arbor43C-board.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0004-omap3-overo-Add-device-tree-for-Arbor43C-board.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0005-omap3-overo-Add-device-tree-for-Arbor50C-and-70C.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0005-omap3-overo-Add-device-tree-for-Arbor50C-and-70C.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0006-omap3-overo-Update-device-tree-for-Arbor-expansion-b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0006-omap3-overo-Update-device-tree-for-Arbor-expansion-b.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0007-Add-power-off-support-for-the-TWL4030-6030.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0007-Add-power-off-support-for-the-TWL4030-6030.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0008-Add-swd-jtag-device-tree-for-overo-storm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0008-Add-swd-jtag-device-tree-for-overo-storm.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0009-Add-device-tree-for-thumbo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0009-Add-device-tree-for-thumbo.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0010-Add-pepper-duovero-garret50c-poblano-dtb-files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0010-Add-pepper-duovero-garret50c-poblano-dtb-files.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0011-overo-Enable-SDIO-interrupts-for-Wifi-interface.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0011-overo-Enable-SDIO-interrupts-for-Wifi-interface.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0012-Overo-Fix-up-WiLink-Support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0012-Overo-Fix-up-WiLink-Support.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0013-Add-dts-for-pepper-devices.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0013-Add-dts-for-pepper-devices.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0014-Fix-duovero-and-add-support-for-duovero-garret50c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0014-Fix-duovero-and-add-support-for-duovero-garret50c.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0015-Add-Overo-support-for-Tiny-Caspa-and-fix-dts-for-ove.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0015-Add-Overo-support-for-Tiny-Caspa-and-fix-dts-for-ove.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0016-Fix-whoami-registers-for-the-st-mag-and-accel-sensor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0016-Fix-whoami-registers-for-the-st-mag-and-accel-sensor.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0017-Add-input-driver-for-accel-mag-and-gryo-sensors.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0017-Add-input-driver-for-accel-mag-and-gryo-sensors.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0018-Add-ov7692-camera-driver-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0018-Add-ov7692-camera-driver-support.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0019-tfp410-RGB888-not-RGB565-color-mapping-for-botball.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0019-tfp410-RGB888-not-RGB565-color-mapping-for-botball.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0020-Garret50C-Add-correct-edid-settings-for-800x480-disp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0020-Garret50C-Add-correct-edid-settings-for-800x480-disp.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0021-parlor-fix-HDMI-color-reverse-problem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0021-parlor-fix-HDMI-color-reverse-problem.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0022-Add-IMU-SPI-support-for-Arbor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0022-Add-IMU-SPI-support-for-Arbor.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/0023-Disabled-regulator-on-duovero-warrior-dtb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/0023-Disabled-regulator-on-duovero-warrior-dtb.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/duovero/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/duovero/defconfig -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/overo/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/overo/defconfig -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/pepper/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/pepper/defconfig -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-5.0/poblano/defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto-5.0/poblano/defconfig -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto_5.%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-kernel/linux/linux-yocto_5.%.bbappend -------------------------------------------------------------------------------- /recipes-multimedia/alsa/imx-alsa-plugins_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-multimedia/alsa/imx-alsa-plugins_%.bbappend -------------------------------------------------------------------------------- /recipes-multimedia/bluez-alsa/bluez-alsa.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-multimedia/bluez-alsa/bluez-alsa.bb -------------------------------------------------------------------------------- /recipes-multimedia/bluez-alsa/files/bluez-alsa.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-multimedia/bluez-alsa/files/bluez-alsa.service -------------------------------------------------------------------------------- /recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch -------------------------------------------------------------------------------- /recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch -------------------------------------------------------------------------------- /recipes-support/ca-certificates/ca-certificates/default-sysroot.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch -------------------------------------------------------------------------------- /recipes-support/ca-certificates/ca-certificates/sbindir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-support/ca-certificates/ca-certificates/sbindir.patch -------------------------------------------------------------------------------- /recipes-support/ca-certificates/ca-certificates/update-ca-certificates-support-Toybox.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gumstix/meta-gumstix/HEAD/recipes-support/ca-certificates/ca-certificates/update-ca-certificates-support-Toybox.patch --------------------------------------------------------------------------------