summaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-23 15:58:35 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-23 15:58:35 +0200
commitaa4f5f6617ec0b767553c385fe037ec111b8e526 (patch)
treeef46343bbf88496cf279c5d2268c87d345781f29 /recipes-ti/bios
parent847346ea03ea474a9f19b4dc41ab11679af110e4 (diff)
downloadmeta-ti-aa4f5f6617ec0b767553c385fe037ec111b8e526.tar.gz
ti-biosutils: add 1.02.02 from OE .dev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r--recipes-ti/bios/ti-biosutils.inc18
-rw-r--r--recipes-ti/bios/ti-biosutils_1.02.02.bb8
2 files changed, 26 insertions, 0 deletions
diff --git a/recipes-ti/bios/ti-biosutils.inc b/recipes-ti/bios/ti-biosutils.inc
new file mode 100644
index 00000000..d562c2dd
--- /dev/null
+++ b/recipes-ti/bios/ti-biosutils.inc
@@ -0,0 +1,18 @@
1DESCRIPTION = "TI DSP/BIOS Utilities"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/Bios_Utils"
3SECTION = "devel"
4LICENSE = "TI"
5LIC_FILES_CHKSUM = "file://packages/ti/bios/utils/Load.c;md5=e666d585907c3456e82b7e10f7a09a73"
6
7require ../includes/ti-paths.inc
8require ../includes/ti-staging.inc
9
10S = "${WORKDIR}/biosutils_${PV}"
11
12SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/Bios_Utils/${PV}${PVsuffix}/exports/biosutils_${PV}.tar.gz;name=biosutilstarball"
13
14do_install() {
15 install -d ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
16 cp -pPrf ${S}/* ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
17}
18
diff --git a/recipes-ti/bios/ti-biosutils_1.02.02.bb b/recipes-ti/bios/ti-biosutils_1.02.02.bb
new file mode 100644
index 00000000..918f1240
--- /dev/null
+++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb
@@ -0,0 +1,8 @@
1require ti-biosutils.inc
2
3PV = "1_02_02"
4PVsuffix = "_02"
5
6SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9"
7SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
8