[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 migh

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 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 you test > > Signed-off-by

[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 --- .../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 ++- 3 files change

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 wrote: > This includes fixes on master branch not in the 1.5.0 release > > Signed-off-by: Lauren Post Acked-by: Otavio Salvador The only remark is the subject which you shouldn't need to add as 'poky' as this

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 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 Eggleton Acked-by: Otavio

[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 --- .../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 ++- 3 files change

Re: [OE-core] [PATCH] Signed-off-by: Andrey Belous

2014-03-07 Thread Khem Raj
On Fri, Mar 7, 2014 at 2:33 AM, Nicolas Dechesne wrote: > Hi Khem, > > On Fri, Mar 7, 2014 at 6:43 AM, Khem Raj wrote: >> On Tue, Mar 4, 2014 at 1:55 PM, Andrey Belous wrote: >>> Hi Phil, >>> I have prebuild uclibc library that I would like to use, without that >>> change I cannot force to use

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

Re: [OE-core] [PATCH] Signed-off-by: Andrey Belous

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] [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 i

[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 --- meta/classes/uboot-config.bbclass | 2 ++ 1 file changed, 2 insertions(+) di

[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 http://git.yoctoprojec

[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 --- meta/conf/distro/include/default-versions.inc |3 ++ .../xorg-dr

[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 --- meta/lib/oeqa/utils/qemurunner.py | 3 +-- 1 file changed, 1 insertion(+), 2

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

[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 --- meta/recipes-devtools/gcc/gcc-runtime.inc | 12 +++- 1 file changed,

[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 --- meta/recipes-bsp/alsa-state/alsa-state.bb | 2 +- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 2 +- meta/recipes-core/packagegroups/packagegro

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 w

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 a/meta/recipes-multimedia/gstreamer/gstreamer1

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 MENNET

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 > : > This recipe is based on gst-meta-base > > Signed-off-by: Sébastien Mennetrier > --- > .../gstreamer/gstreamer1.0-meta-bas

[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 --- meta/lib/oeqa/targetcontrol.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-

[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 --- meta/lib/oeqa/targetcontrol.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py

[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.

Re: [OE-core] [PATCH] Signed-off-by: Andrey Belous

2014-03-07 Thread Nicolas Dechesne
Hi Khem, On Fri, Mar 7, 2014 at 6:43 AM, Khem Raj wrote: > On Tue, Mar 4, 2014 at 1:55 PM, Andrey Belous 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 a uclibc recipe for it and

[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 --- 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 758a92b..18609dd 100644 --- a/met

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 discusse

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" 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 = "gummiboot" in local.c

[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 --- .../diffutils/diffutils-3.3/run-ptest| 3 +++ meta/recipes-extended/diffutils/diffutils_3.3.bb | 20 +++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 meta/r

[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: git://git.pokylinux.org/poky-contr

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

2014-03-07 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- 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 b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb index 3fc75fe..61779fe

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

2014-03-07 Thread wenzong.fan
From: Wenzong Fan 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: git://git.pokylinux.or