diff options
| author | Gou, Hongmei <h-gou@ti.com> | 2015-09-03 02:04:30 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-09-08 18:36:23 -0400 |
| commit | 0b3a26ca45b0ce88805e04baab151cabb99c7e83 (patch) | |
| tree | 08ed9bc5c3c2e3d71d3ecbe9e8ac7ae2a51b9a40 /recipes-ti/osal | |
| parent | 5c129778bdcc8e07ace47460a98cfb22aba701a7 (diff) | |
| download | meta-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.inc | 21 | ||||
| -rw-r--r-- | recipes-ti/osal/ti-osal_1.24.00.09.bb | 9 |
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 @@ | |||
| 1 | DESCRIPTION = "TI Operating System Abstraction Library (OSAL)" | ||
| 2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal" | ||
| 3 | LICENSE = "BSD & EPL" | ||
| 4 | SECTION = "devel" | ||
| 5 | |||
| 6 | require ../includes/ti-paths.inc | ||
| 7 | require ../includes/ti-staging.inc | ||
| 8 | |||
| 9 | S = "${WORKDIR}/osal_${PV}" | ||
| 10 | |||
| 11 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal/${PV}/exports/osal_${PV}.tar.gz;name=osaltarball" | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | install -d ${D}${OSAL_INSTALL_DIR_RECIPE} | ||
| 15 | cp -pPrf ${S}/* ${D}${OSAL_INSTALL_DIR_RECIPE} | ||
| 16 | } | ||
| 17 | |||
| 18 | INSANE_SKIP_${PN}-dev = "staticdev" | ||
| 19 | |||
| 20 | ALLOW_EMPTY_${PN} = "1" | ||
| 21 | FILES_${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 @@ | |||
| 1 | require ti-osal.inc | ||
| 2 | |||
| 3 | PV = "1_24_00_09" | ||
| 4 | PR = "r0" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://osal_${PV}_Manifest.html;md5=c110191994d011cee4cd02189ed3c9f4" | ||
| 7 | |||
| 8 | SRC_URI[osaltarball.md5sum] = "a7ea85447fa0ff0f786d527a52fa6e8b" | ||
| 9 | SRC_URI[osaltarball.sha256sum] = "d14f1f43c8a7965e86add69bd813cea56ea7e38abeb55de3fdcdaf4a69f19bf3" | ||
