summaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2011-07-06 09:57:44 +0100
committerKoen Kooi <k-kooi@ti.com>2011-07-06 15:34:44 +0100
commitcf66e1cd2881822c7e3fae1284e4b486e55c36c7 (patch)
tree175fe288bf34c83a90e2d43c60c5d6b2b2345cf7 /recipes-ti/bios
parent588b123a84e59d87a03d608ab5ed7e837910eb35 (diff)
downloadmeta-ti-cf66e1cd2881822c7e3fae1284e4b486e55c36c7.tar.gz
add sysbios 6.31.04.27
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r--recipes-ti/bios/ti-sysbios.inc21
-rw-r--r--recipes-ti/bios/ti-sysbios_6.31.04.27.bb8
2 files changed, 29 insertions, 0 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc
new file mode 100644
index 00000000..d04a1581
--- /dev/null
+++ b/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
diff --git a/recipes-ti/bios/ti-sysbios_6.31.04.27.bb b/recipes-ti/bios/ti-sysbios_6.31.04.27.bb
new file mode 100644
index 00000000..107affdc
--- /dev/null
+++ b/recipes-ti/bios/ti-sysbios_6.31.04.27.bb
@@ -0,0 +1,8 @@
1require ti-sysbios.inc
2
3PV = "6_31_04_27"
4LIC_FILES_CHKSUM = "file://sysbios_6_31_04_27_manifest.html;md5=36efea2939274c46b73f5e170abaffcb"
5
6SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6"
7SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227"
8