summaryrefslogtreecommitdiffstats
path: root/extras/recipes-ti/bios/ti-dspbios.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /extras/recipes-ti/bios/ti-dspbios.inc
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-88867c1d96684925027a0ecc9e25c6ea70040cc6.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'extras/recipes-ti/bios/ti-dspbios.inc')
-rw-r--r--extras/recipes-ti/bios/ti-dspbios.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/extras/recipes-ti/bios/ti-dspbios.inc b/extras/recipes-ti/bios/ti-dspbios.inc
new file mode 100644
index 00000000..0e3fa62d
--- /dev/null
+++ b/extras/recipes-ti/bios/ti-dspbios.inc
@@ -0,0 +1,25 @@
1DESCRIPTION = "TI DSP/BIOS v5 Kernel"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios"
3SECTION = "devel"
4LICENSE = "TI"
5
6# We can't depend on license files to be present, so just use the TI logo
7LIC_FILES_CHKSUM = "file://docs/tilogo.gif;md5=f049a774c576a5cef3fca4932d707b39"
8
9require ../includes/ti-paths.inc
10require ../includes/ti-staging.inc
11require ../includes/ti-eula-unpack.inc
12
13TI_BIN_UNPK_WDEXT="/bios_${PV}"
14S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}"
15
16SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin"
17
18BINFILE="bios_setuplinux_${PV}.bin"
19TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
20
21do_install() {
22 install -d ${D}${BIOS_INSTALL_DIR_RECIPE}
23 cp -pPrf ${S}/* ${D}${BIOS_INSTALL_DIR_RECIPE}
24}
25