[oe] Bug in Open CV receipt

2015-07-21 Thread Victor Rodriguez
Hi team Few weeks ago I was having some problems with open CV receipt. In the begining I toght I was adding opencv tro my core-image-minimal-xfce just with this: IMAGE_INSTALL_append = gcc gcc-dev openssh php mariadb opencv Now after booting the image I realize that none of the libraries for

Re: [oe] [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Gary Thomas
On 2015-07-21 09:45, Victor Rodriguez wrote: On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas g...@mlbassoc.com wrote: On 2015-07-21 09:26, Victor Rodriguez wrote: Hi team I have a question , according to documentation there is a difference between IMAGE_INSTALL_append and

Re: [oe] [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Gary Thomas
On 2015-07-21 09:26, Victor Rodriguez wrote: Hi team I have a question , according to documentation there is a difference between IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL Specifies the list of packages to be added to the image. You should only set this variable in the local.conf

Re: [oe] [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Victor Rodriguez
On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas g...@mlbassoc.com wrote: On 2015-07-21 09:26, Victor Rodriguez wrote: Hi team I have a question , according to documentation there is a difference between IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL Specifies the list of packages to

[oe] [meta-ruby][PATCH] ruby: fix install error for multilib

2015-07-21 Thread Kai Kang
When multilib is enabled, it fails to do install with error: sed: can't read .../image/usr/lib/ruby/*/*/rbconfig.rb: No such file or directory Replace '/usr/lib' with ${libdir} to fix it. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb | 2 +-

Re: [oe] [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Victor Rodriguez
On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com wrote: On 07/21/2015 10:45 AM, Victor Rodriguez wrote: On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas g...@mlbassoc.com wrote: On 2015-07-21 09:26, Victor Rodriguez wrote: Hi team I have a

Re: [oe] [yocto] Bug in Open CV receipt

2015-07-21 Thread Victor Rodriguez
On Tue, Jul 21, 2015 at 3:49 PM, Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com wrote: On 07/21/2015 09:57 AM, Victor Rodriguez wrote: Hi team Few weeks ago I was having some problems with open CV receipt. In the begining I toght I was adding opencv tro my

[oe] [PATCH] V2: dracut: upgrade from 038 to 043

2015-07-21 Thread Kai Kang
V2: * keep _git.bb recipe Kai Kang (1): dracut: upgrade from 038 to 043 meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 1.9.1 -- ___ Openembedded-devel mailing list

[oe] [PATCH] dracut: upgrade from 038 to 043

2015-07-21 Thread Kai Kang
Signed-off-by: Kai Kang kai.k...@windriver.com --- meta-initramfs/recipes-devtools/dracut/dracut_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb index

[oe] [meta-oe][PATCH] bdftopcf: upgrade 1.0.4 - 1.0.5

2015-07-21 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../xorg-app/{bdftopcf_1.0.4.bb = bdftopcf_1.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{bdftopcf_1.0.4.bb = bdftopcf_1.0.5.bb} (70%) diff --git

[oe] [meta-networking][PATCH] crda: upgrade 3.13 - 3.18

2015-07-21 Thread Li xin
Dropped backported patches(commit-id): -crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch(2cabb258) -crda-Fix-the-linking-order-to-avoid-compilation-erro.patch(fefefdb2) Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- ...STDIR-support-in-install-libreg-rules-in-.patch | 35

[oe] [meta-oe][PATCH] corosync: upgrade 2.3.4 - 2.3.5

2015-07-21 Thread Li xin
Drop --enable-nss configure option because it is not be supported any more. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../corosync/{corosync_2.3.4.bb = corosync_2.3.5.bb} | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) rename

[oe] [meta-oe][PATCH v2 2/4] opencv: Add 'libv4l' PACKAGECONFIG

2015-07-21 Thread Otavio Salvador
The i.MX SoCs need to allow the removal of libv4l support so a new PACKAGECONFIG option has been included. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH v2 4/4] glmark2: Remove X11 exclusiveness

2015-07-21 Thread Otavio Salvador
The tool has support for multiple backends: X11, drm and Wayland. The recipe has been rework to support them all and the PACKAGECONFIG made to respect the DISTRO_FEATURES available. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 31

[oe] [meta-oe][PATCH v2 3/4] glmark2: Convert recipe to fetch from Git

2015-07-21 Thread Otavio Salvador
The development has been moved for github thus it makes sense to use this, instead of the tarball. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../glmark2/{glmark2_2014.03.bb = glmark2_git.bb}| 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename

[oe] [meta-oe][PATCH v2 1/4] opencv: Only enable 'libav' support if commercial license is whitelisted

2015-07-21 Thread Otavio Salvador
The libav support requires the commercial license to be whitelist. This makes opencv to work in non-commercial setups without needing to change the PACKAGECONFIG settings manually. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-support/opencv/opencv_2.4.bb | 5 +++--

Re: [oe] [meta-oe][fido][PATCH] fio: add missing build dependency on zlib

2015-07-21 Thread akuster808
merged to staging - armin On 04/29/2015 02:42 AM, Dominic Sacré wrote: Fixes: | WARNING: QA Issue: fio rdepends on zlib, but it isn't a build dependency? [build-deps] Signed-off-by: Dominic Sacré dominic.sa...@gmx.de --- meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | 2 +- 1 file changed, 1

Re: [oe] [meta-oe][fido][PATCH] polkit: do not hardcode the libdir

2015-07-21 Thread akuster808
merged to staging. - armin On 05/04/2015 02:53 AM, b40...@freescale.com wrote: From: Chunrong Guo b40...@freescale.com libdir is defined as ${prefix}/lib/, but we want it to support multilib path Signed-off-by: Chunrong Guo b40...@freescale.com ---