diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-08-24 23:30:47 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-26 01:02:48 +0000 |
| commit | 061d7e316aab2f3bbcd2757a9ed7d5e9bb2e8c10 (patch) | |
| tree | dad49a2ca23e5486e4fb1ceedba955b7f34862a6 | |
| parent | d9b5b8a00f0cda4749984be75b3a6e91b7438520 (diff) | |
| download | meta-ti-061d7e316aab2f3bbcd2757a9ed7d5e9bb2e8c10.tar.gz | |
Revert "ti-ndk: upgrade 3.61.01.01 -> 3.75.01.01"
This reverts commit f0aa865fe966914817652084d50158060a94350d.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-ti/ndk/ti-ndk_3.61.01.01.bb | 16 | ||||
| -rw-r--r-- | recipes-ti/ndk/ti-ndk_3.75.01.01.bb | 14 |
2 files changed, 16 insertions, 14 deletions
diff --git a/recipes-ti/ndk/ti-ndk_3.61.01.01.bb b/recipes-ti/ndk/ti-ndk_3.61.01.01.bb new file mode 100644 index 00000000..f120f2fe --- /dev/null +++ b/recipes-ti/ndk/ti-ndk_3.61.01.01.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require ti-ndk.inc | ||
| 2 | |||
| 3 | PV = "3_61_01_01" | ||
| 4 | PR = "r0" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://manifest_ndk_${PV}.html;md5=871c716abcf52bac5a7c23154eaba3b6" | ||
| 7 | |||
| 8 | SRC_URI[ndkzip.md5sum] = "87f0494c9faee344fe93ae68e71ca189" | ||
| 9 | SRC_URI[ndkzip.sha256sum] = "3bfca50367432603ebc1d53d9185302bb4fa4558ac766696f086dc7a5a2ccd29" | ||
| 10 | |||
| 11 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 12 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 13 | INHIBIT_SYSROOT_STRIP = "1" | ||
| 14 | |||
| 15 | COMPATIBLE_HOST ?= "null" | ||
| 16 | COMPATIBLE_HOST_ti-soc = "(.*)" | ||
diff --git a/recipes-ti/ndk/ti-ndk_3.75.01.01.bb b/recipes-ti/ndk/ti-ndk_3.75.01.01.bb deleted file mode 100644 index 812fbb31..00000000 --- a/recipes-ti/ndk/ti-ndk_3.75.01.01.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | require ti-ndk.inc | ||
| 2 | |||
| 3 | PV = "3_75_01_01" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://manifest_ndk_${PV}.html;md5=ef952a30d0f1640e886bb4b60618f352" | ||
| 6 | |||
| 7 | SRC_URI[ndkzip.sha256sum] = "fd2318f0490a3eb342bc16812f30394107f098a12704c11cd9a5dc3d5a0bba64" | ||
| 8 | |||
| 9 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 10 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 11 | INHIBIT_SYSROOT_STRIP = "1" | ||
| 12 | |||
| 13 | COMPATIBLE_HOST ?= "null" | ||
| 14 | COMPATIBLE_HOST_ti-soc = "(.*)" | ||
