Commit Graph

29 Commits

Author SHA1 Message Date
Alex Gonzalez 11bb2bbca7 meta-digi: Do not hardcode distro in PR_appends.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-06 18:25:37 +01:00
Javier Viguera 02b8d8d8ed Revert "fsl-mm-flv-codeclib: workaround to allow ipk creation"
Reported and fixed upstream (meta-fsl-arm).

This reverts commit eee97e48f1.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-01-09 17:17:08 +01:00
Javier Viguera eee97e48f1 fsl-mm-flv-codeclib: workaround to allow ipk creation
The prebuilt libraries int fsl-mm-flv-codeclib package do not follow the
lib*.so.* naming rule, and so the creation of the IPK package fails.

This is a workaround. The proper fix should be send upstream
(meta-fsl-arm).

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-01-04 19:48:55 +01:00
Javier Viguera 8fd25bfd8c meta-digi-arm: move imx-lib to its own directory
As it's done in 'meta-fsl-arm'.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-01-04 19:48:55 +01:00
Javier Viguera f18a3162fc meta-digi-arm: include missing soc-family.inc
This is needed to use SOC_FAMILY data and was the reason why imx-lib was
not compiling correctly (see commit cec37f0).

Thus revert also commit cec37f0 because that workaround is not needed
anymore.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-12-13 13:53:36 +01:00
Alex Gonzalez 77428b3f76 meta-digi: Replace the PR append.
Use +del.rn instead of +digi.n.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-13 13:04:39 +01:00
Javier Viguera cec37f0829 imx-lib: fix do_compile error due to unspecified PLATFORM var
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-12-13 12:53:57 +01:00
Alex Gonzalez c6d61e8205 gst-fsl-plugin: Use upstream source.
DEL patches are still applied on meta-digi-del.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-04 09:50:02 +01:00
Alex Gonzalez 348b7420f9 meta-digi-arm: imx-lib, use upstream sources.
Do not override with local sources.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-03 19:01:24 +01:00
Alex Gonzalez 4e059f7b1e meta-digi-arm: fsl-mm-mp3enc, use upstream sources.
Do not override with local sources.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-03 19:00:39 +01:00
Alex Gonzalez 9b650be0d1 meta-digi-arm: fsl-mm-flv-codeclib, use upstream sources.
Do not override with local sources.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-03 19:00:06 +01:00
Alex Gonzalez c0af75cb23 meta-digi-arm: fsl-mm-codeclib, use upstream sources.
Do not override with local sources.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-03 18:59:26 +01:00
Alex Gonzalez 7bb5e97e36 meta-digi-arm: Fix QA issue with rdepends on fsl-mm-codeclib-dev.
When building del-image-minimal we are seeing the following errors:

NOTE: Running noexec task 1211 of 1214 (ID: 220, /home/alex/Projects/
meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib_2.0.3.bb,
 do_package_write)
ERROR: QA Issue: gst-fsl-plugin rdepends on fsl-mm-codeclib-dev
ERROR: QA run found fatal errors. Please consider fixing them.

NOTE: Running task 853 of 1214 (ID: 221, /home/alex/Projects/
meta-fsl-arm/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib_2.0.3.bb,
 do_package)
NOTE: package fsl-mm-codeclib-2.0.3-r2.0digi.0: task do_package: Started
ERROR: QA Issue: fsl-mm-codeclib rdepends on fsl-mm-codeclib-dev

The error means that fsl-mm-codeclib and gst-fsl-plugin are including
libraries which should only be included on the dev version, typically
.so files.

This is only a workaround, the patch should come from those packages.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-03 12:36:32 +01:00
Alex Gonzalez 4cb2050ba6 meta-digi-arm: Fix warning for fsl-mm-codeclib.
WARNING: For recipe fsl-mm-codeclib, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/lib_ogg_parser_arm9_elinux.3.0.1.07.00
WARNING:   /usr/lib/lib_ogg_parser_arm11_elinux.3.0.1.07.00

Not sure why these aren't .so.x.y.z though.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-03 12:30:08 +01:00
Alex Gonzalez e872b7c2a5 meta-digi-arm: Override fsl-mm-codeclib recipe.
Perform per machine overrides instead of general ones.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-30 19:31:02 +01:00
Alex Gonzalez 3c3fbcbeed meta-digi-arm: Use meta-fsl-arm for gst-plugins-base.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:08:51 +01:00
Alex Gonzalez ecd50d4aca meta-digi-arm: Use an append file for gst-fsl-plugin.
Instead of having the whole recipe in meta-digi-arm, use the original
recipe in meta-fsl-arm and just add a bbappend file with some overrides.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:08:51 +01:00
Alex Gonzalez 91ae867448 meta-digi-arm: Use an append file for imx-lib.
Instead of having the whole recipe in meta-digi-arm, use the original
recipe in meta-fsl-arm and just add a bbappend file with some overrides.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:08:51 +01:00
Alex Gonzalez 3b921c79c9 meta-digi-arm: Use an append file for fsl-mm-mp3enc-codeclib.
Instead of having the whole recipe in meta-digi-arm, use the original
recipe in meta-fsl-arm and just add a bbappend file with some overrides.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:08:51 +01:00
Alex Gonzalez 5285166ec4 meta-digi-arm: Use an append file for fsl-mm-flv-codeclib.
Instead of having the whole recipe in meta-digi-arm, use the original
recipe in meta-fsl-arm and just add a bbappend file with some overrides.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:08:51 +01:00
Alex Gonzalez 4ee1ccc667 meta-digi-arm: Use an append file for fsl-mm-codeclib.
Instead of having the whole recipe in meta-digi-arm, use the original
recipe in meta-fsl-arm and just add a bbappend file with some overrides.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:08:51 +01:00
Alex Gonzalez 5c765c43c5 meta-digi: Add gsl-fls-plugin package.
The package is added in meta-fsl-arm and the customizations are done
in meta-fsl-del.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 10:21:20 +01:00
Alex Gonzalez 855232c9a0 meta-digi-arm: Patch gsl-plugins-base.
This is the same patch we have in del-toolchain.git and the same patch
meta-fsl-arm applies.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 10:15:56 +01:00
Alex Gonzalez 39c219d5c5 meta-fsl-arm: Adding package fsl-mm-mp3enc-codeclib to del-gstreamer task.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 18:12:35 +01:00
Alex Gonzalez 88b1dcb453 meta-fsl-arm: Adding fsl-mm-flv-codeclib package.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 18:06:21 +01:00
Alex Gonzalez 49f97e39ef meta-digi-arm: Add imx-lib package.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 16:47:13 +01:00
Alex Gonzalez b9f421b1b9 fsl-mm-codeclib: Fix qa issue with fsl-mm-codeclib rdepend.
The package was not including all the libraries being installed.

That is because $SOLIBS extens to *.so.*, which meant that the .so files
were not being packaged.

I won't report this upstream as probably the source tarball they use won't
have this problem.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 16:33:57 +01:00
Alex Gonzalez 46a575516c fsl-mm-codeclib: Point to FSL MMK EULA and fix checksums.
The recipe is sourcing the tarball from Logroño's repoes which has a
different checksum than the same version included in meta-fsl-arm.

Go guess.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 16:31:37 +01:00
Alex Gonzalez b01667f276 meta-digi-arm: Add fsl-mm-codeclib to recipes-multimedia.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 12:22:22 +01:00