summaryrefslogtreecommitdiffstats
path: root/extras/recipes-ti/bios/ti-sysbios.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-sysbios.inc
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-split.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-sysbios.inc')
-rw-r--r--extras/recipes-ti/bios/ti-sysbios.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/extras/recipes-ti/bios/ti-sysbios.inc b/extras/recipes-ti/bios/ti-sysbios.inc
new file mode 100644
index 00000000..d04a1581
--- /dev/null
+++ b/extras/recipes-ti/bios/ti-sysbios.inc
@@ -0,0 +1,21 @@
1DESCRIPTION = "TI SYS/BIOS v6 Kernel"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios"
3SECTION = "devel"
4LICENSE = "BSD"
5
6require ../includes/ti-paths.inc
7require ../includes/ti-staging.inc
8require ../includes/ti-eula-unpack.inc
9
10S = "${WORKDIR}/bios_${PV}"
11
12SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin"
13
14BINFILE="bios_setuplinux_${PV}.bin"
15TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
16
17do_install() {
18 install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
19 cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
20}
21