[OE-core] [PATCH 0/1] dmidecode: add powerpc to compatible host

2014-03-07 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com 1) 'bitbake dmidecode' works; 2) dmidecode works on a powerpc 32bit target. The following changes since commit e9554464d42e5972a483ec992c912e6f98c4e090: bitbake: runqueue: Fix typo (2014-03-06 22:35:55 +) are available in the git repository at:

[OE-core] [PATCH 1/1] dmidecode: add powerpc to compatible host

2014-03-07 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com --- meta/recipes-devtools/dmidecode/dmidecode_2.12.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb

[OE-core] [PATCH V2 0/1] diffutils: enable ptest support

2014-03-07 Thread Chong Lu
Changes since V1: Modify Makefile of source code instead of create a new Makefile. The following changes since commit e9554464d42e5972a483ec992c912e6f98c4e090: bitbake: runqueue: Fix typo (2014-03-06 22:35:55 +) are available in the git repository at:

[OE-core] [PATCH V2 1/1] diffutils: enable ptest support

2014-03-07 Thread Chong Lu
Install diffutils test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- .../diffutils/diffutils-3.3/run-ptest| 3 +++ meta/recipes-extended/diffutils/diffutils_3.3.bb | 20 +++- 2 files changed, 22 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH 3/3] classes: Add gummiboot class

2014-03-07 Thread Stanacar, StefanX
On Thu, 2014-03-06 at 14:36 -0800, Darren Hart wrote: On 3/6/14, 10:15, Stefan Stanacar stefanx.stana...@intel.com wrote: Adds a gummiboot class similar to grub-efi class and makes the necessary changes so it can be used for live/hddimg images as well. One can set EFI_PROVIDER =

Re: [OE-core] [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-07 Thread Paul Eggleton
On Thursday 06 March 2014 20:21:22 Martin Jansa wrote: On Thu, Mar 06, 2014 at 05:59:29PM +, Paul Eggleton wrote: On Thursday 06 March 2014 18:04:50 Martin Jansa wrote: * it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch As we've already discussed this is

[OE-core] [PATCH] layer.conf: update LAYERVERSION_core for core-image-full-cmdline

2014-03-07 Thread Paul Eggleton
LAYERVERSION_core change to 4 means rename of core-image-basic to core-image-full-cmdline. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index

Re: [OE-core] [PATCH] Signed-off-by: Andrey Belous abel...@broadcom.com

2014-03-07 Thread Nicolas Dechesne
Hi Khem, On Fri, Mar 7, 2014 at 6:43 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Mar 4, 2014 at 1:55 PM, Andrey Belous abel...@broadcom.com wrote: Hi Phil, I have prebuild uclibc library that I would like to use, without that change I cannot force to use my prebuild library OK so write

[OE-core] [PATCH] wayland: Add target sysroot scanner m4 macro

2014-03-07 Thread Richard Purdie
With the new aclocals process, accesses to the macros is a lot stricter and the native macros are not used. We need to ensure the modified macros are used in target builds to get the correct scanner functionality. Inserting the native macro into the target is the correct thing to do in this case.

[OE-core] [PATCH] oeqa/targetcontrol: allow a custom port for SimpleRemoteTarget

2014-03-07 Thread Stefan Stanacar
We had the ability to use a custom port for the ssh connection, but we weren't using it. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/targetcontrol.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/targetcontrol.py

[OE-core] [PATCH] oeqa/targetcontrol: fix loading a controller using a class name

2014-03-07 Thread Stefan Stanacar
This was wrong and if one would do TEST_TARGET = SimpleRemoteTarget instead of TEST_TARGET = simpleremote it would complain that there is no such controller when there is. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/targetcontrol.py | 3 ++- 1 file changed, 2

Re: [OE-core] [PATCH] Create gstreamer-1.0 package groups

2014-03-07 Thread Richard Purdie
On Tue, 2014-03-04 at 09:19 +0100, Sebastien MENNETRIER wrote: Ping 2014-02-27 14:53 GMT+01:00 Sébastien Mennetrier s.mennetr...@innotis.org: This recipe is based on gst-meta-base Signed-off-by: Sébastien Mennetrier s.mennetr...@innotis.org ---

Re: [OE-core] [PATCH] Create gstreamer-1.0 package groups

2014-03-07 Thread Sébastien Mennetrier
Hi, This patch was written in dora branch. I will try to adapt it for master branch and I will send a new patch ASAP. Sorry for my mistake. Regards, Sébastien 2014-03-07 13:39 GMT+01:00 Richard Purdie richard.pur...@linuxfoundation.org: On Tue, 2014-03-04 at 09:19 +0100, Sebastien

Re: [OE-core] [PATCH] Create gstreamer-1.0 package groups

2014-03-07 Thread Richard Purdie
On Fri, 2014-03-07 at 14:24 +0100, Sébastien Mennetrier wrote: Hi, This patch was written in dora branch. I will try to adapt it for master branch and I will send a new patch ASAP. Sorry for my mistake. I think it needs: diff --git

Re: [OE-core] [PATCH] Create gstreamer-1.0 package groups

2014-03-07 Thread Sébastien Mennetrier
Ok, I will test my patch with this change on master branch. Thanks for your help and your tips. Regards, Sébastien 2014-03-07 14:34 GMT+01:00 Richard Purdie richard.pur...@linuxfoundation.org: On Fri, 2014-03-07 at 14:24 +0100, Sébastien Mennetrier wrote: Hi, This patch was written

[OE-core] [PATCH] PR bumps to remove PRINC use in meta-fsl-arm

2014-03-07 Thread Otavio Salvador
Those recipes need PR bump so we drop PRINC from meta-fsl-arm layer. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-bsp/alsa-state/alsa-state.bb | 2 +- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 2 +-

[OE-core] [PATCH] gcc-runtime: Build libatomic

2014-03-07 Thread Cosmin Paraschiv
GCC 4.8 includes a new runtime library, libatomic, which supports atomic operations not supported by hardware or the OS. Build it, so other packages can link against it, if needed. Signed-off-by: Cosmin Paraschiv cosmin.parasc...@freescale.com --- meta/recipes-devtools/gcc/gcc-runtime.inc | 12

Re: [OE-core] [PATCH 0/3 v2] Improve setup scripts

2014-03-07 Thread Gary Thomas
On 2014-02-24 10:11, Gary Thomas wrote: These changes improve the setup scripts which are initiated by the user via 'oe-init-build-env'. Gary Thomas (3): This script is only useful when sourced into a shell. These changes improve the detection of this operation, no matter how

[OE-core] [PATCH] oeqa/utils/qemurunner: search for login string in the entire boot log

2014-03-07 Thread Stefan Stanacar
If some service is to spammy we might miss the login, so search in the entire log instead of just the last few lines. Use qemu in regex too (to avoid a login string from some service). Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/utils/qemurunner.py | 3 +-- 1 file

[OE-core] [PATCH 1/1] xf86-video-intel: add recipe for 2.99.910, remove the git one

2014-03-07 Thread Laurentiu Palcu
Intel graphics stack releases = 2013Q3 need xf86-video-intel = 2.99.902. However, keep the stable release around too, in case people need it. The git recipe is not really used. Remove. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/conf/distro/include/default-versions.inc

[OE-core] [PATCH 0/1] xf86-video-intel: add recipe for 2.99.910, remove the git one

2014-03-07 Thread Laurentiu Palcu
The following changes since commit 2f9bf7bc97cb832f4db13df62ce09d96ce75e810: PR bumps to remove PRINC use in meta-fsl-arm (2014-03-07 13:39:11 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b5705_q4_intel_graphics_stack

[OE-core] [PATCH] classes/uboot-config: ignore doc varflag

2014-03-07 Thread Paul Eggleton
The doc varflag on UBOOT_CONFIG should be ignored by this code; without this the recent addition of the UBOOT_CONFIG[doc] to documentation.conf causes errors when UBOOT_MACHINE is used. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/uboot-config.bbclass | 2 ++ 1

Re: [OE-core] [PATCH] Create gstreamer-1.0 package groups

2014-03-07 Thread Paul Eggleton
On Friday 07 March 2014 14:36:59 Sébastien Mennetrier wrote: Ok, I will test my patch with this change on master branch. Thanks for your help and your tips. BTW, if this recipe inherited packagegroup (as I think it should, since that's what it claims to be creating) then LIC_FILES_CHKSUM

Re: [OE-core] [PATCH] Signed-off-by: Andrey Belous abel...@broadcom.com

2014-03-07 Thread Phil Blundell
Fair enough. I also agree that these variables should at least be consistent, and if we're assigning everything else with ?= then there seems no reason for that one provider to be treated specially. So I think your patch is fine, though it might be a good idea to re-send it with a less messed up

Re: [OE-core] [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-07 Thread Martin Jansa
On Fri, Mar 07, 2014 at 10:09:00AM +, Paul Eggleton wrote: On Thursday 06 March 2014 20:21:22 Martin Jansa wrote: On Thu, Mar 06, 2014 at 05:59:29PM +, Paul Eggleton wrote: On Thursday 06 March 2014 18:04:50 Martin Jansa wrote: * it has runtime dependency on TUNE_PKGARCH bash, so

Re: [OE-core] [PATCH] Signed-off-by: Andrey Belous abel...@broadcom.com

2014-03-07 Thread Khem Raj
On Fri, Mar 7, 2014 at 2:33 AM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: Hi Khem, On Fri, Mar 7, 2014 at 6:43 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Mar 4, 2014 at 1:55 PM, Andrey Belous abel...@broadcom.com wrote: Hi Phil, I have prebuild uclibc library that I would like

[OE-core] [poky][PATCH] mtd-utils: Update version to include fixes after 1.5.0

2014-03-07 Thread Lauren Post
This includes fixes on master branch not in the 1.5.0 release Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 ...t-cleanmarker-with-flash_erase--j-command.patch |0 .../mtd/{mtd-utils_1.5.0.bb = mtd-utils_git.bb} | 11

Re: [OE-core] [PATCH] classes/uboot-config: ignore doc varflag

2014-03-07 Thread Otavio Salvador
On Fri, Mar 7, 2014 at 11:48 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: The doc varflag on UBOOT_CONFIG should be ignored by this code; without this the recent addition of the UBOOT_CONFIG[doc] to documentation.conf causes errors when UBOOT_MACHINE is used. Signed-off-by: Paul

Re: [OE-core] [poky][PATCH] mtd-utils: Update version to include fixes after 1.5.0

2014-03-07 Thread Otavio Salvador
Hello Lauren, Good to see you here :-) On Fri, Mar 7, 2014 at 6:24 PM, Lauren Post lauren.p...@freescale.com wrote: This includes fixes on master branch not in the 1.5.0 release Signed-off-by: Lauren Post lauren.p...@freescale.com Acked-by: Otavio Salvador ota...@ossystems.com.br The only

[OE-core] [PATCH] mtd-utils: Update version to include fixes after 1.5.0

2014-03-07 Thread Lauren Post
This includes fixes on master branch not in the 1.5.0 release Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 ...t-cleanmarker-with-flash_erase--j-command.patch |0 .../mtd/{mtd-utils_1.5.0.bb = mtd-utils_git.bb} | 11

Re: [OE-core] [PATCH] gcc-runtime: Build libatomic

2014-03-07 Thread Khem Raj
On Fri, Mar 7, 2014 at 5:39 AM, Cosmin Paraschiv cosmin.parasc...@freescale.com wrote: GCC 4.8 includes a new runtime library, libatomic, which supports atomic operations not supported by hardware or the OS. Build it, so other packages can link against it, if needed. what all architectures did

[OE-core] [PATCH][resend] runqemu: Add option for custom BIOS directory

2014-03-07 Thread Ricardo Neri
Add support to specify a directory for custom BIOS, VGA BIOS and keymaps as supported by qemu (-L option). Even though this can be done through qemuparams, having this option provides better user experience by not having to specify a long and cluttered path along other qemuparams that the user