From 4e8ae76f4022918eb25509046c29bfcc6eda992d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko <[denis@denix.org]> Date: Mon, 1 Feb 2010 09:52:33 +0100 Subject: ti-codecs-omap3530: fix the URL for previous -42 release Signed-off-by: Koen Kooi --- recipes/ti/ti-codecs-omap3530_1.00.01.42.bb | 54 ++++++++++++++++++++++++++++ recipes/ti/ti-codecs-omap3530_1.01.bb | 56 ----------------------------- 2 files changed, 54 insertions(+), 56 deletions(-) create mode 100644 recipes/ti/ti-codecs-omap3530_1.00.01.42.bb delete mode 100644 recipes/ti/ti-codecs-omap3530_1.01.bb diff --git a/recipes/ti/ti-codecs-omap3530_1.00.01.42.bb b/recipes/ti/ti-codecs-omap3530_1.00.01.42.bb new file mode 100644 index 0000000000..59d211c78c --- /dev/null +++ b/recipes/ti/ti-codecs-omap3530_1.00.01.42.bb @@ -0,0 +1,54 @@ +require ti-codec.inc + +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_3_00/3_00_00_42/exports/cs1omap3530_setuplinux_1_00_01-42.bin" + +# Specify names of the InstallJammer binary file and the tarball it extracts +BINFILE = "cs1omap3530_setuplinux_1_00_01-42.bin" +TI_BIN_UNPK_CMDS = "Y:Y: qY:workdir" + +require ti-eula-unpack.inc + +S = "${WORKDIR}/dvsdk_3_00_01_42/cs1omap3530_1_00_01" + +DEPENDS="ti-codec-engine ti-linuxutils" +RREPLACES_${PN} = "ti-cs1-omap3530" + +export CODEGEN_INSTALL_DIR + +# Yes, the xdc stuff still breaks with a '.' in PWD +PV = "1_00_01_42" +PR = "r5" + +do_compile() { + + make CE_INSTALL_DIR=${CE_INSTALL_DIR} \ + FC_INSTALL_DIR=${FC_INSTALL_DIR} \ + LINK_INSTALL_DIR=${LINK_INSTALL_DIR} \ + CMEM_INSTALL_DIR=${CMEM_INSTALL_DIR} \ + LPM_INSTALL_DIR=${LPM_INSTALL_DIR} \ + BIOS_INSTALL_DIR=${BIOS_INSTALL_DIR} \ + CODEGEN_INSTALL_DIR=${CODEGEN_INSTALL_DIR} \ + XDC_INSTALL_DIR=${XDC_INSTALL_DIR} \ + CODEC_INSTALL_DIR="${S}" \ + XDCARGS="prod" \ + clean + + make CE_INSTALL_DIR=${CE_INSTALL_DIR} \ + FC_INSTALL_DIR=${FC_INSTALL_DIR} \ + LINK_INSTALL_DIR=${LINK_INSTALL_DIR} \ + CMEM_INSTALL_DIR=${CMEM_INSTALL_DIR} \ + LPM_INSTALL_DIR=${LPM_INSTALL_DIR} \ + BIOS_INSTALL_DIR=${BIOS_INSTALL_DIR} \ + CODEGEN_INSTALL_DIR=${CODEGEN_INSTALL_DIR} \ + XDC_INSTALL_DIR=${XDC_INSTALL_DIR} \ + CODEC_INSTALL_DIR="${S}" \ + XDCARGS="prod" \ +} + +do_install () { + install -d ${D}/${installdir}/codec-combo + cd ${S} + for file in `find . -name *.x64P`; do + cp ${file} ${D}/${installdir}/codec-combo + done +} diff --git a/recipes/ti/ti-codecs-omap3530_1.01.bb b/recipes/ti/ti-codecs-omap3530_1.01.bb deleted file mode 100644 index e75075f1b2..0000000000 --- a/recipes/ti/ti-codecs-omap3530_1.01.bb +++ /dev/null @@ -1,56 +0,0 @@ -require ti-codec.inc - -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_3_00/latest//exports/cs1omap3530_setuplinux_1_00_01-42.bin" - -# Specify names of the InstallJammer binary file and the tarball it extracts -BINFILE = "cs1omap3530_setuplinux_1_00_01-42.bin" -TI_BIN_UNPK_CMDS = "Y:Y: qY:workdir" - -require ti-eula-unpack.inc - -S = "${WORKDIR}/dvsdk_3_00_01_42/cs1omap3530_1_00_01" - -DEPENDS="ti-codec-engine ti-linuxutils" -RREPLACES_${PN} = "ti-cs1-omap3530" - -export CODEGEN_INSTALL_DIR - -# Yes, the xdc stuff still breaks with a '.' in PWD -PV = "1_00_1" -PR = "r5" - -do_compile() { - - make CE_INSTALL_DIR=${CE_INSTALL_DIR} \ - FC_INSTALL_DIR=${FC_INSTALL_DIR} \ - LINK_INSTALL_DIR=${LINK_INSTALL_DIR} \ - CMEM_INSTALL_DIR=${CMEM_INSTALL_DIR} \ - LPM_INSTALL_DIR=${LPM_INSTALL_DIR} \ - BIOS_INSTALL_DIR=${BIOS_INSTALL_DIR} \ - CODEGEN_INSTALL_DIR=${CODEGEN_INSTALL_DIR} \ - XDC_INSTALL_DIR=${XDC_INSTALL_DIR} \ - CODEC_INSTALL_DIR="${S}" \ - XDCARGS="prod" \ - clean - - make CE_INSTALL_DIR=${CE_INSTALL_DIR} \ - FC_INSTALL_DIR=${FC_INSTALL_DIR} \ - LINK_INSTALL_DIR=${LINK_INSTALL_DIR} \ - CMEM_INSTALL_DIR=${CMEM_INSTALL_DIR} \ - LPM_INSTALL_DIR=${LPM_INSTALL_DIR} \ - BIOS_INSTALL_DIR=${BIOS_INSTALL_DIR} \ - CODEGEN_INSTALL_DIR=${CODEGEN_INSTALL_DIR} \ - XDC_INSTALL_DIR=${XDC_INSTALL_DIR} \ - CODEC_INSTALL_DIR="${S}" \ - XDCARGS="prod" \ -} - -do_install () { - install -d ${D}/${installdir}/codec-combo - cd ${S} - for file in `find . -name *.x64P`; do - cp ${file} ${D}/${installdir}/codec-combo - done -} - - -- cgit v1.2.3