From 9769735d0467acc0698c3e4518ad12df50d42ebc Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Sun, 4 Aug 2019 21:11:41 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/bios/ti-sysbios.inc | 3 +-- recipes-ti/bios/ti-sysbios_6.76.02.02.bb | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 recipes-ti/bios/ti-sysbios_6.76.02.02.bb (limited to 'recipes-ti') 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 S = "${WORKDIR}/bios_${PV}" SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" - -BINFILE="bios_setuplinux_${PV}.bin" +BINFILE="bios_${PV}.bin" TI_BIN_UNPK_CMDS="Y: q:workdir:Y" 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 @@ +require recipes-ti/bios/ti-sysbios.inc + +PV = "6_76_02_02" +PR = "r0" + +LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1" + +SRC_URI[sysbiosbin.md5sum] = "7ae35f34179492913e40f02ec5ffb7dd" +SRC_URI[sysbiosbin.sha256sum] = "029981f79ce61fe28241944f4f60c37b2c4b8c83fe1ee38ed400d58412b4fdb6" + +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