diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-19 14:52:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-19 21:11:50 +0100 |
commit | 975808de623c463e853369878f93c95817cd986f (patch) | |
tree | 442d64ce4d02b45b2c4b4dac20665661e7e3ff18 /recipes-ti/bios | |
parent | dfc70fc8b5c97339504bf2bda0b3949091f1ffdc (diff) | |
download | meta-ti-975808de623c463e853369878f93c95817cd986f.tar.gz |
ti-dspbios: update to 5.41.11.38
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r-- | recipes-ti/bios/ti-dspbios.inc | 5 | ||||
-rw-r--r-- | recipes-ti/bios/ti-dspbios_5.41.07.24.bb | 8 | ||||
-rw-r--r-- | recipes-ti/bios/ti-dspbios_5.41.11.38.bb | 7 |
3 files changed, 9 insertions, 11 deletions
diff --git a/recipes-ti/bios/ti-dspbios.inc b/recipes-ti/bios/ti-dspbios.inc index 4bad8349..8519039f 100644 --- a/recipes-ti/bios/ti-dspbios.inc +++ b/recipes-ti/bios/ti-dspbios.inc | |||
@@ -3,14 +3,13 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/b | |||
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "TI" | 4 | LICENSE = "TI" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://docs/license/TSPA_License_Agreement_DSP_BIOS_bios_5_41_07_24.html;md5=86096a08e4088ef291c98313d82b8742" | 6 | # We can't depend on license files to be present, so just use the TI logo |
7 | LIC_FILES_CHKSUM = "file://docs/tilogo.gif;md5=f049a774c576a5cef3fca4932d707b39" | ||
7 | 8 | ||
8 | require ../includes/ti-paths.inc | 9 | require ../includes/ti-paths.inc |
9 | require ../includes/ti-staging.inc | 10 | require ../includes/ti-staging.inc |
10 | require ../includes/ti-eula-unpack.inc | 11 | require ../includes/ti-eula-unpack.inc |
11 | 12 | ||
12 | PR = "r1" | ||
13 | |||
14 | S = "${WORKDIR}/bios_${PV}" | 13 | S = "${WORKDIR}/bios_${PV}" |
15 | 14 | ||
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" | 15 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin" |
diff --git a/recipes-ti/bios/ti-dspbios_5.41.07.24.bb b/recipes-ti/bios/ti-dspbios_5.41.07.24.bb deleted file mode 100644 index 536939ed..00000000 --- a/recipes-ti/bios/ti-dspbios_5.41.07.24.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
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 | |||
diff --git a/recipes-ti/bios/ti-dspbios_5.41.11.38.bb b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb new file mode 100644 index 00000000..9e3b695a --- /dev/null +++ b/recipes-ti/bios/ti-dspbios_5.41.11.38.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require ti-dspbios.inc | ||
2 | |||
3 | PV = "5_41_11_38" | ||
4 | |||
5 | SRC_URI[biosbin.md5sum] = "7fab13740c25f5b34b331bcdc759536e" | ||
6 | SRC_URI[biosbin.sha256sum] = "96b8e090f79420a4c11d9c0c10d182d1d3b4afb48f11ec375c97b4c91970d0a0" | ||
7 | |||