diff options
Diffstat (limited to 'recipes-ti/bios/ti-dspbios.inc')
-rw-r--r-- | recipes-ti/bios/ti-dspbios.inc | 5 |
1 files changed, 2 insertions, 3 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" |