summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-07-29 23:37:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-31 19:28:13 +0000
commit3d2ff2e2079347e6ee3d820b77c46e0321bb305f (patch)
tree7623fb7becbe33307b626b9ce18aebc9c094054a /recipes-ti
parentafe959f5ba86a4d33025ad2918063225191030f6 (diff)
downloadmeta-ti-3d2ff2e2079347e6ee3d820b77c46e0321bb305f.tar.gz
ti-cgt6x-7: extend to nativesdk
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb (renamed from recipes-ti/devtools/ti-cgt6x-7-native_7.4.16.bb)9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x-7-native_7.4.16.bb b/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
index 7bb4c75e..a67a2d8a 100644
--- a/recipes-ti/devtools/ti-cgt6x-7-native_7.4.16.bb
+++ b/recipes-ti/devtools/ti-cgt6x-7_7.4.16.bb
@@ -13,7 +13,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca"
13 13
14S = "${WORKDIR}/c6000_7.4.16" 14S = "${WORKDIR}/c6000_7.4.16"
15 15
16inherit native
17require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
18require recipes-ti/includes/ti-unpack.inc 17require recipes-ti/includes/ti-unpack.inc
19 18
@@ -27,6 +26,10 @@ SRC_URI = "http://install.source.dir.local/${BINFILE};name=${BINFILE_NAME}"
27SRC_URI[cgt6x_7.4.16_x86_installer.md5sum] = "21ca55c5b1f6b2d8d4fb7570d5eb5513" 26SRC_URI[cgt6x_7.4.16_x86_installer.md5sum] = "21ca55c5b1f6b2d8d4fb7570d5eb5513"
28SRC_URI[cgt6x_7.4.16_x86_installer.sha256sum] = "baa0d1ef20397383f99f45068a6d160963a01419d42fbbb851263b54c91df82f" 27SRC_URI[cgt6x_7.4.16_x86_installer.sha256sum] = "baa0d1ef20397383f99f45068a6d160963a01419d42fbbb851263b54c91df82f"
29 28
29# only x86_64 is supported
30COMPATIBLE_HOST = "x86_64.*-linux"
31COMPATIBLE_HOST_class-target = "null"
32
30do_install() { 33do_install() {
31 install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE} 34 install -d ${D}/${TI_CGT6X_7_INSTALL_DIR_RECIPE}
32 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}
@@ -34,8 +37,10 @@ do_install() {
34 37
35FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" 38FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}"
36 39
37INSANE_SKIP_${PN} += "arch staticdev" 40INSANE_SKIP_${PN} += "arch staticdev textrel"
38 41
39INHIBIT_PACKAGE_STRIP = "1" 42INHIBIT_PACKAGE_STRIP = "1"
40INHIBIT_SYSROOT_STRIP = "1" 43INHIBIT_SYSROOT_STRIP = "1"
41INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 44INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
45
46BBCLASSEXTEND = "native nativesdk"