Re: [OE-core] [PATCH] kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE

2011-12-09 Thread Darren Hart
On 12/09/2011 04:34 PM, Richard Purdie wrote: > Without this we don't take advantage of any configured multiple CPU > cores which seems a shame. > > Signed-off-by: Richard Purdie Thanks RP, Acked-by: Darren Hart > --- > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass >

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-09 Thread Andreas Müller
On Thursday, December 08, 2011 01:17:37 AM Richard Purdie wrote: > On Thu, 2011-12-01 at 12:23 +0100, Koen Kooi wrote: > > During the past month there have been a number of updates to OE-core > > recipes that triggered parsing errors due to bbappend in other layers. > > A small seleciton: > > > >

Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-09 Thread Andreas Müller
On Friday, December 09, 2011 04:10:36 PM Koen Kooi wrote: > Op 9 dec. 2011, om 16:05 heeft Richard Purdie het volgende geschreven: > > On Fri, 2011-12-09 at 14:44 +0100, Koen Kooi wrote: > >> Op 8 dec. 2011, om 08:05 heeft Martin Jansa het volgende geschreven: > >>> On Thu, Dec 08, 2011 at 12:53:11

Re: [OE-core] [PATCH] kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE

2011-12-09 Thread Bruce Ashfield
On 11-12-09 7:34 PM, Richard Purdie wrote: Without this we don't take advantage of any configured multiple CPU cores which seems a shame. Agreed. Acked-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index d0cc279.

[OE-core] [PATCH] kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE

2011-12-09 Thread Richard Purdie
Without this we don't take advantage of any configured multiple CPU cores which seems a shame. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index d0cc279..120a524 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass

Re: [OE-core] [PATCH 0/3] License: dash fix, deb support and ast parse fix

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 16:05 -0800, Beth Flanagan wrote: > Three patches here, one of which requires 4a13766c7b223d. > > - Fixed the bashism during license manifest creation. > - Add deb as a valid pkg type for manifest creation. This requires 4a137766c > - Handle LICENSE fields that ast chokes on

Re: [OE-core] [PATCH 1/1] classes/rootfs_deb: implement query functions for buildhistory

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 17:34 +, Paul Eggleton wrote: > Implement the functions required for buildhistory to be able to query > installed packages, get dependencies etc. for deb-based images. > > Signed-off-by: Paul Eggleton Merged to master, thanks. Richard

Re: [OE-core] [PATCH 3/3] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 11:18 -0800, Darren Hart wrote: > On 12/08/2011 07:40 AM, Otavio Salvador wrote: > > Hi Otavio, > > Please provide a commit log body. > > http://wiki.openembedded.org/index.php/Commit_Patch_Message_Guidelines#Patch_Headers_and_Commit_Messages > > > > +else > > + echo "W

[OE-core] [PATCH 0/3] License: dash fix, deb support and ast parse fix

2011-12-09 Thread Beth Flanagan
Three patches here, one of which requires 4a13766c7b223d. - Fixed the bashism during license manifest creation. - Add deb as a valid pkg type for manifest creation. This requires 4a137766c - Handle LICENSE fields that ast chokes on nicer. The following changes since commit af7fbd6083f4b5f1770e58f

[OE-core] [PATCH 3/3] license/copyleft: exception for ast parse

2011-12-09 Thread Beth Flanagan
From: Elizabeth Flanagan As the standard for LICENSE format is not well defined, we may well run into issues where LICENSE cannot be parsed via ast. In cases like this, we need to warn and continue. Signed-off-by: Elizabeth Flanagan --- meta/classes/copyleft_compliance.bbclass |2 ++ meta/

[OE-core] [PATCH 2/3] license.bbclass: remove deb exlusion

2011-12-09 Thread Beth Flanagan
From: Elizabeth Flanagan This commit requires 4a13766c7b223d as it removes the exclusion of deb package types from license manifest creation. Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass | 49 +++-- 1 files changed, 23 insertions(+),

[OE-core] [PATCH 1/3] license.bbclass: remove bashism.

2011-12-09 Thread Beth Flanagan
From: Elizabeth Flanagan bashism in create_license_manifest removed. Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 8c64e4c..e520a4c 1

Re: [OE-core] [PATCH] connman: avoid checking for linux/if_alg.h header

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 20:01 +, Otavio Salvador wrote: > Disable building of 'alg-test' and checking for if_alg.h header. > > Signed-off-by: Otavio Salvador > --- > meta/recipes-connectivity/connman/connman.inc |8 > meta/recipes-connectivity/connman/connman_0.78.bb |2 +-

Re: [OE-core] [PATCH 6/8] [YOCTO #1776] license: manifest and license path

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 11:57 -0800, Khem Raj wrote: > On Fri, Dec 9, 2011 at 5:30 AM, Richard Purdie > wrote: > > > > The above line is a bashism and is breaking builds with dash > > as /bin/sh :( > > I thought bashism was too deep in oe. I can certainly revert to using dash if > thats no longer t

Re: [OE-core] [PATCH] u-boot: renamed dir from uboot to the more appropriate u-boot

2011-12-09 Thread Wolfgang Denk
Dear Martin Jansa, In message <20111209080731.gb3...@jama.jama.net> you wrote: > > On Fri, Dec 09, 2011 at 08:55:05AM +0100, Anders Darander wrote: > > * Frans Meulenbroeks [111209 08:25]: > > > > > recipe dirs normally have the name of the (main) package and the official > > > name is u-boot

Re: [OE-core] [PATCH 6/8] [YOCTO #1776] license: manifest and license path

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 12:02 PM, Joshua Lock wrote: > On 09/12/11 11:57, Khem Raj wrote: >> On Fri, Dec 9, 2011 at 5:30 AM, Richard Purdie >> wrote: >>> >>> The above line is a bashism and is breaking builds with dash >>> as /bin/sh :( >> >> I thought bashism was too deep in oe. I can certainly r

Re: [OE-core] [PATCH] connman: avoid checking for linux/if_alg.h header

2011-12-09 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 18:23, Khem Raj wrote: > > I'm willing to try to drop this in a next patch but I'd prefer this to > get > > in before and get connman in a working shape again before focusing on > > improvements for it. > > your patch is already available for who are in hurry. The problem

Re: [OE-core] [PATCH] connman: avoid checking for linux/if_alg.h header

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 12:19 PM, Otavio Salvador wrote: > On Fri, Dec 9, 2011 at 18:14, Khem Raj wrote: >> >> On Fri, Dec 9, 2011 at 12:01 PM, Otavio Salvador >> wrote: >> > +# alg-test doesn't build, so disable that and test >> > +# for if_alg.h as this header is only in 2.6.39 >> > +do_configu

Re: [OE-core] [CONSOLIDATED PULL 15/17] wget: enable https and openssl

2011-12-09 Thread Khem Raj
On Thu, Dec 8, 2011 at 12:44 AM, Saul Wold wrote: > Signed-off-by: Saul Wold > --- >  meta/recipes-extended/wget/wget.inc |    6 +++--- >  1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-extended/wget/wget.inc > b/meta/recipes-extended/wget/wget.inc > index 91400cc

Re: [OE-core] [PATCH] connman: avoid checking for linux/if_alg.h header

2011-12-09 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 18:14, Khem Raj wrote: > On Fri, Dec 9, 2011 at 12:01 PM, Otavio Salvador > wrote: > > +# alg-test doesn't build, so disable that and test > > +# for if_alg.h as this header is only in 2.6.39 > > +do_configure_prepend() { > > + sed -i 's:tools/alg-test ::g' Makefile.

Re: [OE-core] [PATCH] connman: avoid checking for linux/if_alg.h header

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 12:01 PM, Otavio Salvador wrote: > +# alg-test doesn't build, so disable that and test > +# for if_alg.h as this header is only in 2.6.39 > +do_configure_prepend() { > +       sed -i 's:tools/alg-test ::g' Makefile.am > +       sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dumm

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-09 Thread Flanagan, Elizabeth
On Fri, Dec 9, 2011 at 5:51 AM, Koen Kooi wrote: > > Op 9 dec. 2011, om 14:46 heeft Ulf Samuelsson het volgende geschreven: > > > On 2011-12-09 12:45, Richard Purdie wrote: > >> On Fri, 2011-12-09 at 03:21 +0100, Ulf Samuelsson wrote: > >>> On 2011-12-07 22:53, Khem Raj wrote: > On (07/12/11

Re: [OE-core] [PATCH 6/8] [YOCTO #1776] license: manifest and license path

2011-12-09 Thread Joshua Lock
On 09/12/11 11:57, Khem Raj wrote: > On Fri, Dec 9, 2011 at 5:30 AM, Richard Purdie > wrote: >> >> The above line is a bashism and is breaking builds with dash >> as /bin/sh :( > > I thought bashism was too deep in oe. I can certainly revert to using dash if > thats no longer the case. Richard m

Re: [OE-core] RFC: On-screen- / virtual-keyboard

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 3:35 AM, Samuel Stirtzel wrote: > I've made a recipe for Florence, and run tested it with xfce-nm-image > on an overo gumstix. > It works with some issues but they are gconf related (more info in the > coming patch). > > Now the question to the layer maintainers is, > do you

[OE-core] [PATCH] connman: avoid checking for linux/if_alg.h header

2011-12-09 Thread Otavio Salvador
Disable building of 'alg-test' and checking for if_alg.h header. Signed-off-by: Otavio Salvador --- meta/recipes-connectivity/connman/connman.inc |8 meta/recipes-connectivity/connman/connman_0.78.bb |2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/meta/

Re: [OE-core] [PATCH 6/8] [YOCTO #1776] license: manifest and license path

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 5:30 AM, Richard Purdie wrote: > > The above line is a bashism and is breaking builds with dash > as /bin/sh :( I thought bashism was too deep in oe. I can certainly revert to using dash if thats no longer the case. ___ Openembed

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-09 Thread Khem Raj
>> Certainly oe-core does continue to work. I hadn't realised there were >> incompatibilities introduced by this patch :( >> >> Not sure what we should do about this at this point, probably fix the >> layers :/. >> > True, question is who and when ? > layer maintainers. I think this change deserve

Re: [OE-core] [PATCH 3/3] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 11:45 AM, Darren Hart wrote: > On 12/09/2011 11:36 AM, Otavio Salvador wrote: >> On Fri, Dec 9, 2011 at 17:34, Khem Raj > > wrote: >> >>     why do you want to avoid cover letter ? or is it for other layers >>     other than oe-core >> >> >> When i

Re: [OE-core] [PATCH 06/26] xinit: Update to 1.3.1

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 11:01 AM, Joshua Lock wrote: > > Both of which set PR to 0, which I always understood to be 'policy' > unless there's a reason not to (usually meta-oe compatibility) but each > have their proponents for what makes most sense. if PV is screwy i.e. not incremental then you mi

Re: [OE-core] [PATCH 3/3] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-09 Thread Darren Hart
On 12/09/2011 11:36 AM, Otavio Salvador wrote: > On Fri, Dec 9, 2011 at 17:34, Khem Raj > wrote: > > why do you want to avoid cover letter ? or is it for other layers > other than oe-core > > > When it is a single patch makes no sense to send a cover letter th

Re: [OE-core] [CONSOLIDATED PULL 02/15] ncurses: libcurses.so should link to libncurses.so

2011-12-09 Thread Khem Raj
On Fri, Dec 9, 2011 at 10:23 AM, Saul Wold wrote: > +       # Make sure that libcurses is linked so that it gets -ltinfo > +       # also, this should be addressed upstream really. > +       rm -f ${D}${libdir}/libcurses.so > +       ln -s libncurses.so ${D}${libdir}/libcurses.so > you could do l

Re: [OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-09 Thread Darren Hart
On 12/09/2011 11:35 AM, Otavio Salvador wrote: > On Fri, Dec 9, 2011 at 17:21, Darren Hart > wrote: > > So pulling this in would mean we can't build live images when building > non GPLv3 images? We are looking to revamp the image creation, but until >

Re: [OE-core] [PATCH 3/3] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-09 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 17:34, Khem Raj wrote: > why do you want to avoid cover letter ? or is it for other layers > other than oe-core > When it is a single patch makes no sense to send a cover letter that most of time we just write the same of first commit. -- Otavio Salvador

Re: [OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-09 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 17:21, Darren Hart wrote: > So pulling this in would mean we can't build live images when building > non GPLv3 images? We are looking to revamp the image creation, but until > then I can't agree to this. NO. This is 2.11 release. The GPLv3 versions are the 3.0.x (now it

Re: [OE-core] [PATCH 3/3] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-09 Thread Khem Raj
On Thu, Dec 8, 2011 at 7:40 AM, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- >  scripts/send-pull-request |   21 - >  1 files changed, 12 insertions(+), 9 deletions(-) > > diff --git a/scripts/send-pull-request b/scripts/send-pull-request > index be13009..8d51

[OE-core] [PATCH 0/3] Update QEMU and add support for eglibc testing

2011-12-09 Thread Khem Raj
Minor release 0.15.1 of 0.15 branch is available for QEMU Generate a testing script to help with eglibc cross testing Add nfs-utils-client to nfs-server package group so when we have server, we can also have client, helps in eglibc cross testing The following changes since commit 86d174648b0fe77

[OE-core] [PATCH 3/3] eglibc: Generate cross testing script during install

2011-12-09 Thread Khem Raj
EGLIBC has long had cross testing capability, so use that there are few steps needed on setting up the target as well as the build host. This patch tries to generate a script with all the needed environment on build host system To use this script one needs to setup the target as described in the t

[OE-core] [PATCH 1/3] qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1

2011-12-09 Thread Khem Raj
No other changes (except checksum updates) then git mv were needed Signed-off-by: Khem Raj --- .../{qemu-0.15.0 => qemu-0.15.1}/arm-bgr.patch |0 .../enable-i386-linux-user.patch |0 .../fallback-to-safe-mmap_min_addr.patch |0 .../fix-configure-checks

[OE-core] [PATCH 2/3] task-core-nfs: Add nfs-utils-client to RDEPENDS

2011-12-09 Thread Khem Raj
include nfs client in tast-core-nfs as well this is handy when we need it on target e.g. testing eglibc needs it and we can just do EXTRA_IMAGE_FEATURES += "nfs-server" Signed-off-by: Khem Raj --- meta/recipes-core/tasks/task-core-nfs.bb |6 -- 1 files changed, 4 insertions(+), 2 deletio

Re: [OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-09 Thread Darren Hart
On 12/09/2011 11:17 AM, Otavio Salvador wrote: > On Fri, Dec 9, 2011 at 17:15, Darren Hart > wrote: > > What are these licensing issues, and are they no longer an issue? > > > Newer dosfstools is GPLv3. So pulling this in would mean we can't build live imag

Re: [OE-core] [PATCH] connman: disable ntp support

2011-12-09 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 17:12, Darren Hart wrote: > | checking linux/if_alg.h usability... no > | checking linux/if_alg.h presence... no > | checking for linux/if_alg.h... no > | configure: error: User-space algorithm header files are required > | ERROR: oe_runconf failed > NOTE: package connman-0

Re: [OE-core] [PATCH 3/3] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-09 Thread Darren Hart
On 12/08/2011 07:40 AM, Otavio Salvador wrote: Hi Otavio, Please provide a commit log body. http://wiki.openembedded.org/index.php/Commit_Patch_Message_Guidelines#Patch_Headers_and_Commit_Messages > +else > + echo "WARNING: No cover letter will be send." s/send/sent/ Otherwise looks rea

Re: [OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-09 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 17:15, Darren Hart wrote: > What are these licensing issues, and are they no longer an issue? > Newer dosfstools is GPLv3. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854

Re: [OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-09 Thread Darren Hart
On 12/08/2011 07:40 AM, Otavio Salvador wrote: > This unify recipes for target and native builds and also drops the the > already merged patches. > > Signed-off-by: Otavio Salvador > --- > .../dosfstools/dosfstools-native_2.10.bb | 19 - > .../dosfstools/dosfstools/2.6.20-syscall

Re: [OE-core] [PATCH] connman: disable ntp support

2011-12-09 Thread Darren Hart
On 12/09/2011 10:54 AM, Otavio Salvador wrote: > OE-Core does not provide ntpd at this moment and as there's no known > user of this plugin at this moment we are disabling it. > > [YOCTO #1817] > > Signed-off-by: Otavio Salvador | checking linux/if_alg.h usability... no | checking linux/if_al

Re: [OE-core] [CONSOLIDATED PULL 06/15] pulseaudio: fix compilation with x32 toolchain

2011-12-09 Thread Kamble, Nitin A
> -Original Message- > From: Paul Menzel [mailto:paulepan...@users.sourceforge.net] > Sent: Friday, December 09, 2011 10:46 AM > To: openembedded-core@lists.openembedded.org > Cc: Kamble, Nitin A > Subject: Re: [OE-core] [CONSOLIDATED PULL 06/15] pulseaudio: fix > compilation with x32 too

Re: [OE-core] [PATCH] connman: disable ntp support

2011-12-09 Thread Koen Kooi
Op 9 dec. 2011, om 19:54 heeft Otavio Salvador het volgende geschreven: > OE-Core does not provide ntpd at this moment and as there's no known > user of this plugin at this moment we are disabling it. Ehm: koen@dominion:/OE/tentacle/sources/meta-angstrom$ git grep connman-plugin-ntpd recipes-an

Re: [OE-core] [PATCH 2/3] dosfstools: update native to 2.11

2011-12-09 Thread Kamble, Nitin A
I verified it is building fine for all arches. Nitin > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Otavio Salvador > Sent: Thursday, December 08, 2011 7:41 AM > To: openembedded-cor

Re: [OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Flanagan, Elizabeth
On Fri, Dec 9, 2011 at 2:40 AM, Paul Eggleton wrote: > On Friday 09 December 2011 11:30:40 Ulf Samuelsson wrote: > > I think someone needs to sit down and do this in a structured manner. > > A number of license files were modified. > > For each file, the old checksum needs to be searched for in t

Re: [OE-core] meta-toolchain-gmae can't build: Cannot create symlink from ./var/log to 'volatile/log': File exists

2011-12-09 Thread Dmitry Eremin-Solenikov
On 12/05/2011 12:30 PM, Richard Purdie wrote: On Mon, 2011-12-05 at 15:35 +0800, Cui, Dexuan wrote: Hi, recently, I found meta-toolchain-gmae failed to build on poky master if I use ipk packaging(I didn't try rpm/deb): task do_populate_sdk: Failed | Configuring avahi-dev. | Configuring task-c

Re: [OE-core] [PATCH 06/26] xinit: Update to 1.3.1

2011-12-09 Thread Joshua Lock
On 09/12/11 10:50, Mark Hatle wrote: > On 12/9/11 12:42 PM, Paul Menzel wrote: >> Dear Saul, >> >> >> Am Dienstag, den 29.11.2011, 15:00 -0800 schrieb Saul Wold: >>> Signed-off-by: Saul Wold >>> --- >>> .../xorg-app/{xinit_1.3.0.bb => xinit_1.3.1.bb}|6 +++--- >>> 1 files changed, 3 ins

[OE-core] [PATCH] connman: disable ntp support

2011-12-09 Thread Otavio Salvador
OE-Core does not provide ntpd at this moment and as there's no known user of this plugin at this moment we are disabling it. [YOCTO #1817] Signed-off-by: Otavio Salvador --- meta/recipes-connectivity/connman/connman.inc |6 ++ meta/recipes-connectivity/connman/connman_0.78.bb |2

Re: [OE-core] [PATCH 06/26] xinit: Update to 1.3.1

2011-12-09 Thread Mark Hatle
On 12/9/11 12:42 PM, Paul Menzel wrote: Dear Saul, Am Dienstag, den 29.11.2011, 15:00 -0800 schrieb Saul Wold: Signed-off-by: Saul Wold --- .../xorg-app/{xinit_1.3.0.bb => xinit_1.3.1.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg

Re: [OE-core] [CONSOLIDATED PULL 06/15] pulseaudio: fix compilation with x32 toolchain

2011-12-09 Thread Paul Menzel
Dear Nitin, Am Freitag, den 09.12.2011, 10:23 -0800 schrieb Saul Wold: > From: Nitin A Kamble > > This commit makes assembly syntax compatible with x32 toolchain > to avoid x32 gcc errors. > > Signed-off-by: Nitin A Kamble > --- > .../pulseaudio/pulseaudo_fix_for_x32.patch | 225 >

Re: [OE-core] [PATCH 06/26] xinit: Update to 1.3.1

2011-12-09 Thread Paul Menzel
Dear Saul, Am Dienstag, den 29.11.2011, 15:00 -0800 schrieb Saul Wold: > Signed-off-by: Saul Wold > --- > .../xorg-app/{xinit_1.3.0.bb => xinit_1.3.1.bb}|6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-graphics/xorg-app/{xinit_1.3.0.bb => xinit_1.3.1.

[OE-core] [CONSOLIDATED PULL 15/15] u-boot: renamed dir from uboot to the more appropriate u-boot

2011-12-09 Thread Saul Wold
From: Frans Meulenbroeks recipe dirs normally have the name of the (main) package and the official name is u-boot Signed-off-by: Frans Meulenbroeks --- .../{uboot => u-boot}/files/fix-arm920t-eabi.patch |0 ...Drop-config.h-include-in-tools-imximage.h.patch |0 ...ove-LDSCRIPT-process

[OE-core] [CONSOLIDATED PULL 03/15] self-hosted: Add ext2 utilites and perl-pod for building

2011-12-09 Thread Saul Wold
Add self-hosted-host-tools for non-build related tools Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-self-hosted.bb | 54 +++--- 1 files changed, 31 insertions(+), 23 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tas

[OE-core] [CONSOLIDATED PULL 11/15] siteinfo: create a new siteinfo for x32-linux

2011-12-09 Thread Saul Wold
From: "H.J. Lu" X32 has different sizes for many types: 1. off_t and ino_t are 8 byte, instead of 4 byte. 2. pthread_mutex_t is 32byte, instead of 24 byte. Signed-off-by: Nitin A Kamble Signed-off-by: H.J. Lu --- meta/classes/siteinfo.bbclass |2 +- meta/site/x32-linux |9 +

[OE-core] [CONSOLIDATED PULL 14/15] x86 tune: fix TUNE_PKGARCH definition for proper PACKAGE_ARCH

2011-12-09 Thread Saul Wold
From: Nitin A Kamble rpmbuild can not handle the PACKAGE_ARCH of these kinds: x86_64-x32, core2-64, core2-64-x32 With these kinds of PACKAGE_ARCH the --target parameter of rpmbuild becomes like: core2-64-x32-poky-linux-gnux32 ; And rpmbuild extracts %_target (arch) wrongly as core2 gener

[OE-core] [CONSOLIDATED PULL 12/15] libacpi: Use the cross strip instead of host strip

2011-12-09 Thread Saul Wold
From: Nitin A Kamble to avoid this build error on x32: | strip: Unable to recognise the format of the input file `test-libacpi' | make: *** [test-libacpi] Error 1 | ERROR: oe_runmake failed Signed-off-by: Nitin A Kamble --- .../use_correct_strip_in_cross_environment.patch | 23 +++

[OE-core] [CONSOLIDATED PULL 05/15] mdadm: Make custom CC definition conditional

2011-12-09 Thread Saul Wold
From: Nitin A Kamble By hardcoding CC's definition in the Makefile, all the gcc parameters set by tune settings are lost. Causing compile failure with x32 toolchain As the bitbake defined CC is good, there is no need to redfine CC in the make file, hence making the CC definition in the Makefile

[OE-core] [CONSOLIDATED PULL 13/15] openssl-1.0.0e: Update x32 Configure

2011-12-09 Thread Saul Wold
From: "H.J. Lu" Make linux-x32 as close to linux-x86_64 as possible: 1. Add -mx32 -DMD32_REG_T=int. 2. Changed to -O3. 3. Remove -pipe -g -feliminate-unused-debug-types. 4. Remove -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS. 5. Add :::x32 for multilib. Signed-Off-By: Nitin A Kamble Signed-Off-By:

[OE-core] [CONSOLIDATED PULL 04/15] gst-fluendo.inc: remove unneccessary hack

2011-12-09 Thread Saul Wold
From: Nitin A Kamble This fixes bug: [YOCTO #1403] the custom definition of CC was causing build isuses with x32 toolchain. And also I found out that the hack is not neccessary anymore. the affected gst-fluendo-mpegdemux recipe builds fine without the CC hack. Signed-off-by: Nitin A Kamble ---

[OE-core] [CONSOLIDATED PULL 06/15] pulseaudio: fix compilation with x32 toolchain

2011-12-09 Thread Saul Wold
From: Nitin A Kamble This commit makes assembly syntax compatible with x32 toolchain to avoid x32 gcc errors. Signed-off-by: Nitin A Kamble --- .../pulseaudio/pulseaudo_fix_for_x32.patch | 225 .../pulseaudio/pulseaudio_1.1.bb |3 +- 2 files

[OE-core] [CONSOLIDATED PULL 01/15] lzop-1.03: add recipe

2011-12-09 Thread Saul Wold
From: Christopher Larson This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the current defconfig, this affects linux-omap4 2.6 in the meta-ti layer). Signed-off-by: Christopher Larson --- meta/recipes-support/lzop/lzop/acinclude.m4 | 390 +++

[OE-core] [CONSOLIDATED PULL 08/15] findutils: Fix compilation for x32 toolchain

2011-12-09 Thread Saul Wold
From: Nitin A Kamble time_t is 64bit and long int is 32bit on x32. But gnulib used in findutils assumes time_t values fit into long int. Such assumption is invalid for x32 and should be removed. Signed-off-by: Nitin A Kamble Signed-Off-By: H.J. Lu --- .../findutils-4.4.2_fix_for_x32.patch

[OE-core] [CONSOLIDATED PULL 09/15] mesa: Properly create share library for x32

2011-12-09 Thread Saul Wold
From: "H.J. Lu" Also pass -mx32 parameter to gcc to create create share library for x32. Signed-Off-By: Nitin A Kamble Signed-Off-By: H.J. Lu --- .../mesa/mesa/mesa_fix_for_x32.patch | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/met

[OE-core] [CONSOLIDATED PULL 00/15] x32 and misc fixes

2011-12-09 Thread Saul Wold
The following changes since commit 4215b2fb04b3ed61e8e1cf0847639cf6fe31d337: connman: update to 0.78 (2011-12-09 17:46:25 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage http://cgit.openembedded.org/cgit.cgi/openembedded-core-c

[OE-core] [CONSOLIDATED PULL 10/15] pax: fix compilation with x32 toolchain

2011-12-09 Thread Saul Wold
From: Nitin A Kamble off_t is 8byte for x32. We need to check both _FILE_OFFSET_BITS and size of off_t to see if file offset is 64bit. This patch adds AC_CHECK_SIZEOF(off_t) and checks SIZEOF_OFF_T == 8. Signed-off-by: H.J. Lu Signed-off-by: Nitin A Kamble --- .../pax/pax/pax-3.4_fix_for_x3

[OE-core] [CONSOLIDATED PULL 07/15] libacpi: Fix libdir for x32

2011-12-09 Thread Saul Wold
From: Nitin A Kamble libacpi doesn't use base_libdir for install. This patch adds base_libdir support so that x32 libraries are installed properly. Signed-off-by: Nitin A Kamble Signed-off-by: H.J. Lu --- .../libacpi/files/libacpi_fix_for_x32.patch| 47 meta/re

[OE-core] [CONSOLIDATED PULL 02/15] ncurses: libcurses.so should link to libncurses.so

2011-12-09 Thread Saul Wold
The current libcurses (backward compat) links to libncurses.so.5.9, this causes a problem since this library also needs libtinfo, the libncurses.so, uses a "ld script" to include both, libcurses.so should point to libncurses.so (the script) not the library. Signed-off-by: Saul Wold --- meta/reci

Re: [OE-core] [PATCH 0/5] ConnMan improvements and misc fixes

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 17:27 +, Otavio Salvador wrote: > The following changes since commit 4a13766c7b223d82e8cf682db999a135d2b8412c: > > gtk.inc: ship gtk-demo to independent package (2011-12-08 16:58:41 +) > > are available in the git repository at: > git://github.com/OSSystems/oe-co

[OE-core] [PATCH 1/1] classes/rootfs_deb: implement query functions for buildhistory

2011-12-09 Thread Paul Eggleton
Implement the functions required for buildhistory to be able to query installed packages, get dependencies etc. for deb-based images. Signed-off-by: Paul Eggleton --- meta/classes/rootfs_deb.bbclass | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/m

[OE-core] [PATCH 0/1] Enable buildhistory for deb-based images

2011-12-09 Thread Paul Eggleton
The following change since commit 4a13766c7b223d82e8cf682db999a135d2b8412c: gtk.inc: ship gtk-demo to independent package (2011-12-08 16:58:41 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-deb http://cgit.openembedded.

[OE-core] [PATCH 1/5] dosfstools: update native to 2.11

2011-12-09 Thread Otavio Salvador
This unify recipes for target and native builds and also drops the the already merged patches. Signed-off-by: Otavio Salvador --- .../dosfstools/dosfstools-native_2.10.bb | 19 - .../dosfstools/dosfstools/2.6.20-syscall.patch | 72 --- .../dosfstools/dosfsto

[OE-core] [PATCH 3/5] connman: drop git version

2011-12-09 Thread Otavio Salvador
This was clearly unused as dbusperms.patch cannot be fetched by this recipe and noone noticed the build failures caused by it. Signed-off-by: Otavio Salvador --- .../connman/connman-0.75/dbusperms.patch | 14 -- meta/recipes-connectivity/connman/connman_git.bb | 11 --

[OE-core] [PATCH 5/5] connman: update to 0.78

2011-12-09 Thread Otavio Salvador
Updates the package to 0.78 bringing changes done on meta-oe and extra cleanups as: * xtables_version.patch: removed as it has been merged upstream * use sed to fix dbus access policy * remove build depends on dhclient as connman has an internal client now * make wifi and bluetooth building o

[OE-core] [PATCH 0/5] ConnMan improvements and misc fixes

2011-12-09 Thread Otavio Salvador
The following changes since commit 4a13766c7b223d82e8cf682db999a135d2b8412c: gtk.inc: ship gtk-demo to independent package (2011-12-08 16:58:41 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Sal

[OE-core] [PATCH 4/5] connman: move files from connman-0.75 to connman dir

2011-12-09 Thread Otavio Salvador
This is being done in preparation to get newer version of connman into OE-Core. Signed-off-by: Otavio Salvador --- .../add_xuser_dbus_permission.patch|0 .../connman/{connman-0.75 => connman}/connman |0 .../xtables_version.patch |0 3 fi

[OE-core] [PATCH 2/5] scripts/send-pull-request: allow sending of patches without a cover letter

2011-12-09 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- scripts/send-pull-request | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/scripts/send-pull-request b/scripts/send-pull-request index be13009..8d51ce2 100755 --- a/scripts/send-pull-request +++ b/scripts/send-pull-re

Re: [OE-core] [PATCH] connman: update to 0.78

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 14:38 -0200, Otavio Salvador wrote: > On Fri, Dec 9, 2011 at 12:18, Richard Purdie: > > f) Reorder variables in the file so as to make the diff > unreadable and > hard to review > > This was indeed done and I am sorry but it does seems more easy to

Re: [OE-core] [PATCH] connman: update to 0.78

2011-12-09 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 12:18, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > This patch appears to: > > a) Remove multilib support from the recipe > Fixed. > b) Drop the git version of the recipe (no mention of this above?) > I moved it to another commit. > c) Add a pointless

Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-09 Thread Koen Kooi
Op 9 dec. 2011, om 16:05 heeft Richard Purdie het volgende geschreven: > On Fri, 2011-12-09 at 14:44 +0100, Koen Kooi wrote: >> Op 8 dec. 2011, om 08:05 heeft Martin Jansa het volgende geschreven: >> >>> On Thu, Dec 08, 2011 at 12:53:11AM +0100, Andreas Müller wrote: On Wednesday, December

Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 14:44 +0100, Koen Kooi wrote: > Op 8 dec. 2011, om 08:05 heeft Martin Jansa het volgende geschreven: > > > On Thu, Dec 08, 2011 at 12:53:11AM +0100, Andreas Müller wrote: > >> On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: > >>> We need pseudo to use the ro

Re: [OE-core] [PATCH] connman: update to 0.78

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 10:51 +, Otavio Salvador wrote: > Updates the package to 0.78 bringing changes done on meta-oe to > OE-Core. This also removes unrequired build-depends and makes the > package to respect wifi and bluetooth distro features. > > Following patches were removed: > > * xtabl

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-09 Thread Koen Kooi
Op 9 dec. 2011, om 14:46 heeft Ulf Samuelsson het volgende geschreven: > On 2011-12-09 12:45, Richard Purdie wrote: >> On Fri, 2011-12-09 at 03:21 +0100, Ulf Samuelsson wrote: >>> On 2011-12-07 22:53, Khem Raj wrote: On (07/12/11 11:34), Beth Flanagan wrote: > From: Christopher Larson >>

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-09 Thread Ulf Samuelsson
On 2011-12-09 12:45, Richard Purdie wrote: On Fri, 2011-12-09 at 03:21 +0100, Ulf Samuelsson wrote: On 2011-12-07 22:53, Khem Raj wrote: On (07/12/11 11:34), Beth Flanagan wrote: From: Christopher Larson Deploys sources for recipes for compliance with copyleft-style licenses Defaults to using

Re: [OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

2011-12-09 Thread Koen Kooi
Op 8 dec. 2011, om 08:05 heeft Martin Jansa het volgende geschreven: > On Thu, Dec 08, 2011 at 12:53:11AM +0100, Andreas Müller wrote: >> On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: >>> We need pseudo to use the rootfs passwd/group files belonging to the >>> rootfs when buil

Re: [OE-core] [PATCH 6/8] [YOCTO #1776] license: manifest and license path

2011-12-09 Thread Richard Purdie
On Wed, 2011-12-07 at 11:34 -0800, Beth Flanagan wrote: > + > +license_create_manifest() { > +mkdir -p ${LICENSE_DIRECTORY}/${IMAGE_NAME} > +# Get list of installed packages > +list_installed_packages | grep -v "locale" |sort > > ${LICENSE_DIRECTORY}/${IMAGE_NAME}/package.manifest > +

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class --- MAJOR BREAKAGE!!!!

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 03:21 +0100, Ulf Samuelsson wrote: > On 2011-12-07 22:53, Khem Raj wrote: > > On (07/12/11 11:34), Beth Flanagan wrote: > >> From: Christopher Larson > >> > >> Deploys sources for recipes for compliance with copyleft-style licenses > >> Defaults to using symlinks, as it's a qu

Re: [OE-core] RFC: On-screen- / virtual-keyboard

2011-12-09 Thread Samuel Stirtzel
Hi, 2011/12/4 Yury Bushmelev : [snip] > > My list of virtual keyboards includes also: > * xvkbd http://homepage3.nifty.com/tsato/xvkbd/ > * qvkeyboard http://qt-apps.org/content/show.php/QVKeyboard?content=77983 > * Florence http://florence.sourceforge.net/english.html I've made a recipe for Flor

[OE-core] [PATCH] connman: update to 0.78

2011-12-09 Thread Otavio Salvador
Updates the package to 0.78 bringing changes done on meta-oe to OE-Core. This also removes unrequired build-depends and makes the package to respect wifi and bluetooth distro features. Following patches were removed: * xtables_version.patch: merged upstream * dbusperms.patch: dropped in favour

Re: [OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Paul Eggleton
On Friday 09 December 2011 11:30:40 Ulf Samuelsson wrote: > I think someone needs to sit down and do this in a structured manner. > A number of license files were modified. > For each file, the old checksum needs to be searched for in the tree, > and the license modified. In case it wasn't clear I

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-09 Thread Richard Purdie
On Fri, 2011-12-09 at 07:51 +0100, Koen Kooi wrote: > Op 8 dec. 2011, om 22:59 heeft Richard Purdie het volgende geschreven: > > > On Thu, 2011-12-08 at 17:12 +, Phil Blundell wrote: > >> On Thu, 2011-12-08 at 16:55 +, Richard Purdie wrote: > >>> The question is whether it makes sense to h

Re: [OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Ulf Samuelsson
On 2011-12-09 11:24, Paul Eggleton wrote: On Friday 09 December 2011 11:09:25 Ulf Samuelsson wrote: NOTE: package libopie2-1.2.5-r16.0: task do_configure: Started ERROR: libopie2: md5 data is not matching for file:///home/ulf/projects/OE_2011-12-08/sources/openembedded-core/meta/files /common-li

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-09 Thread Phil Blundell
On Fri, 2011-12-09 at 11:25 +0100, Koen Kooi wrote: > gtk 2.x is one of the few places where directfb/x11/whatever conflict, > so if I want directfb support for sane things (gtk 3.x, qt, etc) the > current patch will make me jump through a ton of hoops. Well, you can set: # support both graphical

Re: [OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

2011-12-09 Thread Koen Kooi
Op 9 dec. 2011, om 11:08 heeft Phil Blundell het volgende geschreven: > On Fri, 2011-12-09 at 07:51 +0100, Koen Kooi wrote: >> So to be safe and give other directfb implementations a change, can >> this PACKAGECONFIG option be named 'gtk-directfb' in DISTRO_FEATURES? > > I don't think I quite un

Re: [OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Paul Eggleton
On Friday 09 December 2011 11:09:25 Ulf Samuelsson wrote: > NOTE: package libopie2-1.2.5-r16.0: task do_configure: Started > ERROR: libopie2: md5 data is not matching for > file:///home/ulf/projects/OE_2011-12-08/sources/openembedded-core/meta/files > /common-licenses/LGPL-2.0;md5=03f2b9deed35802bc

Re: [OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Ulf Samuelsson
On 2011-12-09 11:09, Ulf Samuelsson wrote: Error: NOTE: package libopie2-1.2.5-r16.0: task do_configure: Started ERROR: libopie2: md5 data is not matching for file:///home/ulf/projects/OE_2011-12-08/sources/openembedded-core/meta/files/common-licenses/LGPL-2.0;md5=03f2b9deed35802bc1aae2ae3dc6d9

[OE-core] Change in "openembedded-core/meta/files/common-licenses/LGPL-2.0" breaks opie-image

2011-12-09 Thread Ulf Samuelsson
Error: NOTE: package libopie2-1.2.5-r16.0: task do_configure: Started ERROR: libopie2: md5 data is not matching for file:///home/ulf/projects/OE_2011-12-08/sources/openembedded-core/meta/files/common-licenses/LGPL-2.0;md5=03f2b9deed35802bc1aae2ae3dc6d9ed ERROR: libopie2: The new md5 checksum is

  1   2   >