diff options
author | Enrico Butera <ebutera@users.berlios.de> | 2011-08-07 20:23:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:07 +0200 |
commit | 17c027e2aede4fb92c82cf92f91fc38529789a7b (patch) | |
tree | a26e2410c6ae4e8dc6bb8b2f06af6d21efb2171e /recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb | |
parent | 2f686a8a7794698c25363a6a00598d4f77a5b3e5 (diff) | |
download | meta-ti-17c027e2aede4fb92c82cf92f91fc38529789a7b.tar.gz |
ti-codecs-omap3530: disable c6accel, build fix, add LIC_FILES_CHKSUM
c6accel build is still broken so disable it in codec server for now, at least
we have a buildable codec server.
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb')
-rw-r--r-- | recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb index f0079794..0bacf91d 100644 --- a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb +++ b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb | |||
@@ -10,6 +10,8 @@ PR_append = "a" | |||
10 | 10 | ||
11 | PV="4_00_00_00" | 11 | PV="4_00_00_00" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://packages/ti/sdo/server/cs/docs/cs1omap3530_software_manifest.pdf;md5=84444ba7c7abe117c30f9c960d1930ec" | ||
14 | |||
13 | CODEC_SUITE_NAME="${WORKDIR}/${PN}_${PV}" | 15 | CODEC_SUITE_NAME="${WORKDIR}/${PN}_${PV}" |
14 | 16 | ||
15 | SRCREV = "8393c892b09e0ac42b19ff1531e232478c3b1a6c" | 17 | SRCREV = "8393c892b09e0ac42b19ff1531e232478c3b1a6c" |
@@ -27,7 +29,8 @@ SRC_URI="http://software-dl.ti.com/dsps/dsps_public_sw/codecs/OMAP35xx//OMAP35xx | |||
27 | http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Speech//C64XPlus_Speech_latest/c64xplus_g711_1_12_00_000_production.bin;name=g711 \ | 29 | http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Speech//C64XPlus_Speech_latest/c64xplus_g711_1_12_00_000_production.bin;name=g711 \ |
28 | http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/OMAP35xx_DM37xx_C64xPLUS_Algorithms/01_00_00_07//exports/c64xplus_deinterlacer_01_00_00_07_production.bin;name=i2p \ | 30 | http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/OMAP35xx_DM37xx_C64xPLUS_Algorithms/01_00_00_07//exports/c64xplus_deinterlacer_01_00_00_07_production.bin;name=i2p \ |
29 | git://arago-project.org/git/projects/codec-servers.git;protocol=git \ | 31 | git://arago-project.org/git/projects/codec-servers.git;protocol=git \ |
30 | 32 | \ | |
33 | file://disable-c6accel.diff \ | ||
31 | " | 34 | " |
32 | 35 | ||
33 | SRC_URI[h264enc.md5sum] = "4a7a4698b1db360fe103aae76127a4ec" | 36 | SRC_URI[h264enc.md5sum] = "4a7a4698b1db360fe103aae76127a4ec" |
@@ -65,7 +68,7 @@ TI_BIN_UNPK_CMDS = "Y:workdir" | |||
65 | 68 | ||
66 | S = "${CODEC_SUITE_NAME}" | 69 | S = "${CODEC_SUITE_NAME}" |
67 | 70 | ||
68 | DEPENDS = "ti-cgt6x ti-xdctools ti-dspbios ti-codec-engine ti-linuxutils ti-c6accel" | 71 | DEPENDS = "ti-cgt6x ti-xdctools ti-dspbios ti-codec-engine ti-linuxutils" |
69 | 72 | ||
70 | #generic codec | 73 | #generic codec |
71 | DSPSUFFIX_omap3530 = "x64P" | 74 | DSPSUFFIX_omap3530 = "x64P" |