summaryrefslogtreecommitdiff
path: root/recipes/ti/ti-dspbios-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-dspbios-native.inc')
-rw-r--r--recipes/ti/ti-dspbios-native.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/ti/ti-dspbios-native.inc b/recipes/ti/ti-dspbios-native.inc
new file mode 100644
index 0000000000..d9969f25d5
--- /dev/null
+++ b/recipes/ti/ti-dspbios-native.inc
@@ -0,0 +1,18 @@
+require ti-paths.inc
+require ti-dspbios.inc
+inherit native
+
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin"
+
+BINFILE="bios_setuplinux_${PV}.bin"
+
+S = "${WORKDIR}/bios_${PV}"
+
+do_stage() {
+ install -d ${BIOS_INSTALL_DIR}
+ cp -pPrf ${S}/* ${BIOS_INSTALL_DIR}
+ chmod 755 -R ${BIOS_INSTALL_DIR}/*
+}
+
+AUTOTOOLS_NATIVE_STAGE_INSTALL="1"
+