aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/codec-engine
AgeCommit message (Collapse)Author
2016-12-21remaining recipes: fix build issue due to bb.data.* deprecationDenys Dmytriyenko
Causes following error: Exception: AttributeError: module 'bb.data' has no attribute 'getVar' Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-08ti-codec-engine: update to version 3.24.00.08Gou, Hongmei
* version update and install/stage the source tree w/o compiling examples Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-06-23Use INSANE_SKIP_${PN} = "installed-vs-shipped"Ash Charles
A number of recipes in recipes-ti install more files than are packaged causing lots of QA errors. We choose to ignore these. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-28meta-ti: Fix quotes to make new bitbake happyKhem Raj
Changes from the original patch: * Matrix is no longer available, no fixes necessary * Most of the recipes-ti/ was cleaned up by Koen's earlier patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-20ti-codecs-omap3530: fix for corrected ti-eula-unpackPeter A. Bigot
Remove directory prefix for tar files that use TI_BIN_UNPK_CMDS that specifies unpacking into workdir; formerly that specification was ignored and these were unpacked into a package-specific subdirectory of ${HOME}=${WORKDIR}. Note c64xplus_deinterlacer overrides TI_BIN_UNPK_CMDS and does not specify workdir, so its prefix is correct. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-12-29ti-codec-engine: move PR_append into recipeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-29ti-codec-engine: work around XDC runtime errorPeter A. Bigot
do_compile produces: js: "/prj/oe/bb/build/tmp-eglibc/work/beagleboard-angstrom-linux-gnueabi/ti-codec-engine-2_26_02_11-r114a/codec_engine_2_26_02_11/packages/ti/sdo/ce/osal/linux/package.xs", line 50: XDC runtime error: gnu.targets.arm.GCArmv5T: '$used' is sealed Fix comments out the conditional check per suggestion in http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/t/110920.aspx Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-29ti-codec-engine: move license checksum to recipeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16TI recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where neededKoen Kooi
With machine specific staging in OE-core the tools (xdc, dmai, etc) can drop the PACKAGE_ARCH munging. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16ti-codecs-omap3530: disable c6accel, build fix, add LIC_FILES_CHKSUMEnrico Butera
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>
2011-08-16ti-codec-engine: fix -dbg packagingKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16c6accel: move to a seperate dirKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16dmai: move into a seperate dirKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16import codec engine and dependencies from oe classicEnrico Butera
Signed-off-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>