diff options
author | Koen Kooi <k-kooi@ti.com> | 2011-07-06 09:57:44 +0100 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2011-07-06 15:34:44 +0100 |
commit | cf66e1cd2881822c7e3fae1284e4b486e55c36c7 (patch) | |
tree | 175fe288bf34c83a90e2d43c60c5d6b2b2345cf7 /recipes-ti/bios | |
parent | 588b123a84e59d87a03d608ab5ed7e837910eb35 (diff) | |
download | meta-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.inc | 21 | ||||
-rw-r--r-- | recipes-ti/bios/ti-sysbios_6.31.04.27.bb | 8 |
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 @@ | |||
1 | DESCRIPTION = "TI SYS/BIOS v6 Kernel" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "BSD" | ||
5 | |||
6 | require ../includes/ti-paths.inc | ||
7 | require ../includes/ti-staging.inc | ||
8 | require ../includes/ti-eula-unpack.inc | ||
9 | |||
10 | S = "${WORKDIR}/bios_${PV}" | ||
11 | |||
12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" | ||
13 | |||
14 | BINFILE="bios_setuplinux_${PV}.bin" | ||
15 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" | ||
16 | |||
17 | do_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 @@ | |||
1 | require ti-sysbios.inc | ||
2 | |||
3 | PV = "6_31_04_27" | ||
4 | LIC_FILES_CHKSUM = "file://sysbios_6_31_04_27_manifest.html;md5=36efea2939274c46b73f5e170abaffcb" | ||
5 | |||
6 | SRC_URI[sysbiosbin.md5sum] = "c82e1d3afc9e2d3e88b0e4137f152ed6" | ||
7 | SRC_URI[sysbiosbin.sha256sum] = "92337cf3197d2b7ffe2316f311cd163be7b470acbb032273894d7d39182f4227" | ||
8 | |||