diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2021-08-11 14:39:05 -0400 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-17 11:21:54 +0000 |
| commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
| tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-ti/devtools | |
| parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
| download | meta-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.bb | 6 | ||||
| -rw-r--r-- | recipes-ti/devtools/gcc-linaro-baremetal-aarch64-native.bb | 8 | ||||
| -rw-r--r-- | recipes-ti/devtools/gcc-linaro-baremetal-native.bb | 8 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-cg-xml_2.61.00.bb | 4 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-cgt-arm_18.12.5.bb | 8 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-cgt-pru_2.3.2.bb | 16 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-cgt470.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb | 6 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-cgt6x_8.3.2.bb | 22 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-cgt7x_1.2.0.bb | 8 | ||||
| -rw-r--r-- | recipes-ti/devtools/ti-xdctools-common.inc | 10 |
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 |
| 16 | COMPATIBLE_HOST = "x86_64.*-linux" | 16 | COMPATIBLE_HOST = "x86_64.*-linux" |
| 17 | COMPATIBLE_HOST_class-target = "null" | 17 | COMPATIBLE_HOST:class-target = "null" |
| 18 | 18 | ||
| 19 | do_install() { | 19 | do_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 | ||
| 24 | FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" | 24 | FILES:${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" |
| 25 | 25 | ||
| 26 | INSANE_SKIP_${PN} = "already-stripped libdir staticdev build-deps file-rdeps" | 26 | INSANE_SKIP:${PN} = "already-stripped libdir staticdev build-deps file-rdeps" |
| 27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 28 | 28 | ||
| 29 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "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 @@ | |||
| 1 | include recipes-ti/devtools/gcc-linaro.inc | 1 | include recipes-ti/devtools/gcc-linaro.inc |
| 2 | 2 | ||
| 3 | PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64_aarch64-elf" | 3 | PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64:aarch64-elf" |
| 4 | S = "${WORKDIR}/${PACKAGE_DIR}" | 4 | S = "${WORKDIR}/${PACKAGE_DIR}" |
| 5 | 5 | ||
| 6 | LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" | 6 | LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" |
| @@ -8,7 +8,7 @@ LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" | |||
| 8 | inherit native | 8 | inherit native |
| 9 | require recipes-ti/includes/ti-paths.inc | 9 | require recipes-ti/includes/ti-paths.inc |
| 10 | 10 | ||
| 11 | SRC_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" | 11 | SRC_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 | ||
| 13 | SRC_URI[gcc-linaro-aarch64.md5sum] = "4972f8943820bdd2f577f498de78964b" | 13 | SRC_URI[gcc-linaro-aarch64.md5sum] = "4972f8943820bdd2f577f498de78964b" |
| 14 | SRC_URI[gcc-linaro-aarch64.sha256sum] = "30fb7d876bcb982c502057c593d9c1f11b35d5158a26d986718e2b998388c4c8" | 14 | SRC_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 | ||
| 21 | FILES_${PN} = "${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE}/*" | 21 | FILES:${PN} = "${GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE}/*" |
| 22 | 22 | ||
| 23 | INSANE_SKIP_${PN} = "already-stripped" | 23 | INSANE_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 @@ | |||
| 1 | include recipes-ti/devtools/gcc-linaro.inc | 1 | include recipes-ti/devtools/gcc-linaro.inc |
| 2 | 2 | ||
| 3 | PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64_arm-eabi" | 3 | PACKAGE_DIR = "gcc-linaro-${PV}-${GCC_ARM_YEAR}-x86_64:arm-eabi" |
| 4 | S = "${WORKDIR}/${PACKAGE_DIR}" | 4 | S = "${WORKDIR}/${PACKAGE_DIR}" |
| 5 | 5 | ||
| 6 | LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" | 6 | LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" |
| @@ -8,7 +8,7 @@ LIC_CHKSUM = "bc7fad4bba98e7a4cd5ab3042506493c" | |||
| 8 | inherit native | 8 | inherit native |
| 9 | require recipes-ti/includes/ti-paths.inc | 9 | require recipes-ti/includes/ti-paths.inc |
| 10 | 10 | ||
| 11 | SRC_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" | 11 | SRC_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 | ||
| 13 | SRC_URI[gcc-linaro.md5sum] = "9a4a39cfc78c84375b1160aa93587aed" | 13 | SRC_URI[gcc-linaro.md5sum] = "9a4a39cfc78c84375b1160aa93587aed" |
| 14 | SRC_URI[gcc-linaro.sha256sum] = "45fc4f90af2e2e9c3197a275f6005ef5639f7a1889fa3eb24c3125ccd70fcd3d" | 14 | SRC_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 | ||
| 21 | FILES_${PN} = "${GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE}/*" | 21 | FILES:${PN} = "${GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE}/*" |
| 22 | 22 | ||
| 23 | INSANE_SKIP_${PN} = "already-stripped" | 23 | INSANE_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 | ||
| 32 | FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" | 32 | FILES:${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" |
| 33 | 33 | ||
| 34 | INSANE_SKIP_${PN} = "arch ldflags file-rdeps" | 34 | INSANE_SKIP:${PN} = "arch ldflags file-rdeps" |
| 35 | 35 | ||
| 36 | INHIBIT_PACKAGE_STRIP = "1" | 36 | INHIBIT_PACKAGE_STRIP = "1" |
| 37 | INHIBIT_SYSROOT_STRIP = "1" | 37 | INHIBIT_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 |
| 23 | COMPATIBLE_HOST = "x86_64.*-linux" | 23 | COMPATIBLE_HOST = "x86_64.*-linux" |
| 24 | COMPATIBLE_HOST_class-target = "null" | 24 | COMPATIBLE_HOST:class-target = "null" |
| 25 | 25 | ||
| 26 | do_install() { | 26 | do_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() { | |||
| 31 | SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b" | 31 | SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b" |
| 32 | SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4" | 32 | SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4" |
| 33 | 33 | ||
| 34 | BINFILE_NAME = "cgt_arm_installer" | 34 | BINFILE_NAME = "cgt:arm_installer" |
| 35 | 35 | ||
| 36 | FILES_${PN} += "${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" | 36 | FILES:${PN} += "${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" |
| 37 | 37 | ||
| 38 | INHIBIT_PACKAGE_STRIP = "1" | 38 | INHIBIT_PACKAGE_STRIP = "1" |
| 39 | INHIBIT_SYSROOT_STRIP = "1" | 39 | INHIBIT_SYSROOT_STRIP = "1" |
| 40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 41 | 41 | ||
| 42 | INSANE_SKIP_${PN} += "arch staticdev file-rdeps" | 42 | INSANE_SKIP:${PN} += "arch staticdev file-rdeps" |
| 43 | 43 | ||
| 44 | BBCLASSEXTEND = "native nativesdk" | 44 | BBCLASSEXTEND = "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 | |||
| 3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD" | 3 | LICENSE = "(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 | ||
| 5 | LIC_FILES_CHKSUM = "file://ti-cgt-pru_${PV}/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc" | 5 | LIC_FILES_CHKSUM = "file://ti-cgt-pru_${PV}/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc" |
| 6 | LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-pru/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc" | 6 | LIC_FILES_CHKSUM:class-target = "file://usr/share/doc/ti/cgt-pru/PRU_Code_Generation_Tools_2.3.x_manifest.html;md5=e22f9d8240f7cca0c0aa5242d9ffa5bc" |
| 7 | 7 | ||
| 8 | require recipes-ti/includes/ti-paths.inc | 8 | require recipes-ti/includes/ti-paths.inc |
| 9 | require recipes-ti/includes/ti-unpack.inc | 9 | require recipes-ti/includes/ti-unpack.inc |
| 10 | 10 | ||
| 11 | BINFILE = "ti_cgt_pru_${PV}_linux_installer_x86.bin" | 11 | BINFILE = "ti_cgt_pru_${PV}_linux_installer:x86.bin" |
| 12 | BINFILE_NAME = "cgt-pru-x86" | 12 | BINFILE_NAME = "cgt-pru-x86" |
| 13 | TI_BIN_UNPK_ARGS = "--prefix ${S}" | 13 | TI_BIN_UNPK_ARGS = "--prefix ${S}" |
| 14 | TI_BIN_UNPK_CMDS = "" | 14 | TI_BIN_UNPK_CMDS = "" |
| 15 | 15 | ||
| 16 | BINFILE_class-target = "ti_cgt_pru_${PV}_armlinuxa8hf_busybox_installer.sh" | 16 | BINFILE:class-target = "ti_cgt_pru_${PV}:armlinuxa8hf_busybox_installer.sh" |
| 17 | BINFILE_NAME_class-target = "cgt-pru-arm" | 17 | BINFILE_NAME:class-target = "cgt-pru-arm" |
| 18 | 18 | ||
| 19 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/${PV}/${BINFILE};name=${BINFILE_NAME}" | 19 | SRC_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 | ||
| 33 | do_install_class-target() { | 33 | do_install:class-target() { |
| 34 | ${WORKDIR}/${BINFILE} --prefix ${D} | 34 | ${WORKDIR}/${BINFILE} --prefix ${D} |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | FILES_${PN} += "${datadir}/ti/*" | 37 | FILES:${PN} += "${datadir}/ti/*" |
| 38 | 38 | ||
| 39 | FILES_${PN}-dbg = "${TI_CGT_PRU_INSTALL_DIR_RECIPE}/bin/.debug \ | 39 | FILES:${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" | |||
| 44 | INHIBIT_SYSROOT_STRIP = "1" | 44 | INHIBIT_SYSROOT_STRIP = "1" |
| 45 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 45 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 46 | 46 | ||
| 47 | INSANE_SKIP_${PN} += "arch staticdev already-stripped file-rdeps" | 47 | INSANE_SKIP:${PN} += "arch staticdev already-stripped file-rdeps" |
| 48 | 48 | ||
| 49 | BBCLASSEXTEND = "native nativesdk" | 49 | BBCLASSEXTEND = "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 | ||
| 14 | SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin" | 14 | SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin" |
| 15 | 15 | ||
| 16 | BINFILE="ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin" | 16 | BINFILE="ti_cgt_tms470_${PVwithdots}_setup_linux:x86.bin" |
| 17 | TI_BIN_UNPK_CMDS="Y:qY:workdir: : " | 17 | TI_BIN_UNPK_CMDS="Y:qY:workdir: : " |
| 18 | TI_BIN_UNPK_WDEXT="/cgt470_${PV}" | 18 | TI_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 |
| 30 | COMPATIBLE_HOST = "x86_64.*-linux" | 30 | COMPATIBLE_HOST = "x86_64.*-linux" |
| 31 | COMPATIBLE_HOST_class-target = "null" | 31 | COMPATIBLE_HOST:class-target = "null" |
| 32 | 32 | ||
| 33 | do_install() { | 33 | do_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 | ||
| 38 | FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" | 38 | FILES:${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" |
| 39 | 39 | ||
| 40 | INSANE_SKIP_${PN} += "arch staticdev textrel" | 40 | INSANE_SKIP:${PN} += "arch staticdev textrel" |
| 41 | 41 | ||
| 42 | INHIBIT_PACKAGE_STRIP = "1" | 42 | INHIBIT_PACKAGE_STRIP = "1" |
| 43 | INHIBIT_SYSROOT_STRIP = "1" | 43 | INHIBIT_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 | |||
| 3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD" | 3 | LICENSE = "(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 | ||
| 5 | LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1" | 5 | LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1" |
| 6 | LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1" | 6 | LIC_FILES_CHKSUM:class-target = "file://usr/share/doc/ti/cgt-c6x/C6000CodeGenerationTools_8.3.x_manifest.html;md5=d06c6f9acebf78df4108a8535396e9f1" |
| 7 | 7 | ||
| 8 | PE = "1" | 8 | PE = "1" |
| 9 | 9 | ||
| 10 | require recipes-ti/includes/ti-unpack.inc | 10 | require recipes-ti/includes/ti-unpack.inc |
| 11 | 11 | ||
| 12 | COMPATIBLE_HOST_class-target = "arm.*-linux" | 12 | COMPATIBLE_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 |
| 15 | python __anonymous() { | 15 | python __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 | ||
| 29 | BINFILE = "ti_cgt_c6000_${PV}_linux_installer_x86.bin" | 29 | BINFILE = "ti_cgt_c6000_${PV}_linux_installer:x86.bin" |
| 30 | BINFILE_NAME = "cgt6x_x86_installer" | 30 | BINFILE_NAME = "cgt6x:x86_installer" |
| 31 | TI_BIN_UNPK_ARGS = "--prefix ${S}" | 31 | TI_BIN_UNPK_ARGS = "--prefix ${S}" |
| 32 | TI_BIN_UNPK_CMDS = "" | 32 | TI_BIN_UNPK_CMDS = "" |
| 33 | 33 | ||
| 34 | BINFILE_class-target = "ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh" | 34 | BINFILE:class-target = "ti_cgt_c6000_${PV}:armlinuxa8hf_busybox_installer.sh" |
| 35 | BINFILE_NAME_class-target = "cgt6x_arm_installer" | 35 | BINFILE_NAME:class-target = "cgt6x:arm_installer" |
| 36 | 36 | ||
| 37 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}" | 37 | SRC_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 | ||
| 94 | do_install_class-target() { | 94 | do_install:class-target() { |
| 95 | ${WORKDIR}/${BINFILE} --prefix ${D} | 95 | ${WORKDIR}/${BINFILE} --prefix ${D} |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | FILES_${PN} += "${datadir}/ti/*" | 98 | FILES:${PN} += "${datadir}/ti/*" |
| 99 | 99 | ||
| 100 | FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" | 100 | FILES:${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" |
| 101 | 101 | ||
| 102 | INSANE_SKIP_${PN} += "staticdev" | 102 | INSANE_SKIP:${PN} += "staticdev" |
| 103 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${datadir}/ti/cgt-c6x/lib/libc.a" | 103 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${datadir}/ti/cgt-c6x/lib/libc.a" |
| 104 | 104 | ||
| 105 | BBCLASSEXTEND = "native nativesdk" | 105 | BBCLASSEXTEND = "native nativesdk" |
| 106 | 106 | ||
| 107 | COMPATIBLE_MACHINE_class-target = "(ti-soc)" | 107 | COMPATIBLE_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 |
| 17 | COMPATIBLE_HOST = "x86_64.*-linux" | 17 | COMPATIBLE_HOST = "x86_64.*-linux" |
| 18 | COMPATIBLE_HOST_class-target = "null" | 18 | COMPATIBLE_HOST:class-target = "null" |
| 19 | 19 | ||
| 20 | PE = "1" | 20 | PE = "1" |
| 21 | 21 | ||
| 22 | BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin" | 22 | BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin" |
| 23 | BINFILE_NAME = "cgt7x_x86_installer" | 23 | BINFILE_NAME = "cgt7x:x86_installer" |
| 24 | 24 | ||
| 25 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/${BINFILE};name=${BINFILE_NAME}" | 25 | SRC_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 | ||
| 41 | FILES_${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}" | 41 | FILES:${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}" |
| 42 | 42 | ||
| 43 | INSANE_SKIP_${PN} += "arch staticdev textrel" | 43 | INSANE_SKIP:${PN} += "arch staticdev textrel" |
| 44 | 44 | ||
| 45 | INHIBIT_PACKAGE_STRIP = "1" | 45 | INHIBIT_PACKAGE_STRIP = "1" |
| 46 | INHIBIT_SYSROOT_STRIP = "1" | 46 | INHIBIT_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 | ||
| 16 | FILES_${PN}-dev = "${XDC_INSTALL_DIR_RECIPE}" | 16 | FILES:${PN}-dev = "${XDC_INSTALL_DIR_RECIPE}" |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
| 19 | 19 | ||
| 20 | INHIBIT_PACKAGE_STRIP = "1" | 20 | INHIBIT_PACKAGE_STRIP = "1" |
| 21 | INHIBIT_SYSROOT_STRIP = "1" | 21 | INHIBIT_SYSROOT_STRIP = "1" |
| 22 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 22 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 23 | INSANE_SKIP_${PN}-dev = "libdir dev-elf arch file-rdeps" | 23 | INSANE_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 |
| 26 | PRIVATE_LIBS = " \ | 26 | PRIVATE_LIBS = " \ |
| @@ -65,6 +65,6 @@ libawt_xawt.so \ | |||
| 65 | " | 65 | " |
| 66 | 66 | ||
| 67 | COMPATIBLE_HOST ?= "null" | 67 | COMPATIBLE_HOST ?= "null" |
| 68 | COMPATIBLE_HOST_ti-soc = "(.*)" | 68 | COMPATIBLE_HOST:ti-soc = "(.*)" |
| 69 | COMPATIBLE_HOST_class-native = "(.*)" | 69 | COMPATIBLE_HOST:class-native = "(.*)" |
| 70 | COMPATIBLE_HOST_class-nativesdk = "(.*)" | 70 | COMPATIBLE_HOST:class-nativesdk = "(.*)" |
