summaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r--recipes-ti/bios/ti-dspbios.inc25
-rw-r--r--recipes-ti/bios/ti-dspbios_5.41.07.24.bb8
2 files changed, 33 insertions, 0 deletions
diff --git a/recipes-ti/bios/ti-dspbios.inc b/recipes-ti/bios/ti-dspbios.inc
new file mode 100644
index 00000000..4bad8349
--- /dev/null
+++ b/recipes-ti/bios/ti-dspbios.inc
@@ -0,0 +1,25 @@
1DESCRIPTION = "TI DSP/BIOS v5 Kernel"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios"
3SECTION = "devel"
4LICENSE = "TI"
5
6LIC_FILES_CHKSUM = "file://docs/license/TSPA_License_Agreement_DSP_BIOS_bios_5_41_07_24.html;md5=86096a08e4088ef291c98313d82b8742"
7
8require ../includes/ti-paths.inc
9require ../includes/ti-staging.inc
10require ../includes/ti-eula-unpack.inc
11
12PR = "r1"
13
14S = "${WORKDIR}/bios_${PV}"
15
16SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin"
17
18BINFILE="bios_setuplinux_${PV}.bin"
19TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
20
21do_install() {
22 install -d ${D}${BIOS_INSTALL_DIR_RECIPE}
23 cp -pPrf ${S}/* ${D}${BIOS_INSTALL_DIR_RECIPE}
24}
25
diff --git a/recipes-ti/bios/ti-dspbios_5.41.07.24.bb b/recipes-ti/bios/ti-dspbios_5.41.07.24.bb
new file mode 100644
index 00000000..536939ed
--- /dev/null
+++ b/recipes-ti/bios/ti-dspbios_5.41.07.24.bb
@@ -0,0 +1,8 @@
1require ti-dspbios.inc
2
3PV = "5_41_07_24"
4
5SRC_URI[biosbin.md5sum] = "18301d0e1d351bcece9ce97255b8ff1b"
6SRC_URI[biosbin.sha256sum] = "1531dca674154fbe179ad5017555e963bcf3d74a47a0fbf10e8a7009639d6c34"
7
8