Last user was dspdce-fw which is removed. Remove this now unused support library.
Signed-off-by: Andrew Davis <[email protected]> --- .../recipes-ti/includes/ti-paths.inc | 2 -- meta-ti-extras/recipes-ti/osal/ti-osal.inc | 24 ------------------- .../recipes-ti/osal/ti-osal_1.24.00.09.bb | 9 ------- 3 files changed, 35 deletions(-) delete mode 100644 meta-ti-extras/recipes-ti/osal/ti-osal.inc delete mode 100644 meta-ti-extras/recipes-ti/osal/ti-osal_1.24.00.09.bb 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" export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree" export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" -export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree" 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 export MATHLIB_C674_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C674_INSTALL_DIR_RECIPE}" export MPM_INSTALL_DIR = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}" export OMP_INSTALL_DIR = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}" -export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}" export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" export SWTOOLS_INSTALL_DIR = "${STAGING_DIR_TARGET}${SWTOOLS_INSTALL_DIR_RECIPE}" 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 @@ -DESCRIPTION = "TI Operating System Abstraction Library (OSAL)" -HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/osal" -LICENSE = "BSD-3-Clause & 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 = "(.*)" 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 @@ -require ti-osal.inc - -PV = "1_24_00_09" -PR = "r0" - -LIC_FILES_CHKSUM = "file://osal_${PV}_Manifest.html;md5=c110191994d011cee4cd02189ed3c9f4" - -SRC_URI[osaltarball.md5sum] = "a7ea85447fa0ff0f786d527a52fa6e8b" -SRC_URI[osaltarball.sha256sum] = "d14f1f43c8a7965e86add69bd813cea56ea7e38abeb55de3fdcdaf4a69f19bf3" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17970): https://lists.yoctoproject.org/g/meta-ti/message/17970 Mute This Topic: https://lists.yoctoproject.org/mt/108609632/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
