[OE-core] [PATCH 0/1] wic update - honor --source --size

2014-02-07 Thread Tom Zanussi
This patch allows --size to work for --source partitions i.e. a partition created from e.g. rootfs/ can now be any size you want, not just the size of the rootfs. The following changes since commit 3a590e85808c6fae32f8a40aa003d373d097de9d: build-appliance-image: Update to poky commit b37dd451a

[OE-core] [PATCH 1/1] wic: Honor --size for --source partititions

2014-02-07 Thread Tom Zanussi
Instead of simply creating partitions large enough to contain the contents of a --source partition (and adding a pre-specified amount of padding), use the --size used in the partition .wks statement. If --size isn't used, or is smaller than the actual --source size, retain the current behavior. S

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Bruce Ashfield
The 32 bit qemu BSP needs powermanagement .. it's a kernel bug, but can fix it via a config change. I've attached the fix. Bruce On 14-02-07 11:42 AM, Saul Wold wrote: On 02/04/2014 09:34 AM, Bruce Ashfield wrote: Updating the SRCREVs of the 3.10 tree to reflect the integration of of commit 6

Re: [OE-core] [PATCH v3] kernel: use oldnoconfig before yes '' | make oldconfig

2014-02-07 Thread Otavio Salvador
On Fri, Feb 7, 2014 at 2:43 PM, Bruce Ashfield wrote: > On 14-02-07 11:30 AM, Alexandre Belloni wrote: >> >> When using a defconfig, using yes '' | make oldconfig may not result in >> the correct configuration being set. For example: > > Thanks for your patience, v3 looks good to me. Obviously RP

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Darren Hart
On 2/7/14, 9:24, "Bruce Ashfield" wrote: >On 14-02-07 11:55 AM, Darren Hart wrote: >> On 2/7/14, 8:48, "Bruce Ashfield" wrote: | ERROR: Function failed: do_compile (log file is located at /home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/b

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Bruce Ashfield
On 14-02-07 11:55 AM, Darren Hart wrote: On 2/7/14, 8:48, "Bruce Ashfield" wrote: | ERROR: Function failed: do_compile (log file is located at /home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/b ui l d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658aa5 80 _

Re: [OE-core] [Consolidated Pull 00/21] Various Patches & some updates

2014-02-07 Thread Richard Purdie
On Fri, 2014-02-07 at 08:55 -0800, Saul Wold wrote: > This patch set has been through the Autobuilder, the current failures > related to the kernel update as we had a clean master build prior to this. I'm not 100% convinced exactly which patches in the test build called which failures. > The foll

Re: [OE-core] [Consolidated Pull 00/21] Various Patches & some updates

2014-02-07 Thread Martin Jansa
On Fri, Feb 07, 2014 at 08:55:26AM -0800, Saul Wold wrote: > Richard, > > This patch set has been through the Autobuilder, the current failures > related to the kernel update as we had a clean master build prior to this. > > Thanks > Sau! > > The following changes since commit cda502815c6a

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Bruce Ashfield
On 14-02-07 11:55 AM, Darren Hart wrote: On 2/7/14, 8:48, "Bruce Ashfield" wrote: | ERROR: Function failed: do_compile (log file is located at /home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/b ui l d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658aa5 80 _

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Darren Hart
On 2/7/14, 8:48, "Bruce Ashfield" wrote: >>| ERROR: Function failed: do_compile (log file is located at >> >> >>/home/pokybuild/yocto-autobuilder-dev/yocto-slave/nightly-x86/build/b >>ui >> l >> >>d/tmp/work/qemux86-poky-linux/linux-yocto/3.10.25+gitAUTOINC+4d658a

[OE-core] [Consolidated Pull 00/21] Various Patches & some updates

2014-02-07 Thread Saul Wold
Richard, This patch set has been through the Autobuilder, the current failures related to the kernel update as we had a clean master build prior to this. Thanks Sau! The following changes since commit cda502815c6acf789e1a0db7a7a1a7015b4ef71d: build-appliance-image: Update to poky comm

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Bruce Ashfield
On 14-02-07 11:47 AM, Darren Hart wrote: Erm, and Nitin Cc'd this time. Sigh. Always a hoot.\ :). I've booted all the qemu boards, so the general code is sane. But obviously there's a config in here that is hitting a bad merge, or just a condition that is otherwise not exercised by qemu. I'm s

[OE-core] [dylan][PATCH] guile: fix the depends for target recipes

2014-02-07 Thread Paul Eggleton
The depenency on guild-native and libatomics-ops is missing in multilib build, fix the depends with class-target. (From OE-Core master rev: 88f1913f7cea54f0e4e1024ea506b5ce9faea96b) Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- meta/recipes-devtools/guile/guile_2.0.7.bb | 2 +-

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Darren Hart
Erm, and Nitin Cc'd this time. Sigh. Always a hoot. On 2/7/14, 8:46, "Darren Hart" wrote: >Nitin - please join me in looking into what's happening here. > >On 2/7/14, 8:44, "Bruce Ashfield" wrote: > >>On 14-02-07 11:42 AM, Saul Wold wrote: >>> On 02/04/2014 09:34 AM, Bruce Ashfield wrote:

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Darren Hart
Nitin - please join me in looking into what's happening here. On 2/7/14, 8:44, "Bruce Ashfield" wrote: >On 14-02-07 11:42 AM, Saul Wold wrote: >> On 02/04/2014 09:34 AM, Bruce Ashfield wrote: >>> Updating the SRCREVs of the 3.10 tree to reflect the integration of >>> of commit 68054859 from: >>>

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Bruce Ashfield
On 14-02-07 11:42 AM, Saul Wold wrote: On 02/04/2014 09:34 AM, Bruce Ashfield wrote: Updating the SRCREVs of the 3.10 tree to reflect the integration of of commit 68054859 from: git://git.linuxfoundation.org/ltsi-kernegit://git.linuxfoundation.org/ltsi-kernel.git Build and boot tested on all

Re: [OE-core] [PATCH 2/2] linux-yocto/3.10: integrate LTSI

2014-02-07 Thread Saul Wold
On 02/04/2014 09:34 AM, Bruce Ashfield wrote: Updating the SRCREVs of the 3.10 tree to reflect the integration of of commit 68054859 from: git://git.linuxfoundation.org/ltsi-kernegit://git.linuxfoundation.org/ltsi-kernel.git Build and boot tested on all qemu architectures. Signed-off-by:

Re: [OE-core] [PATCH v3] kernel: use oldnoconfig before yes '' | make oldconfig

2014-02-07 Thread Bruce Ashfield
On 14-02-07 11:30 AM, Alexandre Belloni wrote: When using a defconfig, using yes '' | make oldconfig may not result in the correct configuration being set. For example: Thanks for your patience, v3 looks good to me. Obviously RP will over rule as he sees fit :) $ ARCH=mips make qi_lb60_def

[OE-core] [PATCH v3] kernel: use oldnoconfig before yes '' | make oldconfig

2014-02-07 Thread Alexandre Belloni
When using a defconfig, using yes '' | make oldconfig may not result in the correct configuration being set. For example: $ ARCH=mips make qi_lb60_defconfig # # configuration written to .config # $ grep USB_ETH .config CONFIG_USB_ETH=y # CONFIG_USB_ETH_RNDIS is not set # CONFIG_USB_ETH_EEM

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-02-07 Thread Bruce Ashfield
On 14-02-07 10:43 AM, Alexandre Belloni wrote: On 07/02/2014 at 10:11:18 -0500, Bruce Ashfield wrote : On 14-02-07 09:02 AM, Alexandre Belloni wrote: cp defconfig .config make oldnoconfig scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # yow-bashfiel-d3 [/home/

[OE-core] [RFC] Proposal for SDK/ADT toolchain changes

2014-02-07 Thread Otavio Salvador
Hello, I've written most of this proposal a while ago and I just forgot about it until I got working in some customer toolchains and see same problems which I had. So I revisited this and discussed this with some people to get initial feedback. I think it is 'good enough' to get a wider discussio

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-02-07 Thread Alexandre Belloni
On 07/02/2014 at 10:11:18 -0500, Bruce Ashfield wrote : > On 14-02-07 09:02 AM, Alexandre Belloni wrote: > >>>cp defconfig .config > >>>make oldnoconfig > >>scripts/kconfig/conf --olddefconfig Kconfig > >># > >># configuration written to .config > >># > >>yow-bashfiel-d3 [/home/bruc...rnel/linux]>

[OE-core] Premirrors and local VCS server

2014-02-07 Thread Chris Larson
On Friday, February 7, 2014, Mats Kärrman > wrote: > MY_LOCAL_MIRROR = "ftp://10.64.2.58/files/"; > PREMIRRORS_prepend = "\ > ftp://.*/.* ${MY_LOCAL_MIRROR} \n \ > git://.*/.* ${MY_LOCAL_MIRROR} \n \ > http://.*/.* ${MY_LOCAL_MIRROR} \n \ > https://.*/.* ${MY_LOCAL_MIRROR} \n \ >

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-02-07 Thread Bruce Ashfield
On 14-02-07 09:02 AM, Alexandre Belloni wrote: Hi, So, I did the same tests with an x86_64 config and an ARM config. On 06/02/2014 at 16:48:52 -0500, Bruce Ashfield wrote : git branch --contains fbe98bb9ed3dae23e320c6b113e35f129538d14a * master grep -C 2 ^VERSION Makefile VERSION = 3 PATCH

[OE-core] Premirrors and local VCS server

2014-02-07 Thread Mats Kärrman
Hi, I have added the following to my local.conf: - MY_LOCAL_MIRROR = "ftp://10.64.2.58/files/"; PREMIRRORS_prepend = "\ ftp://.*/.* ${MY_LOCAL_MIRROR} \n \ git://.*/.* ${MY_LOCAL_MIRROR} \n \ http://.*/.* ${MY_LOCAL_MIRROR} \n \ https://.*/.* ${MY_LOCAL

Re: [OE-core] [PATCH] kernel: use oldnoconfig instead of yes '' | make oldconfig

2014-02-07 Thread Alexandre Belloni
Hi, So, I did the same tests with an x86_64 config and an ARM config. On 06/02/2014 at 16:48:52 -0500, Bruce Ashfield wrote : > > git branch --contains fbe98bb9ed3dae23e320c6b113e35f129538d14a > * master > > > grep -C 2 ^VERSION Makefile > VERSION = 3 > PATCHLEVEL = 14 > SUBLEVEL = 0 > I'm als

[OE-core] [PATCH 2/2] gdk-pixbuf: enable ptest

2014-02-07 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest |3 + .../gdk-pixbuf/gdk-pixbuf/tests-check.patch| 465 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.3.bb | 17 +- 3 files changed, 483 insertions(+), 2 deletions(-) create mode

[OE-core] [PATCH 1/2] gnome-desktop-testing: upgrade to 2014.1

2014-02-07 Thread Ross Burton
no-introspection.patch has been merged upstream. Update license checksum as copyright dates have been updated. Signed-off-by: Ross Burton --- .../files/no-introspection.patch| 19 --- ...ng_2013.1.bb => gnome-desktop-testing_2014.1.bb} |9 - 2 f

[OE-core] [PATCH 1/1] minicom: updated download link

2014-02-07 Thread Cristian Iorga
minicom tarball is now downloaded from the recommended web location. Final fix for [YOCTO #5781]. Signed-off-by: Cristian Iorga --- meta/recipes-extended/minicom/minicom_2.7.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/

[OE-core] [PATCH 0/1] Final fix for YB5781

2014-02-07 Thread Cristian Iorga
The following changes since commit 3a590e85808c6fae32f8a40aa003d373d097de9d: build-appliance-image: Update to poky commit b37dd451a52622d5b570183a81583cc34c2ff555 (2014-02-06 15:36:50 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/YB5781 http

[OE-core] [PATCH] scripts/oe-selftest: return based on the test results

2014-02-07 Thread Stefan Stanacar
Regardless if the tests passed or not the script returned 0, which isn't what one would expect. Signed-off-by: Stefan Stanacar --- scripts/oe-selftest | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/oe-selftest b/scripts/oe-selftest index 29fe010..8c4ea92 100755