summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libfslcodec/libfslcodec.inc
Commit message (Collapse)AuthorAgeFilesLines
* libfslcodec: Add 'test-bin' and 'test-sources' packagesOtavio Salvador2014-02-201-4/+13
| | | | | | | Add the libfslcodec-test-bin (with built binaries for testing) and libfslcodec-test-sources (with testing applications source code). Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Enable/disable the VPU support based on SoCOtavio Salvador2014-02-201-1/+8
| | | | | | This enables the VPU support for all SoCs but MX23, MX28 and MX6SL. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Drop sanity check override for .so filesOtavio Salvador2014-02-201-2/+1
| | | | | | | | The .so files are not being deployed in the regular packages, just the -dev ones, so we can drop this sanity check workaround and the respective FIXME entry. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Fix package strip logicOtavio Salvador2014-02-121-0/+1
| | | | | | | | | | | | | OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: Iee83b7b057c5db01c5b7ea435f6b35b508e23119 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Update to 3.0.9Lauren Post2013-11-051-3/+5
| | | | | | | | Released with 3.10.9-1.0.0 release Change-Id: I1fd4fd1e3eb7dad5196c58ccfa71501954ecae20 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Update to 3.0.8 versionOtavio Salvador2013-07-311-1/+4
| | | | | | | | | | | | | | | | | | | | This release includes support for Hard Float-Point and we then add support for it to behave properly depending on the machine tune choice. One thing to note about this new release is it /removes/ AAC and OGG codecs from the package. This change has been based on changes done in meta-fsl-bsp-release, 3.5.7 dylan branch, by Lauren Post <lauren.post@freescale.com> and Jun Zhu <R01007@freescale.com>. The file, used in SRC_URI, is from 3.5.7-1.0.0 BSP but its contents explicitly say it is a 3.0.8 release so we use the source version to avoid supporting different version from different kernel releases. Change-Id: Icdbd2ca686b86badaf1558f609b2beb911b01fe8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Update to version 3.0.7Daiane Angolini2013-05-281-2/+0
| | | | | | | | The 3.0.7 version is compatible with MX28, MX53 and MX6 SoCs so we move them all to this release. Change-Id: Iffb871c2a846391e8d628df5e3f1c9202ff29fa4 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* libfslcodec: Add libfslcodec-meta which includes all codecsOtavio Salvador2013-05-281-0/+10
| | | | | | | | | The libfslcodec-meta is specially useful for debugging so we can test if a failure is due a missing dependency across codecs or to provide demo images which has a wide range of supported codecs. Change-Id: Ic6deb1f7c1eab70405078ed79757dd57d9f29316 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Group ARM12, ARM11 and ARM9 packagesOtavio Salvador2013-05-281-20/+17
| | | | | | | | | | | | This rework the packages so we have all instruction set packages in same binary, with respective 'wrap' libraries. The complexity to proper choose it is not worth and error prone so we avoid it. This also fixes the 'wrap' libraries path as they should be inside 'imx-mm' directory. Change-Id: I7f375b612807a429727c971083e19773b45691d3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Add .inc file in order to reuse codeDaiane Angolini2013-04-101-0/+58
Include libfslcodec.inc file in order to reuse code for future newer versions of this packaged to be added. Change-Id: Ic9737f8a468680a9f8cb73baa59c4622655dc33a Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>