aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vis-fw/vis_01.50.07.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/vis-fw/vis_01.50.07.15.bb')
-rw-r--r--recipes-bsp/vis-fw/vis_01.50.07.15.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-bsp/vis-fw/vis_01.50.07.15.bb b/recipes-bsp/vis-fw/vis_01.50.07.15.bb
deleted file mode 100644
index 3cd56489..00000000
--- a/recipes-bsp/vis-fw/vis_01.50.07.15.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Radio Application Firmware"
-LICENSE = "TI-TSPA"
-LIC_FILES_CHKSUM = "file://${S}/J6_VIS_DEMO_LINUX_BINARY_01.50.07.15-Manifest.html;md5=a59aa54b9470f555cf086b91dca0afa3"
-
-COMPATIBLE_MACHINE = "dra7xx"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-PR = "r1"
-
-SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vis/01_50_07_15/exports/vis-dra7xx-evm-01.50.07.15.tar.gz;protocol=http"
-
-SRC_URI[md5sum] = "fe8b00e398fb3b7ada0c15b601867acb"
-SRC_URI[sha256sum] = "6e2aa47ae892910616ebdc96646af778af9a59ca0657716ab4fa4b24a9afae69"
-
-S = "${WORKDIR}"
-
-DSPAPP = "dra7-dsp1-fw-radio.xe66"
-GPPAPP = "RadioApp"
-
-do_install() {
- install -d ${D}${base_libdir}/firmware
- install -d ${D}${bindir}
- install ${S}/prebuilt/${DSPAPP} ${D}${base_libdir}/firmware/${DSPAPP}
- install -m 0755 ${S}/prebuilt/${GPPAPP} ${D}${bindir}/${GPPAPP}
-}
-
-PACKAGES += "${PN}-fw"
-RDEPENDS_${PN} += "${PN}-fw"
-
-FILES_${PN}-fw += "${base_libdir}/firmware/${DSPAPP}"
-
-INSANE_SKIP_${PN} = "ldflags"
-INSANE_SKIP_${PN}-fw = "arch"
-INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INHIBIT_PACKAGE_STRIP = "1"
-INHIBIT_SYSROOT_STRIP = "1"