diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-10-17 09:19:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-19 15:35:03 -0400 |
commit | ee4dea2db40e5bf4035ecda571f6a0532e337010 (patch) | |
tree | 87e978dda8cccf084d2a74672a396013cc7cf7d0 /recipes-ti | |
parent | 0a8bc24e48f799d5e16a9123bd70fdf57415d05f (diff) | |
download | meta-ti-ee4dea2db40e5bf4035ecda571f6a0532e337010.tar.gz |
ti-sysbios: Add recipe for new version 6.52.00.12
Linux installer binary file name has changed compared to previous
version
Break backward compatibilty for A15 gcc tools: requires gcc-arm-none-
eabi-6-2017-q1-update or later
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/bios/ti-sysbios_6.52.00.12.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-ti/bios/ti-sysbios_6.52.00.12.bb b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb new file mode 100644 index 00000000..ebdb135e --- /dev/null +++ b/recipes-ti/bios/ti-sysbios_6.52.00.12.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require recipes-ti/bios/ti-sysbios.inc | ||
2 | |||
3 | PV = "6_52_00_12" | ||
4 | PR = "r0" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" | ||
7 | |||
8 | SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" | ||
9 | SRC_URI[sysbiosbin.sha256sum] = "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701" | ||
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" | ||