aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-xdais-native_6.25.01.08.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-xdais-native_6.25.01.08.bb')
-rw-r--r--recipes/ti/ti-xdais-native_6.25.01.08.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/ti/ti-xdais-native_6.25.01.08.bb b/recipes/ti/ti-xdais-native_6.25.01.08.bb
new file mode 100644
index 0000000000..cc71c48b5e
--- /dev/null
+++ b/recipes/ti/ti-xdais-native_6.25.01.08.bb
@@ -0,0 +1,15 @@
+require ti-xdais.inc
+
+SRC_URI[xdaisgz.md5sum] = "5f284e0721f4f080c9adc6271387c0f9"
+SRC_URI[xdaisgz.sha256sum] = "88866b1bbd3992141f47f7a672cd4a2fbeef729d582312a06a1f269a32dded88"
+
+PV = "6_25_01_08"
+
+inherit native
+
+do_stage() {
+ install -d ${STAGING_DIR_NATIVE}/ti-xdais
+ cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/ti-xdais
+}
+
+