From 45acf3a80d163e5e7be62d06dd823552d502b60a Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Tue, 31 Oct 2017 22:36:52 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko (from meta-ti/morty 2ee491283bfae006d6c6280ef7a680e69aae5cc7) Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko --- recipes-ti/bios/ti-sysbios_6.52.00.12.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-ti/bios/ti-sysbios_6.52.00.12.bb 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 @@ +require recipes-ti/bios/ti-sysbios.inc + +PV = "6_52_00_12" +PR = "r0" + +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=ca549c223d732e6f69efc449795c4eeb" + +SRC_URI[sysbiosbin.md5sum] = "3c16af0843b5b6c5ff10512d1b586665" +SRC_URI[sysbiosbin.sha256sum] = "4a2b9b76f52a57f02725337db9361787eae4c917d7cf989a697ed41eb4a1e701" + +TI_BIN_UNPK_CMDS = "" +TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" + +BINFILE = "bios_${PV}.run" +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin" -- cgit v1.2.3-54-g00ecf