There were two problems here:
* The 'vssconfig' files need to be removed so the displays are
auto-configured directly.
* Fix a problem with a missing library. The code tries to 'dlopen' a
shared library using the symbolic link instead of the soname. But the
symbolic link is only installed with the development package PN-dev,
so it's not available with the normal 'gst-fsl-plugin' package. Added
patch that fixes this problem.
https://jira.digi.com/browse/DEL-167
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
The patch sent upstream (meta-fsl-arm) was acepted and integrated so
this change is no longer needed.
This reverts commit 7d7d7ee49c.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
For MX5 machines, gst-fsl-plugin has build-time dependences on the
pre-built fsl-mm-mp3enc and fsl-mm-flv codec libraries.
If the mp3enc library is not in the sysroot, the 'libmfw_gst_mp3enc.so'
is not built.
If the fsl-mm-flv is not in the sysroot, the configure process warns
about:
"Unable to determine soname of lib_flv_parser_arm9_elinux.3.0.so library"
and the resulting 'aiur_registry.arm11.cf' gets a wrong entry for
flv_parser library.
Similar patch was sent upstream (meta-fsl-arm). Once upstream integrates
the patch, this commit should be reverted.
https://jira.digi.com/browse/DEL-162
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
All bbappend files will start as follows:
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
We want customers that use meta-digi-del to be able to define their own
distros without breaking our recipes.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
We have been using ${PN}-${PV}, change to use only the package name and
leave ${PN}-${PV} for actual recipes.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>