diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-07-29 23:37:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-31 22:07:50 +0000 |
commit | d6696a5d55765e4f8f43d26c87aa445d1d8bbeba (patch) | |
tree | 49ea24d0dc1a1855870a63836d1b5af47d9d808c /recipes-ti/devtools | |
parent | 54f3d19b60411fd5db5d8df42974eb4038037a00 (diff) | |
download | meta-ti-d6696a5d55765e4f8f43d26c87aa445d1d8bbeba.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/devtools')
-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 | ||
14 | S = "${WORKDIR}/c6000_7.4.16" | 14 | S = "${WORKDIR}/c6000_7.4.16" |
15 | 15 | ||
16 | inherit native | ||
17 | require recipes-ti/includes/ti-paths.inc | 16 | require recipes-ti/includes/ti-paths.inc |
18 | require recipes-ti/includes/ti-unpack.inc | 17 | require recipes-ti/includes/ti-unpack.inc |
19 | 18 | ||
@@ -27,6 +26,10 @@ SRC_URI = "http://install.source.dir.local/${BINFILE};name=${BINFILE_NAME}" | |||
27 | SRC_URI[cgt6x_7.4.16_x86_installer.md5sum] = "21ca55c5b1f6b2d8d4fb7570d5eb5513" | 26 | SRC_URI[cgt6x_7.4.16_x86_installer.md5sum] = "21ca55c5b1f6b2d8d4fb7570d5eb5513" |
28 | SRC_URI[cgt6x_7.4.16_x86_installer.sha256sum] = "baa0d1ef20397383f99f45068a6d160963a01419d42fbbb851263b54c91df82f" | 27 | SRC_URI[cgt6x_7.4.16_x86_installer.sha256sum] = "baa0d1ef20397383f99f45068a6d160963a01419d42fbbb851263b54c91df82f" |
29 | 28 | ||
29 | # only x86_64 is supported | ||
30 | COMPATIBLE_HOST = "x86_64.*-linux" | ||
31 | COMPATIBLE_HOST_class-target = "null" | ||
32 | |||
30 | do_install() { | 33 | do_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 | ||
35 | FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" | 38 | FILES_${PN} += "${TI_CGT6X_7_INSTALL_DIR_RECIPE}" |
36 | 39 | ||
37 | INSANE_SKIP_${PN} += "arch staticdev" | 40 | INSANE_SKIP_${PN} += "arch staticdev textrel" |
38 | 41 | ||
39 | INHIBIT_PACKAGE_STRIP = "1" | 42 | INHIBIT_PACKAGE_STRIP = "1" |
40 | INHIBIT_SYSROOT_STRIP = "1" | 43 | INHIBIT_SYSROOT_STRIP = "1" |
41 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 44 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
45 | |||
46 | BBCLASSEXTEND = "native nativesdk" | ||