summaryrefslogtreecommitdiff
path: root/recipes/ti/ti-xdctools-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-xdctools-native.inc')
-rw-r--r--recipes/ti/ti-xdctools-native.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/ti/ti-xdctools-native.inc b/recipes/ti/ti-xdctools-native.inc
new file mode 100644
index 0000000000..af6c9d7fc2
--- /dev/null
+++ b/recipes/ti/ti-xdctools-native.inc
@@ -0,0 +1,15 @@
+inherit native
+
+require ti-xdctools.inc
+
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdctools_setuplinux_${PV}.bin;name=xdcbin"
+
+do_stage() {
+ install -d ${XDC_INSTALL_DIR}
+ cp -pPrf ${S}/* ${XDC_INSTALL_DIR}
+ chmod 755 -R ${XDC_INSTALL_DIR}
+ chmod 755 -R ${S}
+}
+
+AUTOTOOLS_NATIVE_STAGE_INSTALL="1"
+