summaryrefslogtreecommitdiffstats
path: root/extras/recipes-ti/bios/ti-biosutils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-ti/bios/ti-biosutils.inc')
-rw-r--r--extras/recipes-ti/bios/ti-biosutils.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/extras/recipes-ti/bios/ti-biosutils.inc b/extras/recipes-ti/bios/ti-biosutils.inc
new file mode 100644
index 00000000..d562c2dd
--- /dev/null
+++ b/extras/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