diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-08-04 21:11:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-09 20:22:42 +0000 |
commit | 9769735d0467acc0698c3e4518ad12df50d42ebc (patch) | |
tree | fd78ab7160a5be306d07744268478af6a2c614fb /recipes-ti | |
parent | 2741f20f288d46524c6f0fd4c9edd6bbb8f3ce22 (diff) | |
download | meta-ti-9769735d0467acc0698c3e4518ad12df50d42ebc.tar.gz |
ti-sysbios: Update to sysbios 6.72.02.02
The checksum has changed due to version & date, the license has not
changed
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/bios/ti-sysbios.inc | 3 | ||||
-rw-r--r-- | recipes-ti/bios/ti-sysbios_6.76.02.02.bb | 15 |
2 files changed, 16 insertions, 2 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc index d2a551fc..087f2edd 100644 --- a/recipes-ti/bios/ti-sysbios.inc +++ b/recipes-ti/bios/ti-sysbios.inc | |||
@@ -10,8 +10,7 @@ require ../includes/ti-eula-unpack.inc | |||
10 | S = "${WORKDIR}/bios_${PV}" | 10 | S = "${WORKDIR}/bios_${PV}" |
11 | 11 | ||
12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" | 12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" |
13 | 13 | BINFILE="bios_${PV}.bin" | |
14 | BINFILE="bios_setuplinux_${PV}.bin" | ||
15 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" | 14 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" |
16 | 15 | ||
17 | do_install() { | 16 | do_install() { |
diff --git a/recipes-ti/bios/ti-sysbios_6.76.02.02.bb b/recipes-ti/bios/ti-sysbios_6.76.02.02.bb new file mode 100644 index 00000000..c7acf8e1 --- /dev/null +++ b/recipes-ti/bios/ti-sysbios_6.76.02.02.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require recipes-ti/bios/ti-sysbios.inc | ||
2 | |||
3 | PV = "6_76_02_02" | ||
4 | PR = "r0" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1" | ||
7 | |||
8 | SRC_URI[sysbiosbin.md5sum] = "7ae35f34179492913e40f02ec5ffb7dd" | ||
9 | SRC_URI[sysbiosbin.sha256sum] = "029981f79ce61fe28241944f4f60c37b2c4b8c83fe1ee38ed400d58412b4fdb6" | ||
10 | |||
11 | TI_BIN_UNPK_CMDS = "" | ||
12 | TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" | ||
13 | |||
14 | BINFILE = "bios_${PV}.run" | ||
15 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin" | ||