1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

ti-biosutils: add 1.02.02 from OE .dev

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-23 15:58:35 +02:00
parent 847346ea03
commit aa4f5f6617
2 changed files with 26 additions and 0 deletions
+18
View File
@@ -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}
}
+8
View File
@@ -0,0 +1,8 @@
require ti-biosutils.inc
PV = "1_02_02"
PVsuffix = "_02"
SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9"
SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"