From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../linux-firmware/linux-firmware_git.bbappend | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 bsp/meta-boundary/recipes-kernel/linux-firmware/linux-firmware_git.bbappend (limited to 'bsp/meta-boundary/recipes-kernel/linux-firmware/linux-firmware_git.bbappend') diff --git a/bsp/meta-boundary/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/bsp/meta-boundary/recipes-kernel/linux-firmware/linux-firmware_git.bbappend deleted file mode 100644 index fdb63989..00000000 --- a/bsp/meta-boundary/recipes-kernel/linux-firmware/linux-firmware_git.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -# Support additional firmware for TiWi-BLE module -# TIInit_7.6.15.bts is required for bluetooth support but this particular -# version is not available in the linux-firmware repository. -# -SRC_URI_append = "\ - https://git.ti.com/ti-bt/service-packs/blobs/raw/54f5c151dacc608b19ab2ce4c30e27a3983048b2/initscripts/TIInit_7.6.15.bts;name=TIInit_7.6.15 \ -" -SRC_URI[TIInit_7.6.15.md5sum] = "3f84f0d782376363d0028fc4b2402ccb" -SRC_URI[TIInit_7.6.15.sha256sum] = "e78156ad81446fdeb46da661290f763f3fe97d111526b2d19cd764a634268888" - -do_install_append() { - cp ${WORKDIR}/TIInit_7.6.15.bts ${D}/lib/firmware/ti-connectivity/ -} - -PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}" -PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" -- cgit 1.2.3-korg