diff options
Diffstat (limited to 'extras/recipes-ti/bios/ti-biosutils.inc')
-rw-r--r-- | extras/recipes-ti/bios/ti-biosutils.inc | 18 |
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 @@ | |||
1 | DESCRIPTION = "TI DSP/BIOS Utilities" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/Bios_Utils" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "TI" | ||
5 | LIC_FILES_CHKSUM = "file://packages/ti/bios/utils/Load.c;md5=e666d585907c3456e82b7e10f7a09a73" | ||
6 | |||
7 | require ../includes/ti-paths.inc | ||
8 | require ../includes/ti-staging.inc | ||
9 | |||
10 | S = "${WORKDIR}/biosutils_${PV}" | ||
11 | |||
12 | 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" | ||
13 | |||
14 | do_install() { | ||
15 | install -d ${D}${BIOSUTILS_INSTALL_DIR_RECIPE} | ||
16 | cp -pPrf ${S}/* ${D}${BIOSUTILS_INSTALL_DIR_RECIPE} | ||
17 | } | ||
18 | |||