summaryrefslogtreecommitdiffstats
path: root/recipes-ti/osal
diff options
context:
space:
mode:
authorGou, Hongmei <h-gou@ti.com>2015-09-03 02:04:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-09-08 18:36:23 -0400
commit0b3a26ca45b0ce88805e04baab151cabb99c7e83 (patch)
tree08ed9bc5c3c2e3d71d3ecbe9e8ac7ae2a51b9a40 /recipes-ti/osal
parent5c129778bdcc8e07ace47460a98cfb22aba701a7 (diff)
downloadmeta-ti-0b3a26ca45b0ce88805e04baab151cabb99c7e83.tar.gz
ti-osal: add the latest version of 1.24.00.09
* ti-osal is added for building dspdce-fw and ipumm-fw in Yocto Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/osal')
-rw-r--r--recipes-ti/osal/ti-osal.inc21
-rw-r--r--recipes-ti/osal/ti-osal_1.24.00.09.bb9
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes-ti/osal/ti-osal.inc b/recipes-ti/osal/ti-osal.inc
new file mode 100644
index 00000000..09ee883a
--- /dev/null
+++ b/recipes-ti/osal/ti-osal.inc
@@ -0,0 +1,21 @@
1DESCRIPTION = "TI Operating System Abstraction Library (OSAL)"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal"
3LICENSE = "BSD & EPL"
4SECTION = "devel"
5
6require ../includes/ti-paths.inc
7require ../includes/ti-staging.inc
8
9S = "${WORKDIR}/osal_${PV}"
10
11SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal/${PV}/exports/osal_${PV}.tar.gz;name=osaltarball"
12
13do_install() {
14 install -d ${D}${OSAL_INSTALL_DIR_RECIPE}
15 cp -pPrf ${S}/* ${D}${OSAL_INSTALL_DIR_RECIPE}
16}
17
18INSANE_SKIP_${PN}-dev = "staticdev"
19
20ALLOW_EMPTY_${PN} = "1"
21FILES_${PN}-dev += "${OSAL_INSTALL_DIR_RECIPE}"
diff --git a/recipes-ti/osal/ti-osal_1.24.00.09.bb b/recipes-ti/osal/ti-osal_1.24.00.09.bb
new file mode 100644
index 00000000..226458be
--- /dev/null
+++ b/recipes-ti/osal/ti-osal_1.24.00.09.bb
@@ -0,0 +1,9 @@
1require ti-osal.inc
2
3PV = "1_24_00_09"
4PR = "r0"
5
6LIC_FILES_CHKSUM = "file://osal_${PV}_Manifest.html;md5=c110191994d011cee4cd02189ed3c9f4"
7
8SRC_URI[osaltarball.md5sum] = "a7ea85447fa0ff0f786d527a52fa6e8b"
9SRC_URI[osaltarball.sha256sum] = "d14f1f43c8a7965e86add69bd813cea56ea7e38abeb55de3fdcdaf4a69f19bf3"