]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/commitdiff
ti-biosutils: add 1.02.02 from OE .dev
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 23 Jun 2011 13:58:35 +0000 (15:58 +0200)
committerKoen Kooi <koen@dominion.thruhere.net>
Thu, 23 Jun 2011 13:58:35 +0000 (15:58 +0200)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-ti/bios/ti-biosutils.inc [new file with mode: 0644]
recipes-ti/bios/ti-biosutils_1.02.02.bb [new file with mode: 0644]

diff --git a/recipes-ti/bios/ti-biosutils.inc b/recipes-ti/bios/ti-biosutils.inc
new file mode 100644 (file)
index 0000000..d562c2d
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "TI DSP/BIOS Utilities"
+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/Bios_Utils"
+SECTION = "devel"
+LICENSE = "TI"
+LIC_FILES_CHKSUM = "file://packages/ti/bios/utils/Load.c;md5=e666d585907c3456e82b7e10f7a09a73"
+
+require ../includes/ti-paths.inc
+require ../includes/ti-staging.inc
+
+S = "${WORKDIR}/biosutils_${PV}"
+
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/Bios_Utils/${PV}${PVsuffix}/exports/biosutils_${PV}.tar.gz;name=biosutilstarball"
+
+do_install() {
+    install -d ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
+    cp -pPrf ${S}/* ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
+}
+
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 (file)
index 0000000..918f124
--- /dev/null
@@ -0,0 +1,8 @@
+require ti-biosutils.inc
+
+PV = "1_02_02"
+PVsuffix = "_02"
+
+SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9"
+SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
+