diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-14 19:10:15 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-14 19:10:15 +0100 |
commit | c1af7e34f0f780e7fdd93a529445fedb3057c5f3 (patch) | |
tree | 5c5d1a77cd2d492cbce4f2bf7823bf02b3764474 /recipes-ti/bios | |
parent | 4884692d7f6b9cc76ab3535fc0790a148b1137f6 (diff) | |
download | meta-ti-c1af7e34f0f780e7fdd93a529445fedb3057c5f3.tar.gz |
recipes-ti: initial check in of dsplink stack
* the focus was on to get it to build, not to make the recipes perfect
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r-- | recipes-ti/bios/ti-dspbios.inc | 25 | ||||
-rw-r--r-- | recipes-ti/bios/ti-dspbios_5.41.07.24.bb | 8 |
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 @@ | |||
1 | DESCRIPTION = "TI DSP/BIOS v5 Kernel" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "TI" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://docs/license/TSPA_License_Agreement_DSP_BIOS_bios_5_41_07_24.html;md5=86096a08e4088ef291c98313d82b8742" | ||
7 | |||
8 | require ../includes/ti-paths.inc | ||
9 | require ../includes/ti-staging.inc | ||
10 | require ../includes/ti-eula-unpack.inc | ||
11 | |||
12 | PR = "r1" | ||
13 | |||
14 | S = "${WORKDIR}/bios_${PV}" | ||
15 | |||
16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin" | ||
17 | |||
18 | BINFILE="bios_setuplinux_${PV}.bin" | ||
19 | TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" | ||
20 | |||
21 | do_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 @@ | |||
1 | require ti-dspbios.inc | ||
2 | |||
3 | PV = "5_41_07_24" | ||
4 | |||
5 | SRC_URI[biosbin.md5sum] = "18301d0e1d351bcece9ce97255b8ff1b" | ||
6 | SRC_URI[biosbin.sha256sum] = "1531dca674154fbe179ad5017555e963bcf3d74a47a0fbf10e8a7009639d6c34" | ||
7 | |||
8 | |||