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

2011-12-10 Thread Koen Kooi
Op 9 dec. 2011, om 20:57 heeft Khem Raj het volgende geschreven: > 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 > tha

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

2011-12-10 Thread Richard Purdie
On Sat, 2011-12-10 at 09:16 +0100, Koen Kooi wrote: > Op 9 dec. 2011, om 20:57 heeft Khem Raj het volgende geschreven: > > > 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 bash

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

2011-12-10 Thread Martin Jansa
On Sat, Dec 10, 2011 at 12:30:58AM +0100, Wolfgang Denk wrote: > 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 norma

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

2011-12-10 Thread Otavio Salvador
On Fri, Dec 9, 2011 at 22:07, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Hmm, this has just merged with the typo, sorry (it had been around a > while with no comments). Can someone sent a follow up please? > I will send a patch fixing it. -- Otavio Salvador

[OE-core] [PATCH] scripts/send-pull-request: fix typo

2011-12-10 Thread Otavio Salvador
s/No cover letter will be send./No cover letter will be sent./ Signed-off-by: Otavio Salvador --- scripts/send-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/send-pull-request b/scripts/send-pull-request index 8d51ce2..09f4245 100755 --- a/scripts/

[OE-core] [PATCH 0/1] [YOCTO #1819] License addtask PR bump failure

2011-12-10 Thread Beth Flanagan
Changing back addtask of do_populate_lic as it does not need to be before do_compile and the change causes updated recipes to fail, requiring a clean. The following changes since commit 924b1e47ab7895e42dd6a56952beb2ef2f61e4fe: license/copyleft: exception for ast parse (2011-12-10 00:18:15 +00

[OE-core] [PATCH 1/1] [YOCTO #1819] license: PR bump failure

2011-12-10 Thread Beth Flanagan
From: Elizabeth Flanagan This addtask for do_populate_lic should be reverted back to before do_package as before do_compile causes failures when recipes are updated. Signed-off-by: Elizabeth Flanagan --- meta/classes/license.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [OE-core] [PATCH 1/1] [YOCTO #1819] license: PR bump failure

2011-12-10 Thread Saul Wold
On 12/10/2011 09:03 AM, Beth Flanagan wrote: From: Elizabeth Flanagan This addtask for do_populate_lic should be reverted back to before do_package as before do_compile causes failures when recipes are updated. Beth, The [YOCTO #1819] goes in the commit body, not the "subject part" Sau! S

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

2011-12-10 Thread Khem Raj
On Fri, Dec 9, 2011 at 11:30 AM, Khem Raj wrote: > 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

[OE-core] [PATCH 5/5] bitbake.conf: remove texinfo-native from ASSUME_PROVIDED

2011-12-10 Thread Saul Wold
We need to build texinfo-native to get and install the makedoc tool [YOCTO #1664] Signed-off-by: Saul Wold --- meta/conf/bitbake.conf |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index eeb1fc4..f79e3f7 100644 --- a/meta

[OE-core] [PATCH 2/5] gdk-pixbuf: Add hicolor-icon-theme as RDEPENDS

2011-12-10 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb index b33eca9..7955e3b 100644 --- a/

[OE-core] [PATCH 4/5] texinfo: fix compile failure due target makedoc binary being used

2011-12-10 Thread Saul Wold
Need to have the texinfo-native build and install a host sysroot makedoc binary and then patch the target build to use this binary. This requires that we don't ASSUME_PROVIDED texinfo-native any longer since we need to install this makedoc tool which is not part of the normal distrubtion. This con

[OE-core] [PATCH 3/5] self-hosted: Add ext2 utilites and perl-pod for building

2011-12-10 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] [PATCH 0/5] Fixes related to self-hosted build

2011-12-10 Thread Saul Wold
This has some changes to enable the self-hosted build to startup in X cleanly. One note, the texinfo change may change if I can get it to correctly build the native/host cross tools correctly, currently there is a problem with that part of the build which has already been addressed in a older pat

[OE-core] [PATCH 1/5] ncurses: libcurses.so should link to libncurses.so

2011-12-10 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 3/5] self-hosted: Add ext2 utilites and perl-pod for building

2011-12-10 Thread Wolfgang Denk
Dear Saul Wold, In message <71f6cb63e711721a1a03cfc1c0f1d054472241fe.1323554268.git@linux.intel.com> you wrote: > Add self-hosted-host-tools for non-build related tools ... > +e2fsprogs \ ... > +genext2fs \ It's certainly nice to have the ext2 tools then, but would it not also make

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

2011-12-10 Thread Khem Raj
On Fri, Dec 9, 2011 at 4: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 > --- > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass > index d0cc279..120a524 100644

Re: [OE-core] [PATCH 3/5] self-hosted: Add ext2 utilites and perl-pod for building

2011-12-10 Thread Saul Wold
On 12/10/2011 03:24 PM, Wolfgang Denk wrote: Dear Saul Wold, In message<71f6cb63e711721a1a03cfc1c0f1d054472241fe.1323554268.git@linux.intel.com> you wrote: Add self-hosted-host-tools for non-build related tools ... +e2fsprogs \ ... +genext2fs \ It's certainly nice to have t

Re: [OE-core] [PATCH 3/5] self-hosted: Add ext2 utilites and perl-pod for building

2011-12-10 Thread Paul Menzel
Dear Saul, Am Samstag, den 10.12.2011, 14:01 -0800 schrieb 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(-