diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-19 11:44:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-19 21:11:50 +0100 |
commit | dfc70fc8b5c97339504bf2bda0b3949091f1ffdc (patch) | |
tree | eef3200853a21c8fac1b4814786a97f2a7bc58dc /recipes-ti/devtools | |
parent | b72cb13fcf83b9d342808ea30379bfb6a1321b54 (diff) | |
download | meta-ti-dfc70fc8b5c97339504bf2bda0b3949091f1ffdc.tar.gz |
ti-xdctools: update to 3.23.00.32
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/ti-xdctools.inc | 6 | ||||
-rw-r--r-- | recipes-ti/devtools/ti-xdctools_3.20.06.81.bb | 14 | ||||
-rw-r--r-- | recipes-ti/devtools/ti-xdctools_3.23.00.32.bb | 11 |
3 files changed, 12 insertions, 19 deletions
diff --git a/recipes-ti/devtools/ti-xdctools.inc b/recipes-ti/devtools/ti-xdctools.inc index 120ebaad..c76ad80f 100644 --- a/recipes-ti/devtools/ti-xdctools.inc +++ b/recipes-ti/devtools/ti-xdctools.inc | |||
@@ -1,11 +1,7 @@ | |||
1 | DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)" | 1 | DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)" |
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc" | 2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "BSD, GPLv2" | 4 | LICENSE = "BSD & GPLv2" |
5 | |||
6 | LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=eace8fa313a140ef178ecfa0f53cc655" | ||
7 | |||
8 | PR = "r2" | ||
9 | 5 | ||
10 | require ../includes/ti-paths.inc | 6 | require ../includes/ti-paths.inc |
11 | require ../includes/ti-staging.inc | 7 | require ../includes/ti-staging.inc |
diff --git a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb b/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb deleted file mode 100644 index 45bedaab..00000000 --- a/recipes-ti/devtools/ti-xdctools_3.20.06.81.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | require ti-xdctools.inc | ||
2 | |||
3 | PV = "3_20_06_81" | ||
4 | |||
5 | # This fixes c6accel, but breaks codec-engine and lpm | ||
6 | #SRC_URI += "file://arm-linker-hack.diff" | ||
7 | |||
8 | SRC_URI += "file://fix-hardcoded-paths.diff" | ||
9 | |||
10 | SRC_URI[xdcbin.md5sum] = "65151268d6be6ad6eb940ef7ed03af16" | ||
11 | SRC_URI[xdcbin.sha256sum] = "8ea6b851521ce41fe0b4a349b2d922af7e70f48c50ad9fd21f62627446a834f8" | ||
12 | |||
13 | |||
14 | |||
diff --git a/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb new file mode 100644 index 00000000..b2db76c9 --- /dev/null +++ b/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require ti-xdctools.inc | ||
2 | |||
3 | PV = "3_23_00_32" | ||
4 | LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=49b2dfbf48860a0da844709c3ce63a9c" | ||
5 | |||
6 | SRC_URI += "file://fix-hardcoded-paths.diff" | ||
7 | |||
8 | SRC_URI[xdcbin.md5sum] = "263aa11795670265551d36a8c77ad27d" | ||
9 | SRC_URI[xdcbin.sha256sum] = "880b4e263850f2a3c0ea7352c5b6e0a86692361e26634c3b70dddc42c71231a5" | ||
10 | |||
11 | S = "${WORKDIR}/ti/xdctools_${PV}" | ||