diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-23 15:58:35 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-23 15:58:35 +0200 |
| commit | aa4f5f6617ec0b767553c385fe037ec111b8e526 (patch) | |
| tree | ef46343bbf88496cf279c5d2268c87d345781f29 /recipes-ti/bios | |
| parent | 847346ea03ea474a9f19b4dc41ab11679af110e4 (diff) | |
| download | meta-ti-aa4f5f6617ec0b767553c385fe037ec111b8e526.tar.gz | |
ti-biosutils: add 1.02.02 from OE .dev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/bios')
| -rw-r--r-- | recipes-ti/bios/ti-biosutils.inc | 18 | ||||
| -rw-r--r-- | recipes-ti/bios/ti-biosutils_1.02.02.bb | 8 |
2 files changed, 26 insertions, 0 deletions
diff --git a/recipes-ti/bios/ti-biosutils.inc b/recipes-ti/bios/ti-biosutils.inc new file mode 100644 index 00000000..d562c2dd --- /dev/null +++ b/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 | |||
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 index 00000000..918f1240 --- /dev/null +++ b/recipes-ti/bios/ti-biosutils_1.02.02.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require ti-biosutils.inc | ||
| 2 | |||
| 3 | PV = "1_02_02" | ||
| 4 | PVsuffix = "_02" | ||
| 5 | |||
| 6 | SRC_URI[biosutilstarball.md5sum] = "0654e9e72b0a6fc7a6575829c0cd90c9" | ||
| 7 | SRC_URI[biosutilstarball.sha256sum] = "df486500bdc8dbe3800fc7efe4241e6fa5b1827ba7c0dc17a71b41d42ef921e1" | ||
| 8 | |||
