diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
commit | 88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch) | |
tree | e1ad8651aa7663850f6dc1108b278f56a2b92a91 /recipes-ti/bios/ti-biosutils.inc | |
parent | a1e2573369c6714956af561523ba274aa9c185f7 (diff) | |
download | meta-ti-split.tar.gz |
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring
extra non-standard dependencies besides oe-core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/bios/ti-biosutils.inc')
-rw-r--r-- | recipes-ti/bios/ti-biosutils.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-ti/bios/ti-biosutils.inc b/recipes-ti/bios/ti-biosutils.inc deleted file mode 100644 index d562c2dd..00000000 --- a/recipes-ti/bios/ti-biosutils.inc +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
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 | |||