aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vis-fw/vis_01.50.07.15.bb
blob: 3cd564896ba18c6a007289fae4cfc682a06338fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"