diff options
| author | Andrew Davis <afd@ti.com> | 2024-09-23 10:07:40 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-09-23 13:51:38 -0500 |
| commit | 348fa454bcfb6334fe91939b1735c7ee41cf2512 (patch) | |
| tree | d6532003b3ce2861fa01c758eb95019079e1de8c /meta-ti-extras | |
| parent | 1858e784545602001d5a94a8cce80b1e9878dcd5 (diff) | |
| download | meta-ti-348fa454bcfb6334fe91939b1735c7ee41cf2512.tar.gz | |
meta-ti-extras: ti-osal: Remove this recipecicd.master.202409270100cicd.master.202409260100
Last user was dspdce-fw which is removed. Remove this now unused
support library.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
| -rw-r--r-- | meta-ti-extras/recipes-ti/includes/ti-paths.inc | 2 | ||||
| -rw-r--r-- | meta-ti-extras/recipes-ti/osal/ti-osal.inc | 24 | ||||
| -rw-r--r-- | meta-ti-extras/recipes-ti/osal/ti-osal_1.24.00.09.bb | 9 |
3 files changed, 0 insertions, 35 deletions
diff --git a/meta-ti-extras/recipes-ti/includes/ti-paths.inc b/meta-ti-extras/recipes-ti/includes/ti-paths.inc index e8b0f17b..9f8b5897 100644 --- a/meta-ti-extras/recipes-ti/includes/ti-paths.inc +++ b/meta-ti-extras/recipes-ti/includes/ti-paths.inc | |||
| @@ -20,7 +20,6 @@ export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree" | |||
| 20 | export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree" | 20 | export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree" |
| 21 | export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" | 21 | export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" |
| 22 | export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" | 22 | export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" |
| 23 | export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" | ||
| 24 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" | 23 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" |
| 25 | export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree" | 24 | export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree" |
| 26 | export SWTOOLS_INSTALL_DIR_RECIPE = "${installdir}/ti-swtools-tree" | 25 | export SWTOOLS_INSTALL_DIR_RECIPE = "${installdir}/ti-swtools-tree" |
| @@ -48,7 +47,6 @@ export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL_DI | |||
| 48 | export MATHLIB_C674_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C674_INSTALL_DIR_RECIPE}" | 47 | export MATHLIB_C674_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C674_INSTALL_DIR_RECIPE}" |
| 49 | export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}" | 48 | export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}" |
| 50 | export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" | 49 | export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" |
| 51 | export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}" | ||
| 52 | export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" | 50 | export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" |
| 53 | export SWTOOLS_INSTALL_DIR = "${STAGING_DIR_TARGET}${SWTOOLS_INSTALL_DIR_RECIPE}" | 51 | export SWTOOLS_INSTALL_DIR = "${STAGING_DIR_TARGET}${SWTOOLS_INSTALL_DIR_RECIPE}" |
| 54 | export SYSBIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${SYSBIOS_INSTALL_DIR_RECIPE}" | 52 | export SYSBIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${SYSBIOS_INSTALL_DIR_RECIPE}" |
diff --git a/meta-ti-extras/recipes-ti/osal/ti-osal.inc b/meta-ti-extras/recipes-ti/osal/ti-osal.inc deleted file mode 100644 index b0470793..00000000 --- a/meta-ti-extras/recipes-ti/osal/ti-osal.inc +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 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-3-Clause & EPL-1.0" | ||
| 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}" | ||
| 22 | |||
| 23 | COMPATIBLE_HOST ?= "null" | ||
| 24 | COMPATIBLE_HOST:ti-soc = "(.*)" | ||
diff --git a/meta-ti-extras/recipes-ti/osal/ti-osal_1.24.00.09.bb b/meta-ti-extras/recipes-ti/osal/ti-osal_1.24.00.09.bb deleted file mode 100644 index 226458be..00000000 --- a/meta-ti-extras/recipes-ti/osal/ti-osal_1.24.00.09.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 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" | ||
