summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-08-11 14:39:05 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-08-17 11:21:54 +0000
commite21c11b4a44417f67c78503bc3f954c175ac20e2 (patch)
treee1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-ti/devtools
parentf56051c9a8cf09f54c43b81301073eed71bbda97 (diff)
downloadmeta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r--recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb6
-rw-r--r--recipes-ti/devtools/gcc-linaro-baremetal-aarch64-native.bb8
-rw-r--r--recipes-ti/devtools/gcc-linaro-baremetal-native.bb8
-rw-r--r--recipes-ti/devtools/ti-cg-xml_2.61.00.bb4
-rw-r--r--recipes-ti/devtools/ti-cgt-arm_18.12.5.bb8
-rw-r--r--recipes-ti/devtools/ti-cgt-pru_2.3.2.bb16
-rw-r--r--recipes-ti/devtools/ti-cgt470.inc2
-rw-r--r--recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb6
-rw-r--r--recipes-ti/devtools/ti-cgt6x_8.3.2.bb22
-rw-r--r--recipes-ti/devtools/ti-cgt7x_1.2.0.bb8
-rw-r--r--recipes-ti/devtools/ti-xdctools-common.inc10
11 files changed, 49 insertions, 49 deletions
diff --git a/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb b/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb
index f474c87f..e0feb02c 100644
--- a/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb
+++ b/recipes-ti/devtools/gcc-arm-baremetal_7-2018-q2-update.bb
@@ -14,16 +14,16 @@ S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update"
14 14
15# only x86_64 is supported 15# only x86_64 is supported
16COMPATIBLE_HOST = "x86_64.*-linux" 16COMPATIBLE_HOST = "x86_64.*-linux"
17COMPATIBLE_HOST_class-target = "null" 17COMPATIBLE_HOST:class-target = "null"
18 18
19do_install() { 19do_install() {
20 install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} 20 install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
21 cp -r ${S}/. ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} 21 cp -r ${S}/. ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
22} 22}
23 23
24FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" 24FILES:${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
25 25
26INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps" 26INSANE_SKIP:${PN} = "already-stripped libdir staticdev build-deps file-rdeps"
27INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 27INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
28 28
29BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-ti/devtools/gcc-linaro-baremetal-aarch64-native.bb b/recipes-ti/devtools/gcc-linaro-baremetal-aarch64-native.bb
index 97344f90..f1596a8b 100644
--- a/recipes-ti/devtools/gcc-linaro-baremetal-aarch64-native.bb
+++ b/recipes-ti/devtools/gcc-linaro-baremetal-aarch64-native.bb
@@ -1,6 +1,6 @@
1include recipes-ti/devtools/gcc-linaro.inc 1include recipes-ti/devtools/gcc-linaro.inc
2 2
3PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64_aarch64-elf" 3PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64:aarch64-elf"
4S = "${WORKDIR}/${PACKAGE_DIR}" 4S = "${WORKDIR}/${PACKAGE_DIR}"
5 5
6LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" 6LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c"
@@ -8,7 +8,7 @@ LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c"
8inherit native 8inherit native
9require recipes-ti/includes/ti-paths.inc 9require recipes-ti/includes/ti-paths.inc
10 10
11SRC_URI = "https://releases.linaro.org/components/toolchain/binaries/7.2-${GCC_ARM_YEAR}/aarch64-elf/gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64_aarch64-elf.tar.xz;name=gcc-linaro-aarch64" 11SRC_URI = "https://releases.linaro.org/components/toolchain/binaries/7.2-${GCC_ARM_YEAR}/aarch64-elf/gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64:aarch64-elf.tar.xz;name=gcc-linaro-aarch64"
12 12
13SRC_URI[gcc-linaro-aarch64.md5sum] = "4972f8943820bdd2f577f498de78964b" 13SRC_URI[gcc-linaro-aarch64.md5sum] = "4972f8943820bdd2f577f498de78964b"
14SRC_URI[gcc-linaro-aarch64.sha256sum] = "30fb7d876bcb982c502057c593d9c1f11b35d5158a26d986718e2b998388c4c8" 14SRC_URI[gcc-linaro-aarch64.sha256sum] = "30fb7d876bcb982c502057c593d9c1f11b35d5158a26d986718e2b998388c4c8"
@@ -18,6 +18,6 @@ do_install() {
18 cp -r ${S}/. ${D}${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE} 18 cp -r ${S}/. ${D}${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE}
19} 19}
20 20
21FILES_${PN} = "${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE}/*" 21FILES:${PN} = "${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE}/*"
22 22
23INSANE_SKIP_${PN} = "already-stripped" 23INSANE_SKIP:${PN} = "already-stripped"
diff --git a/recipes-ti/devtools/gcc-linaro-baremetal-native.bb b/recipes-ti/devtools/gcc-linaro-baremetal-native.bb
index 0268ae3d..d0683fe1 100644
--- a/recipes-ti/devtools/gcc-linaro-baremetal-native.bb
+++ b/recipes-ti/devtools/gcc-linaro-baremetal-native.bb
@@ -1,6 +1,6 @@
1include recipes-ti/devtools/gcc-linaro.inc 1include recipes-ti/devtools/gcc-linaro.inc
2 2
3PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64_arm-eabi" 3PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64:arm-eabi"
4S = "${WORKDIR}/${PACKAGE_DIR}" 4S = "${WORKDIR}/${PACKAGE_DIR}"
5 5
6LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" 6LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c"
@@ -8,7 +8,7 @@ LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c"
8inherit native 8inherit native
9require recipes-ti/includes/ti-paths.inc 9require recipes-ti/includes/ti-paths.inc
10 10
11SRC_URI = "https://releases.linaro.org/components/toolchain/binaries/7.2-${GCC_ARM_YEAR}/arm-eabi/gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64_arm-eabi.tar.xz;name=gcc-linaro" 11SRC_URI = "https://releases.linaro.org/components/toolchain/binaries/7.2-${GCC_ARM_YEAR}/arm-eabi/gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64:arm-eabi.tar.xz;name=gcc-linaro"
12 12
13SRC_URI[gcc-linaro.md5sum] = "9a4a39cfc78c84375b1160aa93587aed" 13SRC_URI[gcc-linaro.md5sum] = "9a4a39cfc78c84375b1160aa93587aed"
14SRC_URI[gcc-linaro.sha256sum] = "45fc4f90af2e2e9c3197a275f6005ef5639f7a1889fa3eb24c3125ccd70fcd3d" 14SRC_URI[gcc-linaro.sha256sum] = "45fc4f90af2e2e9c3197a275f6005ef5639f7a1889fa3eb24c3125ccd70fcd3d"
@@ -18,6 +18,6 @@ do_install() {
18 cp -r ${S}/. ${D}${GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE} 18 cp -r ${S}/. ${D}${GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE}
19} 19}
20 20
21FILES_${PN} = "${GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE}/*" 21FILES:${PN} = "${GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE}/*"
22 22
23INSANE_SKIP_${PN} = "already-stripped" 23INSANE_SKIP:${PN} = "already-stripped"
diff --git a/recipes-ti/devtools/ti-cg-xml_2.61.00.bb b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
index e618af5a..8e36be6d 100644
--- a/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
+++ b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
@@ -29,9 +29,9 @@ do_install() {
29 cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE} 29 cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE}
30} 30}
31 31
32FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" 32FILES:${PN} += "${CG_XML_INSTALL_DIR_RECIPE}"
33 33
34INSANE_SKIP_${PN} = "arch ldflags file-rdeps" 34INSANE_SKIP:${PN} = "arch ldflags file-rdeps"
35 35
36INHIBIT_PACKAGE_STRIP = "1" 36INHIBIT_PACKAGE_STRIP = "1"
37INHIBIT_SYSROOT_STRIP = "1" 37INHIBIT_SYSROOT_STRIP = "1"
diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
index 81384d50..60b216f9 100644
--- a/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
+++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb
@@ -21,7 +21,7 @@ TI_BIN_UNPK_CMDS = ""
21 21
22# only x86_64 is supported 22# only x86_64 is supported
23COMPATIBLE_HOST = "x86_64.*-linux" 23COMPATIBLE_HOST = "x86_64.*-linux"
24COMPATIBLE_HOST_class-target = "null" 24COMPATIBLE_HOST:class-target = "null"
25 25
26do_install() { 26do_install() {
27 install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} 27 install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
@@ -31,14 +31,14 @@ do_install() {
31SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b" 31SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
32SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4" 32SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
33 33
34BINFILE_NAME = "cgt_arm_installer" 34BINFILE_NAME = "cgt:arm_installer"
35 35
36FILES_${PN} += "${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" 36FILES:${PN} += "${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}"
37 37
38INHIBIT_PACKAGE_STRIP = "1" 38INHIBIT_PACKAGE_STRIP = "1"
39INHIBIT_SYSROOT_STRIP = "1" 39INHIBIT_SYSROOT_STRIP = "1"
40INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 40INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
41 41
42INSANE_SKIP_${PN} += "arch staticdev file-rdeps" 42INSANE_SKIP:${PN} += "arch staticdev file-rdeps"
43 43
44BBCLASSEXTEND = "native nativesdk" 44BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb b/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb
index ed10e272..d14c1962 100644
--- a/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb
+++ b/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb
@@ -3,18 +3,18 @@ HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/dow
3LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD" 3LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD"
4 4
5LIC_FILES_CHKSUM = "file://ti-cgt-pru_${PV}/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc" 5LIC_FILES_CHKSUM = "file://ti-cgt-pru_${PV}/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc"
6LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-pru/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc" 6LIC_FILES_CHKSUM:class-target = "file://usr/share/doc/ti/cgt-pru/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc"
7 7
8require recipes-ti/includes/ti-paths.inc 8require recipes-ti/includes/ti-paths.inc
9require recipes-ti/includes/ti-unpack.inc 9require recipes-ti/includes/ti-unpack.inc
10 10
11BINFILE = "ti_cgt_pru_${PV}_linux_installer_x86.bin" 11BINFILE = "ti_cgt_pru_${PV}_linux_installer:x86.bin"
12BINFILE_NAME = "cgt-pru-x86" 12BINFILE_NAME = "cgt-pru-x86"
13TI_BIN_UNPK_ARGS = "--prefix ${S}" 13TI_BIN_UNPK_ARGS = "--prefix ${S}"
14TI_BIN_UNPK_CMDS = "" 14TI_BIN_UNPK_CMDS = ""
15 15
16BINFILE_class-target = "ti_cgt_pru_${PV}_armlinuxa8hf_busybox_installer.sh" 16BINFILE:class-target = "ti_cgt_pru_${PV}:armlinuxa8hf_busybox_installer.sh"
17BINFILE_NAME_class-target = "cgt-pru-arm" 17BINFILE_NAME:class-target = "cgt-pru-arm"
18 18
19SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/${PV}/${BINFILE};name=${BINFILE_NAME}" 19SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/${PV}/${BINFILE};name=${BINFILE_NAME}"
20 20
@@ -30,13 +30,13 @@ do_install() {
30 ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/ 30 ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/
31} 31}
32 32
33do_install_class-target() { 33do_install:class-target() {
34 ${WORKDIR}/${BINFILE} --prefix ${D} 34 ${WORKDIR}/${BINFILE} --prefix ${D}
35} 35}
36 36
37FILES_${PN} += "${datadir}/ti/*" 37FILES:${PN} += "${datadir}/ti/*"
38 38
39FILES_${PN}-dbg = "${TI_CGT_PRU_INSTALL_DIR_RECIPE}/bin/.debug \ 39FILES:${PN}-dbg = "${TI_CGT_PRU_INSTALL_DIR_RECIPE}/bin/.debug \
40 ${TI_CGT_PRU_INSTALL_DIR_RECIPE}/lib/.debug \ 40 ${TI_CGT_PRU_INSTALL_DIR_RECIPE}/lib/.debug \
41" 41"
42 42
@@ -44,6 +44,6 @@ INHIBIT_PACKAGE_STRIP = "1"
44INHIBIT_SYSROOT_STRIP = "1" 44INHIBIT_SYSROOT_STRIP = "1"
45INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 45INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
46 46
47INSANE_SKIP_${PN} += "arch staticdev already-stripped file-rdeps" 47INSANE_SKIP:${PN} += "arch staticdev already-stripped file-rdeps"
48 48
49BBCLASSEXTEND = "native nativesdk" 49BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-ti/devtools/ti-cgt470.inc b/recipes-ti/devtools/ti-cgt470.inc
index f0992aa7..c8f91271 100644
--- a/recipes-ti/devtools/ti-cgt470.inc
+++ b/recipes-ti/devtools/ti-cgt470.inc
@@ -13,7 +13,7 @@ S = "${WORKDIR}/cgt470_${PV}"
13 13
14SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin" 14SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"
15 15
16BINFILE="ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin" 16BINFILE="ti_cgt_tms470_${PVwithdots}_setup_linux:x86.bin"
17TI_BIN_UNPK_CMDS="Y:qY:workdir: : " 17TI_BIN_UNPK_CMDS="Y:qY:workdir: : "
18TI_BIN_UNPK_WDEXT="/cgt470_${PV}" 18TI_BIN_UNPK_WDEXT="/cgt470_${PV}"
19 19
diff --git a/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb b/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
index a67a2d8a..a7de8e38 100644
--- a/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
+++ b/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
@@ -28,16 +28,16 @@ SRC_URI[cgt6x_7.4.16_x86_installer.sha256sum] = "baa0d1ef20397383f99f45068a6d160
28 28
29# only x86_64 is supported 29# only x86_64 is supported
30COMPATIBLE_HOST = "x86_64.*-linux" 30COMPATIBLE_HOST = "x86_64.*-linux"
31COMPATIBLE_HOST_class-target = "null" 31COMPATIBLE_HOST:class-target = "null"
32 32
33do_install() { 33do_install() {
34 install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} 34 install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE}
35 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c6000_7.4.16/. ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} 35 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c6000_7.4.16/. ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE}
36} 36}
37 37
38FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" 38FILES:${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}"
39 39
40INSANE_SKIP_${PN} += "arch staticdev textrel" 40INSANE_SKIP:${PN} += "arch staticdev textrel"
41 41
42INHIBIT_PACKAGE_STRIP = "1" 42INHIBIT_PACKAGE_STRIP = "1"
43INHIBIT_SYSROOT_STRIP = "1" 43INHIBIT_SYSROOT_STRIP = "1"
diff --git a/recipes-ti/devtools/ti-cgt6x_8.3.2.bb b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
index 38f5597d..00221d84 100644
--- a/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
+++ b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
@@ -3,13 +3,13 @@ HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/dow
3LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD" 3LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD"
4 4
5LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1" 5LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
6LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1" 6LIC_FILES_CHKSUM:class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1"
7 7
8PE = "1" 8PE = "1"
9 9
10require recipes-ti/includes/ti-unpack.inc 10require recipes-ti/includes/ti-unpack.inc
11 11
12COMPATIBLE_HOST_class-target = "arm.*-linux" 12COMPATIBLE_HOST:class-target = "arm.*-linux"
13 13
14# For now we only have hardfp version for target class 14# For now we only have hardfp version for target class
15python __anonymous() { 15python __anonymous() {
@@ -26,13 +26,13 @@ python __anonymous() {
26 raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv)) 26 raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv))
27} 27}
28 28
29BINFILE = "ti_cgt_c6000_${PV}_linux_installer_x86.bin" 29BINFILE = "ti_cgt_c6000_${PV}_linux_installer:x86.bin"
30BINFILE_NAME = "cgt6x_x86_installer" 30BINFILE_NAME = "cgt6x:x86_installer"
31TI_BIN_UNPK_ARGS = "--prefix ${S}" 31TI_BIN_UNPK_ARGS = "--prefix ${S}"
32TI_BIN_UNPK_CMDS = "" 32TI_BIN_UNPK_CMDS = ""
33 33
34BINFILE_class-target = "ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh" 34BINFILE:class-target = "ti_cgt_c6000_${PV}:armlinuxa8hf_busybox_installer.sh"
35BINFILE_NAME_class-target = "cgt6x_arm_installer" 35BINFILE_NAME:class-target = "cgt6x:arm_installer"
36 36
37SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}" 37SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
38 38
@@ -91,17 +91,17 @@ do_install() {
91 91
92} 92}
93 93
94do_install_class-target() { 94do_install:class-target() {
95 ${WORKDIR}/${BINFILE} --prefix ${D} 95 ${WORKDIR}/${BINFILE} --prefix ${D}
96} 96}
97 97
98FILES_${PN} += "${datadir}/ti/*" 98FILES:${PN} += "${datadir}/ti/*"
99 99
100FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" 100FILES:${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug"
101 101
102INSANE_SKIP_${PN} += "staticdev" 102INSANE_SKIP:${PN} += "staticdev"
103INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${datadir}/ti/cgt-c6x/lib/libc.a" 103INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${datadir}/ti/cgt-c6x/lib/libc.a"
104 104
105BBCLASSEXTEND = "native nativesdk" 105BBCLASSEXTEND = "native nativesdk"
106 106
107COMPATIBLE_MACHINE_class-target = "(ti-soc)" 107COMPATIBLE_MACHINE:class-target = "(ti-soc)"
diff --git a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
index cbdac1ef..35b58d4c 100644
--- a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
+++ b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
@@ -15,12 +15,12 @@ require recipes-ti/includes/ti-paths.inc
15 15
16# only x86_64 is supported 16# only x86_64 is supported
17COMPATIBLE_HOST = "x86_64.*-linux" 17COMPATIBLE_HOST = "x86_64.*-linux"
18COMPATIBLE_HOST_class-target = "null" 18COMPATIBLE_HOST:class-target = "null"
19 19
20PE = "1" 20PE = "1"
21 21
22BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin" 22BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin"
23BINFILE_NAME = "cgt7x_x86_installer" 23BINFILE_NAME = "cgt7x:x86_installer"
24 24
25SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/${BINFILE};name=${BINFILE_NAME}" 25SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/${BINFILE};name=${BINFILE_NAME}"
26 26
@@ -38,9 +38,9 @@ do_install() {
38} 38}
39 39
40 40
41FILES_${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}" 41FILES:${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}"
42 42
43INSANE_SKIP_${PN} += "arch staticdev textrel" 43INSANE_SKIP:${PN} += "arch staticdev textrel"
44 44
45INHIBIT_PACKAGE_STRIP = "1" 45INHIBIT_PACKAGE_STRIP = "1"
46INHIBIT_SYSROOT_STRIP = "1" 46INHIBIT_SYSROOT_STRIP = "1"
diff --git a/recipes-ti/devtools/ti-xdctools-common.inc b/recipes-ti/devtools/ti-xdctools-common.inc
index c21e4794..3caf7b8d 100644
--- a/recipes-ti/devtools/ti-xdctools-common.inc
+++ b/recipes-ti/devtools/ti-xdctools-common.inc
@@ -13,14 +13,14 @@ do_install() {
13 cp ${CP_ARGS} ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE} 13 cp ${CP_ARGS} ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE}
14} 14}
15 15
16FILES_${PN}-dev = "${XDC_INSTALL_DIR_RECIPE}" 16FILES:${PN}-dev = "${XDC_INSTALL_DIR_RECIPE}"
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
19 19
20INHIBIT_PACKAGE_STRIP = "1" 20INHIBIT_PACKAGE_STRIP = "1"
21INHIBIT_SYSROOT_STRIP = "1" 21INHIBIT_SYSROOT_STRIP = "1"
22INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 22INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
23INSANE_SKIP_${PN}-dev = "libdir dev-elf arch file-rdeps" 23INSANE_SKIP:${PN}-dev = "libdir dev-elf arch file-rdeps"
24 24
25# Prevent internal libs from getting picked up 25# Prevent internal libs from getting picked up
26PRIVATE_LIBS = " \ 26PRIVATE_LIBS = " \
@@ -65,6 +65,6 @@ libawt_xawt.so \
65" 65"
66 66
67COMPATIBLE_HOST ?= "null" 67COMPATIBLE_HOST ?= "null"
68COMPATIBLE_HOST_ti-soc = "(.*)" 68COMPATIBLE_HOST:ti-soc = "(.*)"
69COMPATIBLE_HOST_class-native = "(.*)" 69COMPATIBLE_HOST:class-native = "(.*)"
70COMPATIBLE_HOST_class-nativesdk = "(.*)" 70COMPATIBLE_HOST:class-nativesdk = "(.*)"