mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 06:17:51 +00:00
ti-cgt-arm: extend to nativesdk
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
6c29b2c924
commit
e7bf456f6b
+6
-1
@@ -4,7 +4,6 @@ LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0
|
|||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
|
LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30"
|
||||||
|
|
||||||
inherit native
|
|
||||||
require recipes-ti/includes/ti-unpack.inc
|
require recipes-ti/includes/ti-unpack.inc
|
||||||
require recipes-ti/includes/ti-staging.inc
|
require recipes-ti/includes/ti-staging.inc
|
||||||
require recipes-ti/includes/ti-paths.inc
|
require recipes-ti/includes/ti-paths.inc
|
||||||
@@ -19,6 +18,10 @@ BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin"
|
|||||||
TI_BIN_UNPK_ARGS = "--prefix ${S}"
|
TI_BIN_UNPK_ARGS = "--prefix ${S}"
|
||||||
TI_BIN_UNPK_CMDS = ""
|
TI_BIN_UNPK_CMDS = ""
|
||||||
|
|
||||||
|
# only x86_64 is supported
|
||||||
|
COMPATIBLE_HOST = "x86_64.*-linux"
|
||||||
|
COMPATIBLE_HOST_class-target = "null"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
|
install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
|
||||||
cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
|
cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
|
||||||
@@ -36,3 +39,5 @@ INHIBIT_SYSROOT_STRIP = "1"
|
|||||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||||
|
|
||||||
INSANE_SKIP_${PN} += "arch staticdev"
|
INSANE_SKIP_${PN} += "arch staticdev"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Reference in New Issue
Block a user