aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/osal/ti-osal.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/osal/ti-osal.inc')
-rw-r--r--recipes-ti/osal/ti-osal.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-ti/osal/ti-osal.inc b/recipes-ti/osal/ti-osal.inc
deleted file mode 100644
index 0a966d40..00000000
--- a/recipes-ti/osal/ti-osal.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "TI Operating System Abstraction Library (OSAL)"
-HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal"
-LICENSE = "BSD & EPL-1.0"
-SECTION = "devel"
-
-require ../includes/ti-paths.inc
-require ../includes/ti-staging.inc
-
-S = "${WORKDIR}/osal_${PV}"
-
-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal/${PV}/exports/osal_${PV}.tar.gz;name=osaltarball"
-
-do_install() {
- install -d ${D}${OSAL_INSTALL_DIR_RECIPE}
- cp -pPrf ${S}/* ${D}${OSAL_INSTALL_DIR_RECIPE}
-}
-
-INSANE_SKIP_${PN}-dev = "staticdev"
-
-ALLOW_EMPTY_${PN} = "1"
-FILES_${PN}-dev += "${OSAL_INSTALL_DIR_RECIPE}"
-
-COMPATIBLE_HOST ?= "null"
-COMPATIBLE_HOST_ti-soc = "(.*)"