From 152cf43ce7980fafd7a227eab580caeaa5c4cadc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 29 Nov 2010 12:11:13 +0100 Subject: [PATCH] ti framework components: add version 3.20.00.22 FC 3.x is intended for SYS/BIOS 6 users. DSP/BIOS 5 users (including most DVSDK users) should continue to use FC 2.x releases! Signed-off-by: Koen Kooi --- recipes/ti/ti-framework-components3.inc | 17 +++++++++++++++++ .../ti/ti-framework-components3_3.20.00.22.bb | 8 ++++++++ recipes/ti/ti-paths.inc | 2 ++ 3 files changed, 27 insertions(+) create mode 100644 recipes/ti/ti-framework-components3.inc create mode 100644 recipes/ti/ti-framework-components3_3.20.00.22.bb diff --git a/recipes/ti/ti-framework-components3.inc b/recipes/ti/ti-framework-components3.inc new file mode 100644 index 0000000000..67e989ac5a --- /dev/null +++ b/recipes/ti/ti-framework-components3.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "TI Framework Components" +HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc" +SECTION = "devel" +LICENSE = "BSD" + +require ti-paths.inc +require ti-staging.inc + +S = "${WORKDIR}/framework_components_${PV}" + +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball" + +do_install() { + install -d ${D}${FC3_INSTALL_DIR_RECIPE} + cp -pPrf ${S}/* ${D}${FC3_INSTALL_DIR_RECIPE} +} + diff --git a/recipes/ti/ti-framework-components3_3.20.00.22.bb b/recipes/ti/ti-framework-components3_3.20.00.22.bb new file mode 100644 index 0000000000..404f67d445 --- /dev/null +++ b/recipes/ti/ti-framework-components3_3.20.00.22.bb @@ -0,0 +1,8 @@ +require ti-framework-components3.inc + +PV = "3_20_00_22" + +SRC_URI[fctarball.md5sum] = "13165d5f68f8bc9ee35de447c748b8ae" +SRC_URI[fctarball.sha256sum] = "8a852707a13c5b2bba4d0dc226d234638da0560ec74c1e68a70c81dac42e143f" + + diff --git a/recipes/ti/ti-paths.inc b/recipes/ti/ti-paths.inc index 1edb10c12d..755fcf1ac8 100644 --- a/recipes/ti/ti-paths.inc +++ b/recipes/ti/ti-paths.inc @@ -8,6 +8,7 @@ export BIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-dspbios-tree" export SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-sysbios-tree" export BIOSUTILS_INSTALL_DIR_RECIPE = "${installdir}/ti-biosutils-tree" export FC_INSTALL_DIR_RECIPE = "${installdir}/ti-framework-components-tree" +export FC3_INSTALL_DIR_RECIPE = "${installdir}/ti-framework-components3-tree" export CE_INSTALL_DIR_RECIPE = "${installdir}/ti-codec-engine-tree" export EDMA3_LLD_INSTALL_DIR_RECIPE = "${installdir}/ti-edma3lld-tree" export EDMA3_LLD_SYSBIOS_INSTALL_DIR_RECIPE = "${installdir}/ti-edma3lld-sysbios-tree" @@ -33,6 +34,7 @@ export BIOS_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${BIOS_IN export SYSBIOS_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${SYSBIOS_INSTALL_DIR_RECIPE}" export BIOSUTILS_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${BIOSUTILS_INSTALL_DIR_RECIPE}" export FC_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${FC_INSTALL_DIR_RECIPE}" +export FC3_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${FC3_INSTALL_DIR_RECIPE}" export CE_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${CE_INSTALL_DIR_RECIPE}" export EDMA3_LLD_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${EDMA3_LLD_INSTALL_DIR_RECIPE}" export EDMA3_LLD_SYSBIOS_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${EDMA3_LLD_SYSBIOS_INSTALL_DIR_RECIPE}" -- 2.39.5