[OE-core] [PATCH] qemu.inc: Fix typo for KERNEL_FEATURES

2013-09-13 Thread Saul Wold
Thans to Bjorn Arnelid for finding this Cc: bjorn.arne...@xdin.com [YOCTO #5173] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/machine/include/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/qemu.inc

Re: [OE-core] GCC search paths in MinGW SDK

2013-09-13 Thread Francois Retief
Hi Khem, On 13 September 2013 07:54, Khem Raj raj.k...@gmail.com wrote: On Sep 3, 2013, at 6:45 PM, Mark Hatle mark.ha...@windriver.com wrote: On 9/3/13 4:13 PM, Francois Retief wrote: Hi all, Thanks to Richard's recent improvements in the oe-core tree, I finally got my first

Re: [OE-core] [PATCH 1/4] LSB Command Check: fix install_initd and remove_initd not found

2013-09-13 Thread Peter A. Bigot
On 09/13/2013 12:33 AM, Hongxu Jia wrote: The install_initd and remove_initd are linked to /sbin/chkconfig for lsb core test, and chkconfig has been moved from /sbin to /usr/sbin in order to fix QA warning about unsafe references in binaries. (In commit e486242db83297701803866bea971a2f1a1135fe)

[OE-core] u-boot-fw-utils - u-boot-fw-utils-cross

2013-09-13 Thread Anders Darander
Hi, As I've started to bring our internal distro and machines up to the lates oe-core, I've got some issues with the u-boot-fw-utils to u-boot-fw-utils-cross transition. In my old branch, I used u-boot-fw-utils_2011.06. This used to compile and package fw_printenv(setenv) just fine. In the new,

Re: [OE-core] [PATCH 1/4] LSB Command Check: fix install_initd and remove_initd not found

2013-09-13 Thread Hongxu Jia
On 09/13/2013 03:56 PM, Peter A. Bigot wrote: On 09/13/2013 12:33 AM, Hongxu Jia wrote: The install_initd and remove_initd are linked to /sbin/chkconfig for lsb core test, and chkconfig has been moved from /sbin to /usr/sbin in order to fix QA warning about unsafe references in binaries. (In

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckérus
On Fri, Sep 13, 2013 at 1:07 AM, Hans Beckerus hans.becke...@gmail.com wrote: On 2013-09-12 11:09, Hans Beckerus wrote: On 2013-09-12 8:02, Hans Beckérus wrote: On Thu, Sep 12, 2013 at 7:09 PM, Saul Wold s...@linux.intel.com wrote: On 09/11/2013 09:05 AM, Hans Beckérus wrote: On Wed, Sep

[OE-core] [PATCH 4/4] util-linux: move su to /bin for lsb command check test

2013-09-13 Thread Hongxu Jia
In busybox, util-linux and shadow, su has been moved to /usr/bin/, but lsb cmdchk needs su in /bin. Move su to /bin could fix this issue. [YOCTO#5175] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/util-linux/util-linux.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 2/4] busybox: move su to /bin for lsb command check test

2013-09-13 Thread Hongxu Jia
In busybox, util-linux and shadow, su has been moved to /usr/bin/, but lsb cmdchk needs su in /bin. Move su to /bin could fix this issue. [YOCTO#5175] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../busybox/busybox-1.21.1/su-usr-bin.patch| 26 --

[OE-core] [PATCH 3/4] shadow: move su to /bin for lsb command check test

2013-09-13 Thread Hongxu Jia
In busybox, util-linux and shadow, su has been moved to /usr/bin/, but lsb cmdchk needs su in /bin. Move su to /bin could fix this issue. [YOCTO#5175] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 3 ++- 1 file changed, 2 insertions(+),

[OE-core] [PATCH 1/4] LSB Command Check: fix install_initd and remove_initd not found

2013-09-13 Thread Hongxu Jia
The install_initd and remove_initd are linked to /sbin/chkconfig for lsb core test, but chkconfig has been moved from /sbin to /usr/sbin in order to fix QA warning about unsafe references in binaries. (In commit e486242db83297701803866bea971a2f1a1135fe) Let install_initd and remove_initd link to

[OE-core] [PATCH V2 0/4] fix LSB Command Check failed

2013-09-13 Thread Hongxu Jia
Change in V2: Rebase to current branch. *Problem LSB Command Check failed ... su 1 failed install_initd 1 failed remove_initd 1 failed ... The journal shows the command didsn't exist. ... Looking for command su Looking for command install_initd Looking for command remove_initd ... //Hongxu

[OE-core] [PATCH 0/1] linux-libc-headers: do_install: fix Argument list too long error

2013-09-13 Thread Robert Yang
Hi Saul and Bruce, This patch is only for linux-libc-headers, the linux-yocto also has the file Makefile.headersinst, but we don't use it when build linux-yocto, so it works well, I'm not sure whether we should apply this to linux-yocto. // Robert The following changes since commit

[OE-core] [PATCH 1/1] linux-libc-headers: do_install: fix Argument list too long error

2013-09-13 Thread Robert Yang
There would be an Argument list too long error when the TMPDIR is in a deep dir, for example, when len(readlink -f TMPDIR) = 350 (our supported value is 410). Use $(foreach ,,$(shell echo)) to fix it. [YOCTO #5138] Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH] anjuta-remote-run: remove

2013-09-13 Thread Ross Burton
This is from the Anjuta integration which was removed many years ago. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../devel-config/anjuta-remote-run.bb | 17 - .../devel-config/anjuta-remote-run/anjuta-remote-run |7 --- 2 files changed, 24

Re: [OE-core] [PATCH] qemu.inc: Fix typo for KERNEL_FEATURES

2013-09-13 Thread Martin Jansa
On Thu, Sep 12, 2013 at 11:42:54PM -0700, Saul Wold wrote: Thans to Bjorn Arnelid for finding this Cc: bjorn.arne...@xdin.com [YOCTO #5173] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/machine/include/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Need a method to install/update for bzImage

2013-09-13 Thread Mike Looijmans
On 09/12/2013 02:03 PM, Hongxu Jia wrote: On 09/12/2013 05:47 PM, Mike Looijmans wrote: This change just assumes that all boot systems are alike. Just applying this patch as is will probably break a lot of embedded systems that have totally different ways of upgrading the kernel. Best scenario

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Richard Purdie
On Fri, 2013-09-13 at 10:06 +0200, Hans Beckérus wrote: On Fri, Sep 13, 2013 at 1:07 AM, Hans Beckerus hans.becke...@gmail.com wrote: On 2013-09-12 11:09, Hans Beckerus wrote: On 2013-09-12 8:02, Hans Beckérus wrote: I now got a somewhat better picture of what is going on. I know what

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckérus
On Fri, Sep 13, 2013 at 10:52 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-09-13 at 10:06 +0200, Hans Beckérus wrote: On Fri, Sep 13, 2013 at 1:07 AM, Hans Beckerus hans.becke...@gmail.com wrote: On 2013-09-12 11:09, Hans Beckerus wrote: On 2013-09-12 8:02,

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckérus
On Fri, Sep 13, 2013 at 11:01 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 10:52 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-09-13 at 10:06 +0200, Hans Beckérus wrote: On Fri, Sep 13, 2013 at 1:07 AM, Hans Beckerus

[OE-core] [PATCH] openssh: use volatiles for managing /var/run/sshd

2013-09-13 Thread Ming Liu
It fixes the following failure: fatal: Missing privilege separation directory: /var/run/sshd when sshd is started through xinetd. Signed-off-by: Ming Liu ming@windriver.com --- .../openssh/openssh-6.2p2/volatiles.99_sshd|1 + meta/recipes-connectivity/openssh/openssh_6.2p2.bb |

Re: [OE-core] [PATCH] qemu.inc: Fix typo for KERNEL_FEATURES

2013-09-13 Thread Paul Eggleton
On Friday 13 September 2013 10:47:24 Martin Jansa wrote: On Thu, Sep 12, 2013 at 11:42:54PM -0700, Saul Wold wrote: Thans to Bjorn Arnelid for finding this Cc: bjorn.arne...@xdin.com [YOCTO #5173] Signed-off-by: Saul Wold s...@linux.intel.com ---

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckérus
On Fri, Sep 13, 2013 at 11:08 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 11:01 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 10:52 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-09-13 at 10:06 +0200, Hans

[OE-core] [PATCH] adt-installer: fix opkg repo name

2013-09-13 Thread Laurentiu Palcu
I mistakenly named the allarch opkg repo the same as nativesdk one... This patch fixes it. [YOCTO #5181] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../adt-installer/opkg/conf/opkg-sdk-i686.conf |2 +- .../adt-installer/opkg/conf/opkg-sdk-x86_64.conf |2 +- 2

[OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-13 Thread Richard Purdie
I'm getting concerned with the number of people forking this recipe and not understanding what they're doing. I'm therefore proposing adding in a suitable warning to people thinking of copying it. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

[OE-core] [PATCH] connman: Fix EXTRA_OECONF

2013-09-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - --enable-threads and --enable-fake are obsolete, unrecognized options now. - --enable-bluetooth,wifi,ofono just build these technologies as plugins and these plugins need to be installed explicitly. Our intention here is to make these

[OE-core] [PATCH 0/1]LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Hongxu Jia
*Problem Build core-image-lsb for lsb test which doesn't include meta-qt layer, and there is a LSB 4.1 Library Check failure: unable to find library libqt-mt.so.3 //Hongxu The following changes since commit dd36930f3f37b2e0e1258de28ac1b1fa99cf196f: bitbake: data_smart: Account for changes in

[OE-core] [PATCH 1/1] LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Hongxu Jia
The libqt-mt is tested by lsb-dist-checker and lsb-test-desktop, and it locates in meta-qt3 layer. So if meta-qt3 is not added, there should be a warning to call attention; if added, it will add libqt-mt to RDEPENDS. [YOCTO #5153] Signed-off-by: Hongxu Jia hongxu@windriver.com ---

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckérus
On Fri, Sep 13, 2013 at 11:53 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 11:08 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 11:01 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 10:52 AM, Richard Purdie

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Richard Purdie
On Fri, 2013-09-13 at 14:14 +0200, Hans Beckérus wrote: On Fri, Sep 13, 2013 at 11:53 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 11:08 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 11:01 AM, Hans Beckérus hans.becke...@gmail.com

[OE-core] [PATCH] bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific directory

2013-09-13 Thread Richard Purdie
Currently we have a hierarchy of pkgdata directories and the code has to put together a search path and look through each in turn until it finds the data it needs. This has lead to a number of hardcoded paths and file globing which is unpredictable and undesirable. Worse, certain tricks that

[OE-core] [PATCH] lib/oeqa/runtime: timeout increases

2013-09-13 Thread Stefan Stanacar
Increase the timeout for smart commands as under load for qemumips it's still to small. Also give ping more time fixing a potential timeout for sato systemd. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/runtime/ping.py | 2 +- meta/lib/oeqa/runtime/smart.py | 2 +-

Re: [OE-core] [PATCH] connman: Fix EXTRA_OECONF

2013-09-13 Thread Jukka Rissanen
Hi Muhammad, On 13.09.2013 14:50, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com - --enable-threads and --enable-fake are obsolete, unrecognized options now. - --enable-bluetooth,wifi,ofono just build these technologies as plugins and these plugins need to be

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckérus
On Fri, Sep 13, 2013 at 2:21 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-09-13 at 14:14 +0200, Hans Beckérus wrote: On Fri, Sep 13, 2013 at 11:53 AM, Hans Beckérus hans.becke...@gmail.com wrote: On Fri, Sep 13, 2013 at 11:08 AM, Hans Beckérus

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckérus
Hmm. Now suddenly I got an error on my current world build of util-linux-native package. Is this something that is a known issue? Provided that the sysroot is correct (which I assume) this is because of the local version of udev on my build host. So, is this perhaps one of the reasons why some

Re: [OE-core] [PATCH 0/1] linux-libc-headers: do_install: fix Argument list too long error

2013-09-13 Thread Bruce Ashfield
On Fri, Sep 13, 2013 at 4:23 AM, Robert Yang liezhi.y...@windriver.com wrote: Hi Saul and Bruce, You need to cc me directly on patches like this. I nearly missed this in the storm of morning email. This patch is only for linux-libc-headers, the linux-yocto also has the file

Re: [OE-core] [PATCH 1/1] linux-libc-headers: do_install: fix Argument list too long error

2013-09-13 Thread Bruce Ashfield
On Fri, Sep 13, 2013 at 4:23 AM, Robert Yang liezhi.y...@windriver.com wrote: There would be an Argument list too long error when the TMPDIR is in a deep dir, for example, when len(readlink -f TMPDIR) = 350 (our supported value is 410). Use $(foreach ,,$(shell echo)) to fix it. [YOCTO #5138]

Re: [OE-core] [PATCH] qemu.inc: Fix typo for KERNEL_FEATURES

2013-09-13 Thread Bruce Ashfield
On Fri, Sep 13, 2013 at 5:19 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 13 September 2013 10:47:24 Martin Jansa wrote: On Thu, Sep 12, 2013 at 11:42:54PM -0700, Saul Wold wrote: Thans to Bjorn Arnelid for finding this Cc: bjorn.arne...@xdin.com [YOCTO #5173]

Re: [OE-core] [PATCH] connman: Fix EXTRA_OECONF

2013-09-13 Thread Muhammad Shakeel
On 09/13/2013 05:56 PM, Jukka Rissanen wrote: Hi Muhammad, On 13.09.2013 14:50, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com - --enable-threads and --enable-fake are obsolete, unrecognized options now. - --enable-bluetooth,wifi,ofono just build these

[OE-core] [PATCH 0/1] linux-yocto/3.10: genericx86 meta data factoring

2013-09-13 Thread Bruce Ashfield
Richard/Saul, This bumps the 3.10 kernel meta SRCREV to pick up some pending genericx86 patches from Darren. There's no other changes and no risk to other boards. cc: Darren Hart dvh...@linux.intel.com Cheers, Bruce The following changes since commit dd36930f3f37b2e0e1258de28ac1b1fa99cf196f:

[OE-core] [PATCH 1/1] linux-yocto/3.10: genericx86 meta data factoring

2013-09-13 Thread Bruce Ashfield
Updating the 3.10 meta branch to import the following commits from Darren Hart: 285f93b meta/common-pc-64: Add USB 3.0 support 75072e4 meta/common-pc*: Refactor common-pc-64 to reuse common-pc drivers da06bde meta/common-pc: Split out CPU and Drivers config fragments 5f55e40

Re: [OE-core] u-boot-fw-utils - u-boot-fw-utils-cross

2013-09-13 Thread Otavio Salvador
On Fri, Sep 13, 2013 at 4:56 AM, Anders Darander and...@chargestorm.se wrote: As I've started to bring our internal distro and machines up to the lates oe-core, I've got some issues with the u-boot-fw-utils to u-boot-fw-utils-cross transition. Right. In my old branch, I used

Re: [OE-core] [PATCH 1/1] LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Saul Wold
On 09/13/2013 05:02 AM, Hongxu Jia wrote: The libqt-mt is tested by lsb-dist-checker and lsb-test-desktop, and it locates in meta-qt3 layer. So if meta-qt3 is not added, there should be a warning to call attention; if added, it will add libqt-mt to RDEPENDS. [YOCTO #5153] Signed-off-by: Hongxu

Re: [OE-core] [PATCH] udev-extraconf: Avoid mounting unknown filesystems

2013-09-13 Thread Otavio Salvador
On Tue, Sep 10, 2013 at 5:55 AM, ChenQi qi.c...@windriver.com wrote: Hi Otavio, Hi Chen Qi, This patch caused a new bug. So I'm afraid maybe this patch is not totally correct. https://bugzilla.yoctoproject.org/show_bug.cgi?id=4487 The problem is that for a cdrom device, there's no

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Saul Wold
On 09/13/2013 06:29 AM, Hans Beckérus wrote: Hmm. Now suddenly I got an error on my current world build of util-linux-native package. Is this something that is a known issue? Provided that the sysroot is correct (which I assume) this is because of the local version of udev on my build host. So,

[OE-core] [PATCH v2] boot-directdisk: Allow for EFI-only boot direct disk images

2013-09-13 Thread Joao Henrique Ferreira de Freitas
From: João Henrique Ferreira de Freitas joa...@gmail.com Condition building PCBIOS legacy images on MACHINE_FEATURES containing pcbios or not containing efi. This ensures existing BSPs will continue to get the old PCBIOS legacy-only images. New BSPs can add efi, pcbios, or both. The images

Re: [OE-core] u-boot-fw-utils - u-boot-fw-utils-cross

2013-09-13 Thread Otavio Salvador
On Fri, Sep 13, 2013 at 2:58 PM, Hans Beckerus hans.becke...@gmail.com wrote: On 2013-09-13 7:32, Otavio Salvador wrote: On Fri, Sep 13, 2013 at 4:56 AM, Anders Darander and...@chargestorm.se wrote: As I've started to bring our internal distro and machines up to the lates oe-core, I've got

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckerus
On 2013-09-13 7:49, Saul Wold wrote: On 09/13/2013 06:29 AM, Hans Beckérus wrote: Hmm. Now suddenly I got an error on my current world build of util-linux-native package. Is this something that is a known issue? Provided that the sysroot is correct (which I assume) this is because of the local

Re: [OE-core] u-boot-fw-utils - u-boot-fw-utils-cross

2013-09-13 Thread Hans Beckerus
On 2013-09-13 7:32, Otavio Salvador wrote: On Fri, Sep 13, 2013 at 4:56 AM, Anders Darander and...@chargestorm.se wrote: As I've started to bring our internal distro and machines up to the lates oe-core, I've got some issues with the u-boot-fw-utils to u-boot-fw-utils-cross transition. Right.

Re: [OE-core] u-boot-fw-utils - u-boot-fw-utils-cross

2013-09-13 Thread Otavio Salvador
On Fri, Sep 13, 2013 at 3:55 PM, Anders Darander and...@chargestorm.se wrote: Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Sep 13, 2013 at 4:56 AM, Anders Darander and...@chargestorm.se wrote: As I've started to bring our internal distro and machines up to the lates oe-core, I've got

Re: [OE-core] u-boot-fw-utils - u-boot-fw-utils-cross

2013-09-13 Thread Anders Darander
Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Sep 13, 2013 at 4:56 AM, Anders Darander and...@chargestorm.se wrote: As I've started to bring our internal distro and machines up to the lates oe-core, I've got some issues with the u-boot-fw-utils to u-boot-fw-utils-cross transition.

Re: [OE-core] u-boot-fw-utils - u-boot-fw-utils-cross

2013-09-13 Thread Anders Darander
* Otavio Salvador ota...@ossystems.com.br [130913 21:16]: On Fri, Sep 13, 2013 at 3:55 PM, Anders Darander and...@chargestorm.se wrote: Otavio Salvador ota...@ossystems.com.br wrote: On Fri, Sep 13, 2013 at 4:56 AM, Anders Darander and...@chargestorm.se wrote: As I've started to bring

[OE-core] [PATCH 1/1] u-boot-fw-utils: reinstate target recipe for fw_printenv

2013-09-13 Thread Anders Darander
The latest upgrade changed u-boot-fw-utils to u-boot-fw-utils-cross, which removed the on-target fw_printenv (and fw_setenv). Re-create the updated version of the u-boot-fw-utils recipe. U-Boot does try to strip the fw_printenv binary by default now. To avoid this, without patching the Makefile,

[OE-core] [PATCH 0/1] Re-add u-boot-fw-utils

2013-09-13 Thread Anders Darander
The latest upgrade changed u-boot-fw-utils to u-boot-fw-utils-cross, which removed the on-target fw_printenv (and fw_setenv). The following changes since commit b26157a8b575aa7b5c96ffe782fc23ec0920311c: libnewt-python: Don't write a whiptail package (2013-09-12 08:23:35 +0100)

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckerus
On 2013-09-13 8:03, Hans Beckerus wrote: On 2013-09-13 7:49, Saul Wold wrote: On 09/13/2013 06:29 AM, Hans Beckérus wrote: Hmm. Now suddenly I got an error on my current world build of util-linux-native package. Is this something that is a known issue? Provided that the sysroot is correct

Re: [OE-core] [PATCH v4] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Saul Wold
On 09/13/2013 12:30 PM, Hans Beckerus wrote: On 2013-09-13 8:03, Hans Beckerus wrote: On 2013-09-13 7:49, Saul Wold wrote: On 09/13/2013 06:29 AM, Hans Beckérus wrote: SNIP Agree. Since all my patch did initially was to make sure gcc was queried when --with-libtool-sysroot was not

Re: [OE-core] [PATCH 1/1] u-boot-fw-utils: reinstate target recipe for fw_printenv

2013-09-13 Thread Otavio Salvador
On Fri, Sep 13, 2013 at 4:21 PM, Anders Darander and...@chargestorm.se wrote: The latest upgrade changed u-boot-fw-utils to u-boot-fw-utils-cross, which removed the on-target fw_printenv (and fw_setenv). Re-create the updated version of the u-boot-fw-utils recipe. U-Boot does try to strip

Re: [OE-core] [PATCH v2] boot-directdisk: Allow for EFI-only boot direct disk images

2013-09-13 Thread Darren Hart
On Fri, 2013-09-13 at 15:12 -0300, Joao Henrique Ferreira de Freitas wrote: From: João Henrique Ferreira de Freitas joa...@gmail.com Condition building PCBIOS legacy images on MACHINE_FEATURES containing pcbios or not containing efi. This ensures existing BSPs will continue to get the old

Re: [OE-core] [Patch-v2 1/1] mesa: avoid unnecessary rerunning of tasks

2013-09-13 Thread Otavio Salvador
On Wed, Sep 11, 2013 at 1:46 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-09-09 at 12:36 +0100, Burton, Ross wrote: On 7 September 2013 00:56, Otavio Salvador ota...@ossystems.com.br wrote: Maybe it is time to have a mesa-gl recipe alongside mesa that *just*

[OE-core] [PATCH 0/1] a fix for disabling pointing devices

2013-09-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This was believed to be a kernel issue earlier. With further debugging and discussions the issue was identified as a faulty rule in the udev package. Disabling the faulty udev rule solved the issue. With further digging we found another fix for this

[OE-core] [PATCH 1/1] udev: avoid autosuspend of USB input devices

2013-09-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Some of the external USB devices has internal USB hub, which make them look like fixed rather than removable. And USB autosuspend does not work with some of these devices resulting in inoperable pointing device. Now the code detect these false fixed

Re: [OE-core] [PATCH 5/5] grub-efi.bbclass: Add serial and graphics menu options

2013-09-13 Thread Jason Wessel
On 09/12/2013 03:09 PM, Darren Hart wrote: On Thu, 2013-09-12 at 14:52 -0500, Jason Wessel wrote: On 09/12/2013 01:16 PM, Darren Hart wrote: On Thu, 2013-09-12 at 12:19 -0500, Jason Wessel wrote: The syslinux.bbclass already has support for automatically generated serial and graphics menu

[OE-core] [PATCH v5] libtool: fix resolve of lt_sysroot

2013-09-13 Thread Hans Beckerus
This patch updates libtool.m4 (and its output) to resolve a problem with variable 'lt_sysroot' not being properly updated if the option '--with[-libtool]-sysroot' is not provided when running the 'configure' script for a package. According to the help text ouput from 'configure':

[OE-core] [PATCH v3] boot-directdisk: Allow for EFI-only boot direct disk images

2013-09-13 Thread João Henrique Ferreira de Freitas
Condition building PCBIOS legacy images on MACHINE_FEATURES containing pcbios or not containing efi. This ensures existing BSPs will continue to get the old PCBIOS legacy-only images. New BSPs can add efi, pcbios, or both. The images created likewise support one or the other or both.

Re: [OE-core] [PATCH v2] boot-directdisk: Allow for EFI-only boot direct disk images

2013-09-13 Thread João Henrique Freitas
Hi, No changes between v1 and v2. I just tried to fix the line length. Now I understood my mistake. I'm going to send a v3 with the right line length. Thanks ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] lib ao ?

2013-09-13 Thread JC
Hi, I cannot find a trace of libao. Is this present somewhere in some openembedded-* repo I would have missed ? I could not find it in layers.openembedded.org Thanks for your help, Jay ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-13 Thread Joe Slater
Add --no-keep-memory to LDFLAGS. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb

[OE-core] [v2 PATCH 1/7] bootimage.bbclass: Move fat image creation into a function

2013-09-13 Thread Jason Wessel
In order to call the fat image creation multiple times it needs to be in its own function. A future commit will make use of the new function to additionally create EFI image files for use with an ISO. [YOCTO #4100] [YOCTO #1913] Signed-off-by: Jason Wessel jason.wes...@windriver.com ---

[OE-core] [v2 PATCH 2/7] cdrtools-native: Update from 3.00 to 3.01a17

2013-09-13 Thread Jason Wessel
The update is needed to support generation of EFI boot images that work with optical media. Specifically the -eltorito-platform efi capability for mkisofs is needed. [YOCTO #4100] Signed-off-by: Jason Wessel jason.wes...@windriver.com --- ...s-native_3.00.bb = cdrtools-native_3.01a17.bb} |

[OE-core] [v2 PATCH 4/7] syslinux.bbclass, syslinux: Update to syslinux 6.01

2013-09-13 Thread Jason Wessel
A newer version of syslinux is required for an EFI enabled isohybrid. This is used for the the capability to generate 3 types of ISO images, all of which can be booted off a USB device or HDD if copied with dd. 1) PC BIOS only ISO 2) EFI only ISO 3) EFI + PC BIOS ISO The syslinux.bbclass

[OE-core] [v2 PATCH 5/7] bootimage.bbclass, grub-efi.bbclass: Improve EFI PCBIOS+EFI ISO support

2013-09-13 Thread Jason Wessel
Using the latest mkisofs it is possible to generate 3 different types of ISO images, which can be used in various scenarios. 1) PCBIOS Only ISO - This option remains unchanged by this commit - Uses syslinux menus - Can be directly copied with dd to a USB device - Can be burned to

[OE-core] [v2 PATCH 0/7] Improved EFI boot support

2013-09-13 Thread Jason Wessel
V2 - Added reference to YOCTO #1913 for per Darren - Remove PR number from cdrtools uprev - Added Saul's change to cdrtools to get rid of STAGE_TEMP - made the builtin grub cfg file copied from a SRC_URI - upreved syslinux to 6.01 - Use the new isohybrid command from syslinux which can now

[OE-core] [v2 PATCH 7/7] bootimage.bbclass, zisofs-tools-native: add ability to compress ISO images

2013-09-13 Thread Jason Wessel
The mkzftree is needed to allow ISO images to be compressed with minimal runtime overhead. Below is an example of the savings on a core-image-minimal. Before ls -l: 24117248 core-image-minimal-qemux86-64.iso Using the mkzftree ls -l: 16777216 core-image-minimal-qemux86-64.iso Signed-off-by:

[OE-core] [v2 PATCH 6/7] grub-efi.bbclass: Add serial and graphics menu options

2013-09-13 Thread Jason Wessel
The syslinux.bbclass already has support for automatically generated serial and graphics menu choices. This patch adds the same concept to the grub-efi menu. That makes it possible to generate a single image which can boot on a PCBIOS or EFI firmware with consistent looking boot options. [YOCTO

[OE-core] [v2 PATCH 3/7] grub-efi-native: Add support for EFI ISO images

2013-09-13 Thread Jason Wessel
The iso9660 file system support needs to be added to grub in order to be able to correctly find the grub.cfg. The grub commands to locate the grub.cfg also needs to be encoded into grub's default configuration. This change allows the resulting grub binary to work both in the hard drive / USB

Re: [OE-core] [RFC][PATCH] mesa-gl: add GL-only Mesa recipe

2013-09-13 Thread Kamble, Nitin A
Hi Ross, I have updated my branches accordingly here. http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=nitin/mesagl http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-contrib/log/?h=nitin/mesagl I have tested this with emenlow BSP. If it looks ok to you, I can send these for

Re: [OE-core] [PATCH 1/1] linux-libc-headers: do_install: fix Argument list too long error

2013-09-13 Thread Robert Yang
On 09/13/2013 09:43 PM, Bruce Ashfield wrote: On Fri, Sep 13, 2013 at 4:23 AM, Robert Yang liezhi.y...@windriver.com wrote: There would be an Argument list too long error when the TMPDIR is in a deep dir, for example, when len(readlink -f TMPDIR) = 350 (our supported value is 410). Use

[OE-core] [PATCH V2 0/1] LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Hongxu Jia
Change in V2: Add a check for linuxstdbase so it does not print out warnings at other times. *Problem Build core-image-lsb for lsb test which doesn't include meta-qt layer, and there is a LSB 4.1 Library Check failure: unable to find library libqt-mt.so.3 //Hongxu The following

[OE-core] [PATCH 1/1] LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Hongxu Jia
The libqt-mt is tested by lsb-dist-checker and lsb-test-desktop, and it locates in meta-qt3 layer. So if meta-qt3 is not added, there should be a warning to call attention; if added, it will add libqt-mt to RDEPENDS. [YOCTO #5153] Signed-off-by: Hongxu Jia hongxu@windriver.com ---

[OE-core] [PATCH 1/1] linux-libc-headers: do_install: fix Argument list too long error

2013-09-13 Thread Robert Yang
There would be an Argument list too long error when the TMPDIR is in a deep dir, for example, when len(readlink -f TMPDIR) = 350 (our supported value is 410). Use $(foreach ,,$(shell echo)) to fix it. There was already a patch which tried to fix this issue, so squash the current change into the

[OE-core] [PATCH 0/1] python: fix failures of LSB python-runtime tests

2013-09-13 Thread Hongxu Jia
The following changes since commit dd36930f3f37b2e0e1258de28ac1b1fa99cf196f: bitbake: data_smart: Account for changes in append/prepend/remove in the config hash (2013-09-12 17:03:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-lsb-python

[OE-core] [PATCH 1/1] python: fix failures of LSB python-runtime tests

2013-09-13 Thread Hongxu Jia
It has been fixed in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e261c1760d8a660c13cd00039a4812d51f47f3df But there is a typo in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=78ac027f2ac6c6663fff7080eabbd3d09c1241bb It missed to remove an extra --with-wctype-functions

Re: [OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-13 Thread Khem Raj
On Friday, September 13, 2013, Joe Slater wrote: Add --no-keep-memory to LDFLAGS. It does not come with out a price. Have you measured how much performance degradation it brings in ? We need that to assess the trade off and also describe the machine configuration where this option is helping

Re: [OE-core] [PATCH 1/1] LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Saul Wold
On 09/13/2013 07:40 PM, Hongxu Jia wrote: The libqt-mt is tested by lsb-dist-checker and lsb-test-desktop, and it locates in meta-qt3 layer. So if meta-qt3 is not added, there should be a warning to call attention; if added, it will add libqt-mt to RDEPENDS. [YOCTO #5153] Signed-off-by: Hongxu

Re: [OE-core] [PATCH 1/1] LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Hongxu Jia
On 09/14/2013 01:07 PM, Saul Wold wrote: On 09/13/2013 07:40 PM, Hongxu Jia wrote: The libqt-mt is tested by lsb-dist-checker and lsb-test-desktop, and it locates in meta-qt3 layer. So if meta-qt3 is not added, there should be a warning to call attention; if added, it will add libqt-mt to

Re: [OE-core] [PATCH 1/1] LSB 4.1 Library Check: fix unable to find library libqt-mt.so.3

2013-09-13 Thread Hongxu Jia
Hi Saul, I have updated the branch as your suggestion. git://git.pokylinux.org/poky-contrib hongxu/fix-lsb-libqt3 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-lsb-libqt3 +def get_libqt3(d): +if 'linuxstdbase' in d.getVar('DISTROOVERRIDES') or : +if 'qt3' in