aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios/ti-biosutils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/bios/ti-biosutils.inc')
-rw-r--r--recipes-ti/bios/ti-biosutils.inc18
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 @@
-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}
-}
-