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 | |
| 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>
| -rw-r--r-- | recipes-ti/includes/ti-paths.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/osal/ti-osal.inc | 21 | ||||
| -rw-r--r-- | recipes-ti/osal/ti-osal_1.24.00.09.bb | 9 |
3 files changed, 32 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc index b902cbb8..bd80fa11 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc | |||
| @@ -44,6 +44,7 @@ export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" | |||
| 44 | export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" | 44 | export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" |
| 45 | export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" | 45 | export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" |
| 46 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" | 46 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" |
| 47 | export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" | ||
| 47 | 48 | ||
| 48 | # This is where the tools will end up in sysroot | 49 | # This is where the tools will end up in sysroot |
| 49 | export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" | 50 | export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" |
| @@ -78,6 +79,7 @@ export UIA_INSTALL_DIR = "${STAGING_DIR_TARGET}${UIA_INSTALL_DIR_RECIPE}" | |||
| 78 | export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}" | 79 | export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}" |
| 79 | export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" | 80 | export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" |
| 80 | export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" | 81 | export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" |
| 82 | export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}" | ||
| 81 | 83 | ||
| 82 | DSPSUFFIX_omapl137 = "x674" | 84 | DSPSUFFIX_omapl137 = "x674" |
| 83 | DSPSUFFIX_omapl138 = "x674" | 85 | DSPSUFFIX_omapl138 = "x674" |
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" | ||
