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:
@@ -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}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
require ti-biosutils.inc
|
||||
|
||||
PV = "1_02_02"
|
||||
PVsuffix = "_02"
|
||||
|
||||
SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9"
|
||||
SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1"
|
||||
|
||||
Reference in New Issue
Block a user