Commit Graph

4 Commits

Author SHA1 Message Date
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 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