[OE-core] [PATCH] cleanup-workdir: fix typo

2013-06-25 Thread Kai Kang
Fix typo. Signed-off-by: Kai Kang kai.k...@windriver.com --- scripts/cleanup-workdir |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index b2408fc..8e6bc43 100755 --- a/scripts/cleanup-workdir +++

[OE-core] Could qt4.8 build on mips 64 bits platform?

2013-06-25 Thread Kang Kai
Hi All, Could qt4.8 build on mips 64 bits platform? I searched qt-project.org and no such related information. And then grep the source codethat no such mips64 keyword in file qmake.conf under directory mkspecs. In contrast there are mips32 related flags in

[OE-core] csl_versions issue on latest update

2013-06-25 Thread Giuseppe Condorelli
Hi All, I'm working with the best so far master openembedded-core repository plus the bitbake version 1.19.1 Using the external toolchain csl I'm in trouble because it seems the latest modification in the csl-versions.inc breaks the csl_get_version routine. I mean, it is not able to find the gcc

Re: [OE-core] Could qt4.8 build on mips 64 bits platform?

2013-06-25 Thread Paul Eggleton
On Tuesday 25 June 2013 17:32:48 Kang Kai wrote: Could qt4.8 build on mips 64 bits platform? I searched qt-project.org and no such related information. And then grep the source codethat no such mips64 keyword in file qmake.conf under directory mkspecs. In contrast there are mips32 related

Re: [OE-core] [PATCH 1/3] sanity.bbclass: Check for the known broken version of make

2013-06-25 Thread Martin Jansa
On Mon, Jun 24, 2013 at 09:06:11PM -0500, Mark Hatle wrote: On 6/24/13 5:09 PM, Saul Wold wrote: On 06/24/2013 07:45 AM, Mark Hatle wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified version, so checking for just the

[OE-core] [PATCH] gdk-pixbuf: add a wrapper for gdk-pixbuf-pixdata

2013-06-25 Thread Ross Burton
gdk-pixbuf 2.26 added a new binary gdk-pixbuf-pixdata, but no wrapper script was added for it. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.1.bb |3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] [danny][PATCH] classes/package_rpm: avoid bash being pulled in unnecessarily

2013-06-25 Thread Burton, Ross
On 24 June 2013 19:19, Paul Eggleton paul.eggle...@linux.intel.com wrote: The initial installation step for base-passwd, base-files and shadow will pull in bash if any of these packages depend on /bin/sh and a bash package has been built, which is undesirable if you are using busybox; so force

[OE-core] [PATCH 0/1] populate_sdk_base, adt_installer: abort install if path contains spaces

2013-06-25 Thread Laurentiu Palcu
The following changes since commit 87da29080429f1793845978901f5160701648c21: sanity.bbclass: Various improvements (2013-06-24 15:41:33 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b4488_sdk_installer_handle_spaces

[OE-core] [PATCH 1/1] populate_sdk_base, adt_installer: abort install if path contains spaces

2013-06-25 Thread Laurentiu Palcu
Spaces are not handled properly in some parts of oe-core and it's safer to abort toolchain installation if path contains spaces. Even though we fix space handling in the toolchain installation script, there are various other parts in the toolchain (perl scripts, sysroot path passed to toolchain

Re: [OE-core] Issues with Qt5/mesa and eglfs

2013-06-25 Thread Nicolas Dechesne
On Thu, Jun 20, 2013 at 8:15 PM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Thu, Jun 20, 2013 at 11:46 AM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Thu, Jun 20, 2013 at 11:42 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: I wasn't watching closely but

Re: [OE-core] Issues with Qt5/mesa and eglfs

2013-06-25 Thread Martin Jansa
On Tue, Jun 25, 2013 at 01:59:55PM +0200, Nicolas Dechesne wrote: On Thu, Jun 20, 2013 at 8:15 PM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: @@ -2,7 +2,7 @@ SRC_URI = ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ file://0002-cross-compile.patch

Re: [OE-core] [PATCH 1/3] sanity.bbclass: Check for the known broken version of make

2013-06-25 Thread Mark Hatle
On 6/25/13 6:20 AM, Martin Jansa wrote: On Mon, Jun 24, 2013 at 09:06:11PM -0500, Mark Hatle wrote: On 6/24/13 5:09 PM, Saul Wold wrote: On 06/24/2013 07:45 AM, Mark Hatle wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified

[OE-core] [PATCH] dbus-ptest: Install missing files

2013-06-25 Thread Adrian Dudau
Install files from EXTRA_DIST needed for some tests. Add configure parameter with-dbus-test-dir to specify where the test tools are located. Signed-off-by: Adrian Dudau adrian.du...@enea.com --- meta/recipes-core/dbus/dbus-1.6.8/ptest.patch | 20 +++-

Re: [OE-core] [PATCH 1/3] sanity.bbclass: Check for the known broken version of make

2013-06-25 Thread Martin Jansa
On Tue, Jun 25, 2013 at 09:12:24AM -0500, Mark Hatle wrote: On 6/25/13 6:20 AM, Martin Jansa wrote: On Mon, Jun 24, 2013 at 09:06:11PM -0500, Mark Hatle wrote: On 6/24/13 5:09 PM, Saul Wold wrote: On 06/24/2013 07:45 AM, Mark Hatle wrote: See GNU Savannah bug 30612 -- make 3.82 is known

Re: [OE-core] csl_versions issue on latest update

2013-06-25 Thread Giuseppe Condorelli
Solved, updating bitbake to commit 3d8044bc79c482c5ea008ddf12a8128dcd1527eehttp://cgit.openembedded.org/bitbake/commit/?id=3d8044bc79c482c5ea008ddf12a8128dcd1527ee solved the issue. Since now I've worked against the commit

Re: [OE-core] Issues with Qt5/mesa and eglfs

2013-06-25 Thread Paul Eggleton
On Tuesday 25 June 2013 13:59:55 Nicolas Dechesne wrote: On Thu, Jun 20, 2013 at 8:15 PM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Thu, Jun 20, 2013 at 11:46 AM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Thu, Jun 20, 2013 at 11:42 AM, Paul Eggleton

[OE-core] [meta-oe][PATCH] lmsensors: fix fancontrol init script

2013-06-25 Thread Marc Ferland
Make the 'fancontrol stop' command work again by using the fancontrol pid file instead of matching the process by name. While at it, also do a bit of cleaning. Signed-off-by: Marc Ferland ferla...@sonatest.com --- meta-oe/recipes-support/lm_sensors/lmsensors/fancontrol.init | 9 - 1 file

[OE-core] [dylan][PATCH] mesa: fix EGL compilation without X11 headers

2013-06-25 Thread Nicolas Dechesne
Extracted from d7033f4 mesa: upgrade to 9.1.3, already merged in master: -- Add EGL-Mutate-NativeDisplayType-depending-on-config.patch to build correctly in a non-X11 environment. Drop fix-egl-compilation-without-x11-headers.patch as they were backports. -- The new patch was also backported

Re: [OE-core] [meta-oe][PATCH] lmsensors: fix fancontrol init script

2013-06-25 Thread Paul Eggleton
On Tuesday 25 June 2013 11:35:39 Marc Ferland wrote: Make the 'fancontrol stop' command work again by using the fancontrol pid file instead of matching the process by name. While at it, also do a bit of cleaning. Signed-off-by: Marc Ferland ferla...@sonatest.com ---

[OE-core] Qt embedded, touchscreens, and cursors

2013-06-25 Thread Steve Sakoman
I'm new to the Qt world, so perhaps this is a stupid question . . . I'm helping a client create a custom layer for their touchscreen based hardware and Qt applications. They've decided to use Qt4e and we are including the stock danny qt4e binaries in the image. All works as desired with one

[OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-06-25 Thread Saul Wold
Guys, There is a continuing failure on the auto-builder with the 4.8 version of GCC for the fsl-ppc and fsl-arm BSPs. This is currently holding oe-core back from updating GCC to 4.8, which we want to do soon so that we have get any other issues worked out that might come up. These seem to

[OE-core] [PATCH] sanity.bbclass: Add check for @ character in build directory name

2013-06-25 Thread Richard Purdie
The @ character is not escaped properly in too many places within the system to easily support it so add the character to the list of blacklisted characters. Also tweak the other messages and ensure that all appropriate error messages are disabled in one go. Signed-off-by: Richard Purdie

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-06-25 Thread Khem Raj
On Jun 25, 2013, at 10:07 AM, Saul Wold s...@linux.intel.com wrote: Guys, There is a continuing failure on the auto-builder with the 4.8 version of GCC for the fsl-ppc and fsl-arm BSPs. This is currently holding oe-core back from updating GCC to 4.8, which we want to do soon so that

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-06-25 Thread Otavio Salvador
On Tue, Jun 25, 2013 at 2:42 PM, Khem Raj raj.k...@gmail.com wrote: On Jun 25, 2013, at 10:07 AM, Saul Wold s...@linux.intel.com wrote: Guys, There is a continuing failure on the auto-builder with the 4.8 version of GCC for the fsl-ppc and fsl-arm BSPs. This is currently holding oe-core

[OE-core] [PATCH] alsa-tools: Pass ACLOCAL_FLAGS so aclocal uses the right params

2013-06-25 Thread Otavio Salvador
The compile step ends regenerating the configure scripts included in the source subdirs, for it to properly work we need to pass the ACLOCAL_FLAGS or the .m4 files won't be found. ,[ Build error ] | ./ac3dec | aclocal: warning: autoconf input should be named 'configure.ac', not

Re: [OE-core] [PATCH] alsa-tools: Pass ACLOCAL_FLAGS so aclocal uses the right params

2013-06-25 Thread Otavio Salvador
On Tue, Jun 25, 2013 at 2:56 PM, Otavio Salvador ota...@ossystems.com.br wrote: The compile step ends regenerating the configure scripts included in the source subdirs, for it to properly work we need to pass the ACLOCAL_FLAGS or the .m4 files won't be found. ,[ Build error ] | ./ac3dec

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-06-25 Thread Khem Raj
On Jun 25, 2013, at 10:46 AM, Otavio Salvador ota...@ossystems.com.br wrote: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_2.6.35_11.09.01 hmm 2.6.35 If you provide me the command I should do, I can get it. Or Saul might get it from autobuilder as well.

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-06-25 Thread Otavio Salvador
On Tue, Jun 25, 2013 at 3:00 PM, Khem Raj raj.k...@gmail.com wrote: On Jun 25, 2013, at 10:46 AM, Otavio Salvador ota...@ossystems.com.br wrote: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_2.6.35_11.09.01 hmm 2.6.35 If you provide me the command I should do, I

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-06-25 Thread Khem Raj
On Jun 25, 2013, at 11:03 AM, Otavio Salvador ota...@ossystems.com.br wrote: Do I need to run it using 4.8 or 4.7 should be enough? 4.8 but even 4.7 might work ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] udev - only use devtmpfs for udev

2013-06-25 Thread Alex Olson
udev - only use devtmpfs for udev Fix for bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4632 Since udev 172, the 'mknod' logic was removed from udev. Yocto Dylan is now using udev 182. This means /dev is now required to be a devtmpfs filesystem (maintained by the kernel).If the root

Re: [OE-core] [PATCH] linux-firmware: Package some iwlwifi firmware separately

2013-06-25 Thread Trevor Woerner
On 24 June 2013 10:27, Richard Purdie richard.pur...@linuxfoundation.org wrote: PACKAGES =+ ${PN}-ralink ${PN}-sd8686 ${PN}-wl12xx ${PN}-vt6656 \ ${PN}-rtl-license ${PN}-rtl8192cu ${PN}-rtl8192ce ${PN}-rtl8192su \ ${PN}-broadcom-license ${PN}-bcm4329 ${PN}-bcm4330

[OE-core] [PATCH 0/1] autotools.bbclass: force copy Makefile.in.in to ${S}/po/

2013-06-25 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 8c35ba2d3048ce69f74f72cb2676e4bc162cfb63: populate_sdk_base, adt_installer: abort install if path contains spaces (2013-06-25 17:59:13 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] autotools.bbclass: force copy Makefile.in.in to ${S}/po/

2013-06-25 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com If a Makefile.in.in has existed under ${S}/po/ and is read-only, cp will fail. Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/classes/autotools.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/2] libx11: move xcms enabling to PACKAGECONFIG for LSB Library Check

2013-06-25 Thread Hongxu Jia
When --disable-xcms is used, the LSB 4.1 Library Check will fail: ... Checking library symbols (libX11.so.6) Did not find XcmsAddColorSpace (unversioned) in libX11.so.6 Did not find XcmsAddFunctionSet (unversioned) in libX11.so.6 Did not find XcmsAllocColor (unversioned) in libX11.so.6 ... [YOCTO

[OE-core] [PATCH 0/2]libx11: fix LSB Library Check libX11.so.6 fail

2013-06-25 Thread Hongxu Jia
The following changes since commit edcbb79583e1577cb64d368e3902915dea50a96e: ref-manual: Added note about issues on supported distros (2013-06-21 14:26:31 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-lsb

[OE-core] [PATCH 2/2] lsbtest: sync test suite packages version

2013-06-25 Thread Hongxu Jia
Update file packages_list after sync test suite packages version with upstream. Check date: Jun 25, 2013 Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/lsb/lsbtest/packages_list | 38 - 1 file changed, 19 insertions(+), 19 deletions(-) diff

Re: [OE-core] GCC 4.8 Issues with fsl-ppc and fsl-arm (e5000)

2013-06-25 Thread Khem Raj
On Tuesday, June 25, 2013 10:07:14 AM Saul Wold wrote: Guys, There is a continuing failure on the auto-builder with the 4.8 version of GCC for the fsl-ppc and fsl-arm BSPs. This is currently holding oe-core back from updating GCC to 4.8, which we want to do soon so that we have get any

[OE-core] [PATCH 1/2] shadow-native: Add --root option in groupmems

2013-06-25 Thread mikhail_durnev
From: Mikhail Durnev mikhail_dur...@mentor.com Patch add_root_cmd_groupmems.patch that we apply to shadow-native allows program groupmems from the shadow utility package to chroot() so it can be used to modify etc/passwd and etc/group if they are located in a sysroot. The

[OE-core] [PATCH 2/2] useradd.bbclass: Add members to a group

2013-06-25 Thread mikhail_durnev
From: Mikhail Durnev mikhail_dur...@mentor.com useradd.bbclass supports adding new users and new groups. But it does not support adding existing users to existing groups. There is a need of adding users to some groups (e.g. audio). The class was extended to call groupmems utility with arguments

Re: [OE-core] [PATCH 0/3] make DESCRIPTION support newline

2013-06-25 Thread Robert Yang
Ping for this one. // Robert On 06/19/2013 05:00 PM, Robert Yang wrote: The following changes since commit 590010a6525b0e1bc1de73e794764e23404591df: core-image-weston: add weston-examples to the image (2013-06-18 17:33:17 +0100) are available in the git repository at:

[OE-core] [PATCH 2/3] adt_installer_internal:fix perl lib version mismatch

2013-06-25 Thread Hongxu Jia
When run autoreconf in toolchain, there is an error if the host's perl's version is not the same as the one in the SDK, the error says that the executable perl mismatches the perl lib's version. This is because most of the autotools' scripts use the #!/usr/bin/perl -w which is host perl, but the

[OE-core] [PATCH 0/3]adt-installer: fix sdk relocation issues

2013-06-25 Thread Hongxu Jia
Some of them have already been fixed in toolchain: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=aeb53bd78991af9fbb60d64176ec864cfc2ddbb9 http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5ce8c7fe9ebb8dca0a0b091bda9c58141da26216 //Hongxu The following changes since commit

[OE-core] [PATCH 3/3] adt_installer_internal:add sudo when permission deny on installation directory

2013-06-25 Thread Hongxu Jia
When the user doesn't have rights to access the installation directory, the sdk installation will fail, add sudo to fix this. [YOCTO #4760] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../installer/adt-installer/scripts/adt_installer_internal| 4 ++-- 1 file changed, 2