diff options
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/vis-fw/vis_01.50.07.15.bb')
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/vis-fw/vis_01.50.07.15.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/vis-fw/vis_01.50.07.15.bb b/meta-ti-bsp/recipes-bsp/vis-fw/vis_01.50.07.15.bb new file mode 100644 index 00000000..498be36b --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/vis-fw/vis_01.50.07.15.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | DESCRIPTION = "Radio Application Firmware" | ||
| 2 | LICENSE = "TI-TSPA" | ||
| 3 | LIC_FILES_CHKSUM = "file://${S}/J6_VIS_DEMO_LINUX_BINARY_01.50.07.15-Manifest.html;md5=a59aa54b9470f555cf086b91dca0afa3" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "dra7xx" | ||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 7 | |||
| 8 | PR = "r1" | ||
| 9 | |||
| 10 | 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" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "fe8b00e398fb3b7ada0c15b601867acb" | ||
| 13 | SRC_URI[sha256sum] = "6e2aa47ae892910616ebdc96646af778af9a59ca0657716ab4fa4b24a9afae69" | ||
| 14 | |||
| 15 | S = "${WORKDIR}" | ||
| 16 | |||
| 17 | DSPAPP = "dra7-dsp1-fw-radio.xe66" | ||
| 18 | GPPAPP = "RadioApp" | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | install -d ${D}${base_libdir}/firmware | ||
| 22 | install -d ${D}${bindir} | ||
| 23 | install ${S}/prebuilt/${DSPAPP} ${D}${base_libdir}/firmware/${DSPAPP} | ||
| 24 | install -m 0755 ${S}/prebuilt/${GPPAPP} ${D}${bindir}/${GPPAPP} | ||
| 25 | } | ||
| 26 | |||
| 27 | PACKAGES += "${PN}-fw" | ||
| 28 | RDEPENDS:${PN} += "${PN}-fw" | ||
| 29 | |||
| 30 | FILES:${PN}-fw += "${base_libdir}/firmware/${DSPAPP}" | ||
| 31 | |||
| 32 | INSANE_SKIP:${PN} = "ldflags" | ||
| 33 | INSANE_SKIP:${PN}-fw = "arch" | ||
| 34 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 35 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 36 | INHIBIT_SYSROOT_STRIP = "1" | ||
