From 9fe044fccc35041b8588d8d8d73a1893f0d13515 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 27 Jan 2020 19:54:38 +0000 Subject: Revert "ti-sysbiois: Sysbiois update to 6.76.04.02" This reverts commit b7452e53c63ca17443fa8a05d0ac8eebabe9ae32. There are multiple reports of failures with this version. Signed-off-by: Denys Dmytriyenko --- recipes-ti/bios/ti-sysbios_6.76.03.01.bb | 15 +++++++++++++++ recipes-ti/bios/ti-sysbios_6.76.04.02.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 recipes-ti/bios/ti-sysbios_6.76.03.01.bb delete mode 100644 recipes-ti/bios/ti-sysbios_6.76.04.02.bb diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-ti/bios/ti-sysbios_6.76.03.01.bb new file mode 100644 index 00000000..8ebe2f3e --- /dev/null +++ b/recipes-ti/bios/ti-sysbios_6.76.03.01.bb @@ -0,0 +1,15 @@ +require recipes-ti/bios/ti-sysbios.inc + +PV = "6_76_03_01" +PR = "r0" + +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1" + +SRC_URI[sysbiosbin.md5sum] = "647243209d66d5dd35503b0ec5a84ab9" +SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a" + +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" diff --git a/recipes-ti/bios/ti-sysbios_6.76.04.02.bb b/recipes-ti/bios/ti-sysbios_6.76.04.02.bb deleted file mode 100644 index e7b85e5b..00000000 --- a/recipes-ti/bios/ti-sysbios_6.76.04.02.bb +++ /dev/null @@ -1,15 +0,0 @@ -require recipes-ti/bios/ti-sysbios.inc - -PV = "6_76_04_02" -PR = "r0" - -LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1" - -SRC_URI[sysbiosbin.md5sum] = "9766b12ea6dd4b3a035cdb6be54c5071" -SRC_URI[sysbiosbin.sha256sum] = "d68ca3ba862f8f83a5bf7084af326ffa9fcb64e39c866f98384d87c0ceca29be" - -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