Re: [meta-freescale] Merge of 3.14.52 GA into master and jethro

2016-02-26 Thread Javier Viguera
Hi Otavio, On 25/02/16 19:45, Otavio Salvador wrote: I applied the patches you sent; thanks for taking the time to cook the patches. Please give it a new try. I tested 'jethro-next' branch and worked fine. I guess 'master-next' should work as well. Tha

[meta-freescale] [meta-fsl-arm][master-next, jethro-next][PATCH 1/2] gst1.0-fsl-plugin: remove not needed patch

2016-02-25 Thread Javier Viguera
The fix in this patch has been included in the new version, so there is no need for this patch anymore. Actually it does not even apply. Signed-off-by: Javier Viguera --- ...sl-plugins-fix-appending-data-to-variable.patch | 46 -- .../gstreamer/gst1.0-fsl-plugin_4.0.8.bb

[meta-freescale] [meta-fsl-arm][master-next, jethro-next][PATCH 2/2] gst1.0-fsl-plugin: add STAGING_KERNEL_BUILDDIR to the include dirs list

2016-02-25 Thread Javier Viguera
n.h' file from the sysroot, which comes from the 'linux-libc-headers' recipe used to build the toolchain, instead of the real kernel version we are building and running later on. Otherwise the build fails with: error: 'VIDIOC_S_INPUT_CROP' undeclared Signed-off-by: Javier

Re: [meta-freescale] Merge of 3.14.52 GA into master and jethro

2016-02-25 Thread Javier Viguera
one I sent for version 4.0.7. Seems that it has been included in version 4.0.8, so the patch is not needed anymore in the recipe. It needs to be removed. -- Regards, Javier Viguera -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org

[meta-freescale] [meta-fsl-arm][JETHRO, MASTER][PATCH] gst1.0-fsl-plugin: fix FSL codecs, parser and vpuwrap detection

2015-11-02 Thread Javier Viguera
g-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a but this is no longer true, so the trailing space has to be added in the configure script. Signed-off-by: Javier Viguera --- ...sl-plugins-fix-appending-data-to-variable.patch | 46 ++ .../gstreamer/gst1.0-fsl-

[meta-freescale] [meta-fsl-arm][FIDO][PATCH] imx-base.inc, mxs-base.inc: fix gst-fsl-plugin name

2015-10-22 Thread Javier Viguera
Notice the recipe name is 'gst-fsl-plugin' (singular) Signed-off-by: Javier Viguera --- conf/machine/include/imx-base.inc | 2 +- conf/machine/include/mxs-base.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machi

[meta-freescale] [meta-fsl-arm][PATCH] udev-rules-imx: set proper S value

2015-03-04 Thread Javier Viguera
Clean bitbake warning: udev-rules-imx-1.0 ('S') don't exist, you must set 'S' to a proper value Signed-off-by: Javier Viguera --- recipes-core/udev/udev-rules-imx.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/udev/udev-rules-im

[meta-freescale] [meta-fsl-arm][master][PATCH] qt4: sync g++.conf file with upstream

2015-02-19 Thread Javier Viguera
(with populate_sdk). Signed-off-by: Javier Viguera --- recipes-qt/qt4/qt4/mx6/g++.conf | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/recipes-qt/qt4/qt4/mx6/g++.conf b/recipes-qt/qt4/qt4/mx6/g++.conf index 4a4729e1b875..915ecba0508a 100644 --- a/re

[meta-freescale] [meta-fsl-arm][dizzy][PATCH] qt4: sync g++.conf file with upstream

2015-02-19 Thread Javier Viguera
(with populate_sdk). Signed-off-by: Javier Viguera --- recipes-qt/qt4/qt4/mx6/g++.conf | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/recipes-qt/qt4/qt4/mx6/g++.conf b/recipes-qt/qt4/qt4/mx6/g++.conf index 4a4729e1b875..915ecba0508a 100644 --- a/re

[meta-freescale] [meta-fsl-arm][daisy][PATCH] qt4: sync g++.conf file with upstream

2015-02-19 Thread Javier Viguera
t/?id=6c78f629323bea0be44181d60e3ce45be0416093 This commit fixes an error building QT applications in debug mode (CONFIG+=debug in the QT project file) with a toolchain generated for a MX6 machine (with populate_sdk). Signed-off-by: Javier Viguera --- recipes-qt/qt4/qt4/mx6/g++.conf | 5 + 1

Re: [meta-freescale] [PATCH 4/4] qemu-fsl: Disable native and nativesdk builds

2015-01-22 Thread Javier Viguera
backported once pushed to master. - Regards, Javier Viguera -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

[meta-freescale] [meta-fsl-arm][master][dizzy][PATCH] amd-gpu-mx51: fix file ownership in packages

2014-12-01 Thread Javier Viguera
Fix some more QA warnings: WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: user does not exist - using root Signed-off-by: Javier Viguera --- recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc | 6 +++--- 1

[meta-freescale] [meta-fsl-arm][dizzy]PATCH] xserver-xorg: remove unknown configure options

2014-11-13 Thread Javier Viguera
Fix QA warning: WARNING: QA Issue: xserver-xorg: configure was passed unrecognised options: --disable-xshmfence --disable-libunwind --disable-dri3 [unknown-configure-option] Signed-off-by: Javier Viguera --- recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb | 3 +++ 1 file changed, 3

Re: [meta-freescale] Updates to meta-fsl-arm (master) in 2014-11-05

2014-11-06 Thread Javier Viguera
Yocto 1.8 have two versions of linux-imx 3.10.31 and 3.10.17? Thanks, Javier Viguera On 05/11/14 21:38, Otavio Salvador wrote: Hello, I pushed following updates: commit a60fe9e69b01cac92825808b02eaaf186a086819 (HEAD, yocto/master, pending) Author: Lauren Post Date: Fri Oct 31 10:17:20

[meta-freescale] [meta-fsl-arm][PATCH] gpu-viv-g2d: fix file ownership in packages

2014-11-04 Thread Javier Viguera
using root Signed-off-by: Javier Viguera --- recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc index ce0c74fc21e0..3f0bdd068d72 100644 ---

Re: [meta-freescale] Updates to meta-fsl-arm (master) in 2014-10-23

2014-10-24 Thread Javier Viguera
Hi Otavio On 24/10/14 00:10, Otavio Salvador wrote: I pushed following updates: commit b760d70e3d4cf3e7242c9dc58814c15bb68b21ca (yocto/master) Author: Javier Viguera Date: Tue Oct 21 14:50:30 2014 +0200 nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage Add the

[meta-freescale] [meta-fsl-arm][PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage

2014-10-21 Thread Javier Viguera
Add the 'mkimage' host tool to the toolchains generated with 'bitbake meta-toolchain' or with 'bitbake -c populate_sdk '. This allows to use the standalone toolchain to build kernel images of type uImage (with u-boot header) Signed-off-by: Javier Viguera --- recip

[meta-freescale] [meta-fsl-arm][PATCH] meta-fsl-arm: fix some typos

2014-08-06 Thread Javier Viguera
Signed-off-by: Javier Viguera --- recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc | 2 +- .../linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch | 2 +- recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb | 2 +- 3 files changed, 3

Re: [meta-freescale] [PATCH v2 2/2] xserver-xorg: Backport 1.14.4 version: bitbake question

2014-03-11 Thread Javier Viguera
On 11/03/14 14:52, Otavio Salvador wrote: In fact this is a metadata question. It comes from the Package Epoch. You can see it being defined in the .inc file in the 'PE' variable. Thanks Otavio. I understand now. - Javier Viguera Software Engineer Digi International® S

Re: [meta-freescale] [PATCH v2 2/2] xserver-xorg: Backport 1.14.4 version: bitbake question

2014-03-11 Thread Javier Viguera
from people more experienced than me. - Javier Viguera Software Engineer Digi International® Spain S.A.U. -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] [meta-fsl-arm][PATCH] qt4-x11: workaround QT/EGL mismatch for MX6

2014-03-11 Thread Javier Viguera
Hi Otavio, On 07/03/14 15:55, Otavio Salvador wrote: I applied this to master. Please give it a test before we backport it to Dora. I just did a new build of *fsl-image-gui* from scratch for an 'imx6qsabresd' board and it's working fine. - Thanks. Javier Viguera Softwar

[meta-freescale] [meta-fsl-arm][PATCH] mfgtool-initramfs-image.bbclass: rename PACKAGE_GROUP to FEATURE_PACKAGES

2014-03-10 Thread Javier Viguera
Clean bitbake warning: WARNING: PACKAGE_GROUP is deprecated, please use FEATURE_PACKAGES instead Signed-off-by: Javier Viguera --- classes/mfgtool-initramfs-image.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes

[meta-freescale] [meta-fsl-arm][PATCH] qt4-x11: workaround QT/EGL mismatch for MX6

2014-03-05 Thread Javier Viguera
Fix following error: Warning: EGL suggested using X Visual ID 33 (ARGB0888) for EGL config 28 (ARGB0444), but this is incompatable Unable to find an X11 visual which matches EGL config 28 Signed-off-by: Javier Viguera --- Notes: Backport to Dora. recipes-qt/qt4/qt4-x11-free_4.8.5

Re: [meta-freescale] imx6qsabresd: qt4 + opengl not working

2014-03-05 Thread Javier Viguera
ppens with other QT backends (like framebuffer or DirectFB). So what i can provide is a patch for X11-QT for mx6 platforms. Are you OK with that? - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta

Re: [meta-freescale] imx6qsabresd: qt4 + opengl not working

2014-03-05 Thread Javier Viguera
ex.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard I adapted the patch for QT4 and it's working now. Not sure if this is the correct fix or just a workaround but at the moment it's enough for me. So thank you for your help. - Javier Viguera Software Engineer Digi Internatio

[meta-freescale] imx6qsabresd: qt4 + opengl not working

2014-03-03 Thread Javier Viguera
, not framebuffer/DirectFB. The same happens using the stable Dora branches. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

[meta-freescale] [meta-fsl-arm][PATCH] fsl-dynamic-packagearch.bbclass: fix typo

2014-02-18 Thread Javier Viguera
s/PACHAGE_ARCH/PACKAGE_ARCH Signed-off-by: Javier Viguera --- classes/fsl-dynamic-packagearch.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/fsl-dynamic-packagearch.bbclass b/classes/fsl-dynamic-packagearch.bbclass index def8e718d904..40eae6c4fd44

Re: [meta-freescale] Warnings building Dora for imx53qsb

2013-12-26 Thread Javier Viguera
works. So yeah, apparently they are only warnings. Anyway if anyone knows what those warnings mean, I would love to hear about it. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-free

[meta-freescale] Warnings building Dora for imx53qsb

2013-12-26 Thread Javier Viguera
ge-sato' Can they be ignored or are they important enough? - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

[meta-freescale] [meta-fsl-arm][PATCH] imx-bootlets: fix typo

2013-11-13 Thread Javier Viguera
Signed-off-by: Javier Viguera --- Notes: Backport to dora and dylan as well recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/recipes-bsp/imx-bootlets/imx

Re: [meta-freescale] gstreamer base plugins clockoverlay missing

2013-11-08 Thread Javier Viguera
ngo. I am not Yocto expert, so I am not sure if this is the correct way. If you don't want to mess with bbappends, you can probably configure it in your project's local.conf: PACKAGECONFIG_append_pn-gst-plugins-base = " pango" I have not tested this, but probably worth try

[meta-freescale] [meta-fsl-arm][dylan][PATCH] fsl-mm-*-codeclib: clean "already stripped" warnings

2013-08-07 Thread Javier Viguera
Yet another warnings clean-up patch. WARNING: File '...' was already stripped ... Signed-off-by: Javier Viguera --- recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-multimedia/fsl-mm-core/fsl-mm-codeclib.inc b/recipes-

Re: [meta-freescale] [meta-fsl-arm for dylan][PATCH] amd-gpu-x11-bin-mx51: install dev symbolic link

2013-06-21 Thread Javier Viguera
lib2dz430.so.0 -> lib2dz430.so.1 285066 Sep 25 2011 lib2dz430.so.1 Normally the libs do relative symlinks. You can verify it in your development machine. -- Regards, Javier Viguera ___ meta-freescale mailing list meta-freescale@yocto

Re: [meta-freescale] [meta-fsl-arm for dylan][PATCH] amd-gpu-x11-bin-mx51: install dev symbolic link

2013-06-21 Thread Javier Viguera
so ln -sf lib2dz430.so.0 ${D}${libdir}/lib2dz430.so The rest of symbolic links under '/usr/lib' or '/lib' are relative. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freesca

Re: [meta-freescale] [PATCH v4 3/3] amd-gpu-bin-mx51: new recipe

2013-05-30 Thread Javier Viguera
are not good enough to know how to solve it. Hopefully someone in the list will shed some light. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] [PATCH v4 3/3] amd-gpu-bin-mx51: new recipe

2013-05-30 Thread Javier Viguera
ATURES', 'x11', 'Invalid!', '(mx5)', d)}" amd-gpu-x11-bin-mx51: COMPATIBLE_MACHINE = "${@base_contains('DISTRO_FEATURES', 'x11', '(mx5)', 'Invalid!', d)}" - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] [PATCH 00/13] Update multimedia to version 3.0.7

2013-05-24 Thread Javier Viguera
cording to FSL). - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] [PATCH 00/13] Update multimedia to version 3.0.7

2013-05-24 Thread Javier Viguera
Linux Multimedia Codecs Sources" Your patchset removes the old MX5 multimedia kit support (e.g. gst-fsl-plugin-2.0.3). Could you confirm that this package is valid for MX51/MX53? I mean using a Linux kernel version *2.6.35* (which afaik is the official FSL kernel for MX5 platforms)

Re: [meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: fix segfault due to not found library

2013-05-22 Thread Javier Viguera
On 22/05/13 15:44, Otavio Salvador wrote: I pushed this to danny-next; give it a try and let me know if it works for you. Tested. It works perfect, thanks. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale

Re: [meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: fix segfault due to not found library

2013-05-22 Thread Javier Viguera
On 22/05/13 15:04, Otavio Salvador wrote: I applied it to master and dylan-next. Good, thanks. I would like to have this also fixed in *danny*. That's the revision we are currently working with. I'll send the danny version later so you can review/apply. - Regards, Javi

[meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: fix segfault due to not found library

2013-05-21 Thread Javier Viguera
lopen call. Signed-off-by: Javier Viguera --- .../Use-librarys-SONAME-in-dlopen.patch| 29 ++ .../gst-plugins/gst-fsl-plugin_2.0.3.bb| 5 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 recipes-multimedia/gst-plugins/gst-fsl-

[meta-freescale] [meta-fsl-arm][for-danny][PATCH v2] gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences

2013-05-02 Thread Javier Viguera
"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. Signed-off-by: Javier Viguera --- Notes: Changes in v2: * Bump PR recipes-multimedia/gst-plugins/gst-fsl

[meta-freescale] [meta-fsl-arm][for-master][PATCH] gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences

2013-05-02 Thread Javier Viguera
"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. Signed-off-by: Javier Viguera --- recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | 6 +++--- 1 file changed

[meta-freescale] [meta-fsl-arm][for-danny][PATCH] gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences

2013-04-30 Thread Javier Viguera
"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. Signed-off-by: Javier Viguera --- recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb | 4 ++-- 1 file changed

Re: [meta-freescale] [meta-fsl-arm][PATCH v2] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-09 Thread Javier Viguera
aster. Everything is easier when people work together in the same direction :-) Otavio, any chance that this can be backported to 'danny' branch? The patch applies cleanly (cherry-picked from master) and I already tested it in that branch. - Javier Viguera Software Engineer Digi Inter

Re: [meta-freescale] [meta-fsl-arm][PATCH v2] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-09 Thread Javier Viguera
binaries are machine specific; * Fix libraries installation as the binary filenames doesn't follow the standard naming; * Use a single .inc file to avoid code duplication; Signed-off-by: Otavio Salvador Reported-by: Javier Viguera Hi Otavio, I give this one (v2) a try and didn&#x

Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-09 Thread Javier Viguera
mer-0.10/libmfw_gst_deinterlace.so': *lib_deinterlace_arm11_elinux.so*: cannot open shared object file: No such file or directory - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-mm-*-codeclib: Fix packaging of libraries

2013-01-08 Thread Javier Viguera
will try it first thing tomorrow morning and let you know the result. Thanks for your support. -- Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoprojec

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Javier Viguera
#x27;. I guess all those missing files are due to the wrong names of the library files in the source package. -- Regards, Javier Viguera ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-08 Thread Javier Viguera
Not creating empty archive for fsl-mm-flv-codeclib-2.0.3-r1 ... And there are no files because the name of the library files in the source package does not follow the naming rule the bitbake recipe expects in the 'do_install' function and in the FILES variable. -- Javier Vigue

[meta-freescale] [meta-fsl-arm][for-danny][PATCH] fsl-mm-flv-codeclib: fix package creation

2013-01-07 Thread Javier Viguera
The prebuilt libraries in fsl-mm-flv-codeclib package do not follow the lib*.so.* naming rule, so the 'do_install' function fails to copy some of the library files and later failing to create the package (tested with DEB and IPK formats) Signed-off-by: Javier Viguera --- recipes-mult

[meta-freescale] Fix fsl-mm-flv-codeclib package creation

2013-01-07 Thread Javier Viguera
patch is done for 'danny' but probably it should be also cherry-picked to master branch. Please consider pushing it to the repo. -- Javier Viguera Software Engineer ___ meta-freescale mailing list meta-freescale@yoctoproject.org http