From d9b5b8a00f0cda4749984be75b3a6e91b7438520 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 24 Aug 2020 23:30:46 +0000 Subject: [PATCH] Revert "ti-ns: upgrade 2.60.01.06 -> 2.75.00.17" This reverts commit 292aed84fbb83c6c7ff163f31a598711f738d8db. Signed-off-by: Denys Dmytriyenko --- recipes-ti/ns/ti-ns_2.60.01.06.bb | 14 ++++++++++++++ recipes-ti/ns/ti-ns_2.75.00.17.bb | 13 ------------- 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 recipes-ti/ns/ti-ns_2.60.01.06.bb delete mode 100644 recipes-ti/ns/ti-ns_2.75.00.17.bb diff --git a/recipes-ti/ns/ti-ns_2.60.01.06.bb b/recipes-ti/ns/ti-ns_2.60.01.06.bb new file mode 100644 index 00000000..d86fcd5f --- /dev/null +++ b/recipes-ti/ns/ti-ns_2.60.01.06.bb @@ -0,0 +1,14 @@ +require ti-ns.inc + +PV = "2_60_01_06" +PR = "r0" +SRC_URI = "http://software-dl.ti.com/targetcontent/ns/${PV}/exports/ns_${PV}.zip;name=nszip" + +LIC_FILES_CHKSUM = "file://manifest_ns_${PV}.html;md5=e15dc261b0ef14c6fbabba24abcde4f0" + +SRC_URI[nszip.md5sum] = "b78d86423e9c4d148be5fba5903cc2c7" +SRC_URI[nszip.sha256sum] = "f66b2fda6ab02585020e67d84897305209f3e141847581a214ccf123c3f15f00" + +INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" +INHIBIT_SYSROOT_STRIP = "1" diff --git a/recipes-ti/ns/ti-ns_2.75.00.17.bb b/recipes-ti/ns/ti-ns_2.75.00.17.bb deleted file mode 100644 index 0d0bb544..00000000 --- a/recipes-ti/ns/ti-ns_2.75.00.17.bb +++ /dev/null @@ -1,13 +0,0 @@ -require ti-ns.inc - -PV = "2_75_00_17" - -SRC_URI = "http://software-dl.ti.com/targetcontent/ns/${PV}/exports/ns_${PV}.zip;name=nszip" - -LIC_FILES_CHKSUM = "file://manifest_ns_${PV}.html;md5=d6a172fb0625f2ddf7d0cbfded273898" - -SRC_URI[nszip.sha256sum] = "612cbaf9b91c978b39cf370f7ef721596c36141575ca74da76b025beef4d9a03" - -INHIBIT_PACKAGE_STRIP = "1" -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INHIBIT_SYSROOT_STRIP = "1"