Re: [OE-core] [PATCH 3/3] conf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting from https

2011-05-10 Thread Khem Raj
On Tue, May 10, 2011 at 11:30 PM, Khem Raj wrote: > From: Otavio Salvador > > Signed-off-by: Khem Raj well this patch is wrong since it adds --no-check-certificate between -P and its argument but I have fixed it and pushed the new patch to the pull tree. > --- >  meta/conf/bitbake.conf |    8

Re: [OE-core] [PATCH 1/2] metadata_scm.bbclass: Use COREBASE to grok for SCM operations

2011-05-10 Thread Koen Kooi
Op 11 mei 2011, om 06:35 heeft Khem Raj het volgende geschreven: > Signed-off-by: Khem Raj This fixes bitbake bombing out after moving OE-core down in bblayers.conf: Acked-by: Koen Kooi > --- > meta/classes/metadata_scm.bbclass |5 + > 1 files changed, 1 insertions(+), 4 deletions(-)

[OE-core] [PATCH 3/3] conf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting from https

2011-05-10 Thread Khem Raj
From: Otavio Salvador Signed-off-by: Khem Raj --- meta/conf/bitbake.conf |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index fb488ae..030a78b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -50

[OE-core] [PATCH 0/3] Do not depend on BBFILES to compute scm dirs

2011-05-10 Thread Khem Raj
This fixes the problem that I described in http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/001966.html Additionally we do not need directories with */packages/* in BBFILES anymore use --no-check-certificate for wget otherwise tar downloads from github.com end up giving certificate

[OE-core] [PATCH 1/3] metadata_scm.bbclass: Use COREBASE to grok for SCM operations

2011-05-10 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/metadata_scm.bbclass |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/meta/classes/metadata_scm.bbclass b/meta/classes/metadata_scm.bbclass index 7112ad5..99ac05c 100644 --- a/meta/classes/metadata_scm.bbclass +++ b/meta/classe

[OE-core] [PATCH 2/3] meta/conf/layer.conf: Remove packages/*bb from BBFILES

2011-05-10 Thread Khem Raj
packages directory has been divided into recipes-*/ dirs Signed-off-by: Khem Raj --- meta/conf/layer.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 3f63c7d..ad95405 100644 --- a/meta/conf/layer.conf +++ b/meta/conf

Re: [OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-10 Thread Martin Jansa
On Tue, May 10, 2011 at 04:01:06PM -0700, Tom Rini wrote: > On 05/10/2011 12:18 PM, Otavio Salvador wrote: > > On Tue, May 10, 2011 at 15:55, Tom Rini wrote: > >> Add a -l switch that takes an argument of either github or gitorious > >> and will make the cover letter have a fill-in-the-blank of wh

Re: [OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-10 Thread Darren Hart
On 05/10/2011 12:18 PM, Otavio Salvador wrote: > On Tue, May 10, 2011 at 15:55, Tom Rini wrote: >> Add a -l switch that takes an argument of either github or gitorious >> and will make the cover letter have a fill-in-the-blank of where the >> changes are on either github or gitorious. > > Anoth

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Darren Hart
On 05/10/2011 11:20 AM, Otavio Salvador wrote: > On Tue, May 10, 2011 at 15:00, Saul Wold wrote: >> Is there a reason you can't use the oe-core-contrib repo and create a branch >> there? Can the script be modified to support github also? > > Not a hard one but I prefer to have it into our repo

[OE-core] [PATCH 1/5] libunique: Fix for compilation with gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libunique/fix_for_compile_with_gcc-4.6.0.patch | 36 meta/recipes-gnome/libunique/libunique_1.1.6.bb|5 ++- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-gnome/libuniq

[OE-core] [PATCH 2/5] matchbox-wm-2: fix typo in Makefile

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../matchbox-wm-2/matchbox-wm-2/fix_makefile.patch | 19 +++ .../matchbox-wm-2/matchbox-wm-2_svn.bb |3 ++- 2 files changed, 21 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-graphics/match

[OE-core] [PATCH 4/5] zaurusd: fix a typo in Makefile

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../recipes-bsp/zaurusd/zaurusd/fix_makefile.patch | 19 +++ meta/recipes-bsp/zaurusd/zaurusd_svn.bb|5 +++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-bsp/zaurusd/z

[OE-core] [PATCH 3/5] web: fix typo in Makefile

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-sato/web/web/fix_makefile.patch | 20 meta/recipes-sato/web/web_git.bb |3 ++- 2 files changed, 22 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-sato/web/web/fix_makefile.

[OE-core] [PATCH 5/5] dtc: fix compilation with gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../dtc/fix_for_compilation_with_gcc_4.6.0.patch | 51 meta/recipes-kernel/dtc/dtc_git.inc|5 +- 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-kernel/dtc/dtc

[OE-core] [PATCH 0/5] more fixes related to gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble --- Nitin A Kamble (5): libunique: Fix for compilation with gcc 4.6.0 matchbox-wm-2: fix typo

[OE-core] [PATCH 1/2] metadata_scm.bbclass: Use COREBASE to grok for SCM operations

2011-05-10 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/metadata_scm.bbclass |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/meta/classes/metadata_scm.bbclass b/meta/classes/metadata_scm.bbclass index 7112ad5..99ac05c 100644 --- a/meta/classes/metadata_scm.bbclass +++ b/meta/classe

[OE-core] [PATCH 2/2] meta/conf/layer.conf: Remove packages/*bb from BBFILES

2011-05-10 Thread Khem Raj
packages directory has been divided into recipes-*/ dirs Signed-off-by: Khem Raj --- meta/conf/layer.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 3f63c7d..ad95405 100644 --- a/meta/conf/layer.conf +++ b/meta/conf

[OE-core] [PATCH 0/2] Do not depend on BBFILES to compute scm dirs

2011-05-10 Thread Khem Raj
This fixes the problem that I described in http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/001966.html Additionally we do not need directories with */packages/* in BBFILES anymore Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kraj/misc-fixes Browse:

[OE-core] Fwd: [PATCH 0/6] RFC Distro config changes

2011-05-10 Thread Khem Raj
-- Forwarded message -- From: Khem Raj Date: Tue, May 10, 2011 at 8:35 PM Subject: Re: [OE-core] [PATCH 0/6] RFC Distro config changes To: Richard Purdie On Tue, May 10, 2011 at 7:08 AM, Richard Purdie wrote: >> THere is something wrong with git. >> If I browse to the 2nd url I

Re: [OE-core] [poky] GCC 4.6.0 on ARM?

2011-05-10 Thread Kamble, Nitin A
> -Original Message- > From: poky-boun...@yoctoproject.org [mailto:poky- > boun...@yoctoproject.org] On Behalf Of Gary Thomas > Sent: Monday, May 02, 2011 5:57 AM > To: Khem Raj > Cc: Poky Project; Patches and discussions about the oe-core layer > Subject: Re: [poky] GCC 4.6.0 on ARM? >

[OE-core] [PATCH 2/2] clutter-cairo: remove remaining files from this obsolete recipe

2011-05-10 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-graphics/clutter/clutter-cairo.inc| 13 - .../clutter-cairo/enable_examples-0.6.patch| 23 .../clutter/clutter-cairo/enable_examples.patch| 28 3 files changed, 0 inse

[OE-core] [PATCH 0/2] Some fixes, Edwin, May11, 2011,

2011-05-10 Thread Zhai Edwin
From: Zhai Edwin Upgrade qemu git to fix bug 1013, and removed some unused files. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: gzhai/fix3 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix3 Thanks, Zhai Edwin --- Zhai Edwin (2): qemu: Upgrade qemu

[OE-core] [PATCH 1/1] poky-defaults: fix defaults for libgcc recipes

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble This fixes bug: [YOCTO #1021] the libgcc version was getting picked up as latest, which may not match with the version of gcc. And because of this the crt*.o files were missing from the resulting libgcc-dev package. libgcc1-4.6.0-r0.i586 perl-module-extutils-cbuilder-platfo

[OE-core] [PATCH 0/1] one high prio bugfix

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/bugfixes Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/bugfixes Thanks, Nitin A Kamble --- Nitin A Kamble (1): poky-defaults: fix defaults for libgcc recipes meta/conf/distr

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-10 Thread Cui, Dexuan
Saul Wold wrote: > On 05/10/2011 07:20 AM, Cui, Dexuan wrote: >> Richard Purdie wrote: >>> On Tue, 2011-05-10 at 22:02 +0800, Cui, Dexuan wrote: > or we hardcode to /usr/bin/perl. Since the perl-native binary > won't be in the path for any of these, autodetecting and letting > it hardco

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-10 Thread Saul Wold
On 05/10/2011 07:20 AM, Cui, Dexuan wrote: Richard Purdie wrote: On Tue, 2011-05-10 at 22:02 +0800, Cui, Dexuan wrote: or we hardcode to /usr/bin/perl. Since the perl-native binary won't be in the path for any of these, autodetecting and letting it hardcode is probably fine. It has the advantag

Re: [OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-10 Thread Tom Rini
On 05/10/2011 12:18 PM, Otavio Salvador wrote: > On Tue, May 10, 2011 at 15:55, Tom Rini wrote: >> Add a -l switch that takes an argument of either github or gitorious >> and will make the cover letter have a fill-in-the-blank of where the >> changes are on either github or gitorious. > > Another

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-10 Thread Franz Leitl
Hi Darren, Am Dienstag 10 Mai 2011, 22:23:13 schrieben Sie: > Hi Franz, I'm not ignoring you, I'm laid up in bed with a nasty stomach > flu and not thinking very clearly right now. I'll try and responds as > soon as I can... No need to rush. I can wait. I used the workaround from Koen Kooi for get

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Koen Kooi
Op 10 mei 2011, om 22:24 heeft Martin Jansa het volgende geschreven: > On Tue, May 10, 2011 at 08:03:57PM +0100, Richard Purdie wrote: >> Martin/Tom: Serious question - why not use the contrib repo for this? > > I have nothing against contrib repo and I'm using oe-core-contrib for > oe-core stuf

[OE-core] [PATCH 15/16] binutils: fix upstream status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../binutils/binutils-2.21/110-arm-eabi-conf.patch |2 +- .../binutils-2.21/binutils-2.19.1-ld-sysroot.patch |2 +- .../binutils/binutils-2.21/binutils-poison.patch |2 +- .../binutils-uclibc-100-uclibc-conf.patch |

[OE-core] [PATCH 09/16] sat-solver: fix Upstream-Status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../sat-solver/fix_gcc-4.6.0_compile_issue.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/sat-solver/sat-solver/fix_gcc-4.6.0_compile_issue.patch b/meta/recipes-extended/sat-solver/

[OE-core] [PATCH 16/16] gcc-4.5.1: fix upstream-status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../gcc/gcc-4.5.1/100-uclibc-conf.patch|2 +- .../gcc/gcc-4.5.1/103-uclibc-conf-noupstream.patch |2 +- .../gcc/gcc-4.5.1/200-uclibc-locale.patch |2 +- .../gcc/gcc-4.5.1/203-uclibc-locale-no__x.patch|

[OE-core] [PATCH 13/16] patch-2.5.9: fix upstream-status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/patch/patch/debian.patch |2 +- .../patch/patch/global-reject-file.diff|2 +- meta/recipes-devtools/patch/patch/install.patch|2 +- .../patch/patch/unified-reject-files.diff |

[OE-core] [PATCH 12/16] python-imaging: fix upstream-status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../python/python-imaging/path.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python-imaging/path.patch b/meta/recipes-devtools/python/python-imaging/path.patch in

[OE-core] [PATCH 14/16] patch-2.6.1: fix upstream-status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../patch/patch-2.6.1/global-reject-file.diff |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/patch/patch-2.6.1/global-reject-file.diff b/meta/recipes-devtools/patch/patch-2.6.1/global-r

[OE-core] [PATCH 08/16] tar: fix Upstream-Status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../tar/tar-1.17/avoid_heap_overflow.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/tar/tar-1.17/avoid_heap_overflow.patch b/meta/recipes-extended/tar/tar-1.17/avoid_heap_overf

[OE-core] [PATCH 05/16] kexec-tools: fix compiler errors with gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../fix_for_compiling_with_gcc-4.6.0.patch | 40 meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |3 +- 2 files changed, 42 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-kernel/kexec/k

[OE-core] [PATCH 07/16] libpcre: fix the Upstream-Status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libpcre/files/fix-pcre-name-collision.patch|2 +- .../recipes-support/libpcre/files/pcre-cross.patch |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libpcre/files/fix-pcre-name-coll

[OE-core] [PATCH 06/16] libzypp: fix compilatoin with gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libzypp/fix_for_compile_wth_gcc-4.6.0.patch| 22 meta/recipes-extended/libzypp/libzypp_git.bb |3 +- 2 files changed, 24 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-extended/libzy

[OE-core] [PATCH 11/16] subversion: fix upstream-status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../subversion/disable-revision-install.patch |2 +- .../subversion/subversion/libtool2.patch |2 +- .../subversion/subversion/neon-detection.patch |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff

[OE-core] [PATCH 04/16] systemtap: fix for compilation with gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../fix_for_compilation_with_gcc-4.6.0.patch | 119 meta/recipes-kernel/systemtap/systemtap_git.bb |3 +- 2 files changed, 121 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-kernel/system

[OE-core] [PATCH 03/16] pax: fix for compiling with gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../pax/pax/fix_for_compile_with_gcc-4.6.0.patch | 25 meta/recipes-extended/pax/pax_3.4.bb |5 ++- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/pax/

[OE-core] [PATCH 00/16] fixes related to gcc 4.6.0 & patch upstream-status fields

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble --- Khem Raj (1): gcc-4.6.0: Apply linaro patches Nitin A Kamble (15): mdadm: compilation fi

[OE-core] [PATCH 10/16] cpio: fix upstream-status format

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../cpio/cpio-2.8/avoid_heap_overflow.patch|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/cpio/cpio-2.8/avoid_heap_overflow.patch b/meta/recipes-extended/cpio/cpio-2.8/avoid_heap_ove

[OE-core] [PATCH 02/16] mdadm: compilation fix for gcc 4.6.0

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mdadm/fix_for_compilation_with_gcc-4.6.0.patch | 174 meta/recipes-extended/mdadm/mdadm_3.2.1.bb |5 +- 2 files changed, 177 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/mdad

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Martin Jansa
On Tue, May 10, 2011 at 08:03:57PM +0100, Richard Purdie wrote: > Martin/Tom: Serious question - why not use the contrib repo for this? I have nothing against contrib repo and I'm using oe-core-contrib for oe-core stuff, but I had gitorious repos for meta-oe before meta-oe-contrib was created and

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-10 Thread Darren Hart
Hi Franz, I'm not ignoring you, I'm laid up in bed with a nasty stomach flu and not thinking very clearly right now. I'll try and responds as soon as I can... -- Darren On 05/09/2011 06:56 PM, Franz Leitl wrote: > Hi, > > Am Dienstag 10 Mai 2011, 03:40:04 schrieb Franz Leitl: >> Am Montag 09 Mai

Re: [OE-core] [PATCH 1/3] cmake.bbclass: fix qmake and rpath issues

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 16:59, Saul Wold wrote: > In Richard's email he proposed one or the other be set, why do you need to > set both here?  If both need to be set then you don't need the override. Because they're different no? Otherwise native.bbclass has those for others too: ... PACKAGES =

Re: [OE-core] [PATCH 1/3] cmake.bbclass: fix qmake and rpath issues

2011-05-10 Thread Saul Wold
On 05/10/2011 07:51 AM, Otavio Salvador wrote: Sync with OE at 3b7d83362027fde4f6850533ab83277d95dda961 however without changing the way of generating the toolchain file and making it branding agnostic. Signed-off-by: Otavio Salvador --- meta/classes/cmake.bbclass | 14 -- meta

Re: [OE-core] [PATCH 5/6] conf/distro/include/default-distrovars.inc: Create set of default 'distro' variable values

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 16:26 +0200, Frans Meulenbroeks wrote: > Some minor remarks on the default-distrovars.inc contents: To quote the email prefacing this patch series: """ I did dump a load of "default" variables into default-distrovars.inc, I'm not calling that file finished, I just had to dra

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Richard Purdie
gather us some visibility so OE will be there too. > > So I won't use contrib to share patches. I can send them to mailing > list (as I have been doing). A merge on a topic branch is a git pull > command from you so I see not much problem for you or whom is doing > the pull

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Chris Larson
en doing). A merge on a topic branch is a git pull > command from you so I see not much problem for you or whom is doing > the pull job. > > As an example: > >  git checkout -b otavio-20110510-review >  git pull git://github.com/OSSystems/oe-core.git master >  git shortlog ori

Re: [OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 15:55, Tom Rini wrote: > Add a -l switch that takes an argument of either github or gitorious > and will make the cover letter have a fill-in-the-blank of where the > changes are on either github or gitorious. Another possibility would be to use git config interface to sto

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Otavio Salvador
her us some visibility so OE will be there too. So I won't use contrib to share patches. I can send them to mailing list (as I have been doing). A merge on a topic branch is a git pull command from you so I see not much problem for you or whom is doing the pull job. As an example: g

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 11:33 -0700, Tom Rini wrote: > On 05/10/2011 11:13 AM, Martin Jansa wrote: > > I'm using slightly modified script for pull requests from gitorious. > > > > send-pull-request are the same as long as you use git send-email and > > have sendemail.to defined in repo. > > > > To

Re: [OE-core] [PATCH 03/30] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 10:56 -0700, Chris Larson wrote: > On Tue, May 10, 2011 at 1:54 AM, Richard Purdie > wrote: > > Er, how about we actually fix metadata_scm.bbclass instead of making the > > world more complicated and fragile? :) > > > > I suspect metadata_scm could use the COREBASE variable a

[OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-10 Thread Tom Rini
Add a -l switch that takes an argument of either github or gitorious and will make the cover letter have a fill-in-the-blank of where the changes are on either github or gitorious. Signed-off-by: Tom Rini --- scripts/create-pull-request | 19 ++- 1 files changed, 18 insertions(

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Tom Rini
On 05/10/2011 11:13 AM, Martin Jansa wrote: > On Tue, May 10, 2011 at 11:00:07AM -0700, Saul Wold wrote: >> On 05/10/2011 05:53 AM, Otavio Salvador wrote: >>> On Tue, May 10, 2011 at 02:17, Saul Wold wrote: Next time, please use the create-pull-request script, which will generate a set o

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 15:00, Saul Wold wrote: > Is there a reason you can't use the oe-core-contrib repo and create a branch > there?  Can the script be modified to support github also? Not a hard one but I prefer to have it into our repository since people can fork it there and follow it. > I

[OE-core] [PATCH][v2] readline: update version

2011-05-10 Thread Adrian Alonso
* v2 redo commit to include remove previous version * Readline new recipe version 6.2 * Readline remove version 6.1 Signed-off-by: Adrian Alonso --- meta/recipes-core/readline/readline_6.1.bb |6 -- meta/recipes-core/readline/readline_6.2.bb |6 ++ 2 files changed, 6 insertions(+

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Martin Jansa
On Tue, May 10, 2011 at 11:00:07AM -0700, Saul Wold wrote: > On 05/10/2011 05:53 AM, Otavio Salvador wrote: > > On Tue, May 10, 2011 at 02:17, Saul Wold wrote: > >> Next time, please use the create-pull-request script, which will generate a > >> set of patch emails so that we can review this infor

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Saul Wold
On 05/10/2011 05:53 AM, Otavio Salvador wrote: On Tue, May 10, 2011 at 02:17, Saul Wold wrote: Next time, please use the create-pull-request script, which will generate a set of patch emails so that we can review this information via email. I will make a couple of additional comments below asso

Re: [OE-core] [PATCH 03/30] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-10 Thread Chris Larson
On Tue, May 10, 2011 at 1:54 AM, Richard Purdie wrote: > Er, how about we actually fix metadata_scm.bbclass instead of making the > world more complicated and fragile? :) > > I suspect metadata_scm could use the COREBASE variable and be much nicer > code... I'd really like to see it gather inform

Re: [OE-core] [PATCH 0/6] Fix recipes for uclibc and others

2011-05-10 Thread Saul Wold
On 05/09/2011 11:40 AM, Khem Raj wrote: These patches address build failures when using uclibc oe/patch.py fix is a backport from oe, we need to fix BBFILES for oe-core since some class code expects it to be first entry in BBFILES. gconf-dbus to dbus is needed for SDKs to compile for angstrom Pu

Re: [OE-core] [PATCH 1/1] rsync (GPLv2): fix security vulnerability CVE-2007-4091

2011-05-10 Thread Saul Wold
On 05/09/2011 07:54 PM, Dexuan Cui wrote: From: Dexuan Cui Added a patch to fix http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-4091 Signed-off-by: Dexuan Cui --- .../rsync/rsync-2.6.9/rsync-2.6.9-fname-obo.patch | 70 meta/recipes-devtools/rsync/rsync_2.6.9.

Re: [OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-05-10 Thread Saul Wold
On 05/09/2011 11:34 AM, Bruce Ashfield wrote: Saul/Richard, The first two patches are a split and resend of the machine movement patch: [ linux-yocto: move non-core machines to meta-yocto The machine configuration of the non-core (non-qemu) machines has moved to meta-yocto. Moving

[OE-core] [PATCH] git: RDEPENDS are transitive, so remove tk so it builds with just OE-core

2011-05-10 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-devtools/git/git.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 7f12859..9c7375f 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-

Re: [OE-core] [PATCH] git: make it work on the target

2011-05-10 Thread Koen Kooi
Op 10 mei 2011, om 19:18 heeft Saul Wold het volgende geschreven: > > Koen, > > Have you built this against oe-core without a TK library available? I see what you mean now, without a tk recipe available, I tested with a recipe available, but without having tk in sysroots. I'll send a patch to

Re: [OE-core] [PATCH 03/30] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-10 Thread Khem Raj
On Tue, May 10, 2011 at 1:54 AM, Richard Purdie wrote: > On Mon, 2011-05-09 at 22:26 -0700, Saul Wold wrote: >> From: Khem Raj >> >> Appending to BBPATH gives a definite order to BBLAYERS which >> means paths are preferred in order from left to right. >> >> [sgw: merged in comment] >> Signed-off-

Re: [OE-core] [PATCH] git: make it work on the target

2011-05-10 Thread Saul Wold
Koen, Have you built this against oe-core without a TK library available? We did pull this patch into oe-core, but it breaks the world build. This was the problem I was trying to address the other day on the patch that RP bounced. The inclusion of gitk/git-gui needs to be flexible based on T

Re: [OE-core] [PATCH 0/2] fixes to bug #412 and #856

2011-05-10 Thread Saul Wold
On 05/03/2011 07:01 AM, Dexuan Cui wrote: From: Dexuan Cui [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. [YOCTO #412] lttng-viewer: explicitly add linkage to lttvwindow. Without the fix, lttv-gui inside target

Re: [OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-10 Thread Koen Kooi
Op 10 mei 2011, om 16:00 heeft Richard Purdie het volgende geschreven: > From: Richard Purdie > > As discussed, we want to make OE-Core usable with no distro set. This patch > series > makes some big steps towards that goal. I'd be interested in feedback on > whether it > does the right thing

Re: [OE-core] [PATCH 0/1] qemu-script: Fix qemu segfault with Nvidia's proprietary driver

2011-05-10 Thread Saul Wold
On 05/06/2011 01:36 AM, Zhai Edwin wrote: From: Zhai Edwin Previsous solution is only giving warnings as different distro has different path of mesa libGL. This patch try to use different path for different distro after looking at /etc/lsb-release per Raj's suggestion. Ubuntu is there, and other

Re: [OE-core] [PATCH] readline: delete recipe version 6.1

2011-05-10 Thread Saul Wold
On 05/10/2011 07:53 AM, Adrian Alonso wrote: * Readline delete recipe version 6.1 in favor of using readline version 6.2 Can you re-submit 1 patch that moves the the version from 6.1 to 6.2, that will help maintain history continuity of the recipe. So it would be a move and an edit as need

Re: [OE-core] [PATCH 13/30] readline: update version

2011-05-10 Thread Mark Hatle
On 5/10/11 9:53 AM, Adrian Alonso wrote: > Unaware of delete recipe policy, there is also a recipe of readline version > 5.2 > should also be removed? > > Send to list a patch that deletes recipe readline-6.1.bb There are two versions listed. A GPLv2 and a GPLv3 version. We're attempting to pre

[OE-core] [PATCH] readline: delete recipe version 6.1

2011-05-10 Thread Adrian Alonso
* Readline delete recipe version 6.1 in favor of using readline version 6.2 Signed-off-by: Adrian Alonso --- meta/recipes-core/readline/readline_6.1.bb |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-core/readline/readline_6.1.bb diff --git a/m

Re: [OE-core] [PATCH 13/30] readline: update version

2011-05-10 Thread Adrian Alonso
Unaware of delete recipe policy, there is also a recipe of readline version 5.2 should also be removed? Send to list a patch that deletes recipe readline-6.1.bb Regards On Tue, May 10, 2011 at 3:51 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2011-05-09 at 22:26 -07

[OE-core] [PATCH 1/3] cmake.bbclass: fix qmake and rpath issues

2011-05-10 Thread Otavio Salvador
Sync with OE at 3b7d83362027fde4f6850533ab83277d95dda961 however without changing the way of generating the toolchain file and making it branding agnostic. Signed-off-by: Otavio Salvador --- meta/classes/cmake.bbclass | 14 -- meta/classes/native.bbclass |4 2 files chang

[OE-core] [PATCH 2/3] qmake_base.bbclass: add generate_qt_config_file task

2011-05-10 Thread Otavio Salvador
This writes a qt.conf inside WORKDIR to properly configure projects based on CMake. This is required since qmake variables (returned by -query command) are fixed into the binary and can only be changed using a qt.conf file. Signed-off-by: Otavio Salvador --- meta/classes/qmake_base.bbclass | 1

[OE-core] [PATCH 3/3] cmake: add support for oe qt4 tools names

2011-05-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |2 +- meta/recipes-devtools/cmake/cmake.inc |3 +- .../cmake/cmake/support-oe-qt4-tools-names.patch | 90 3 files changed, 93 insertions(+), 2 deletions(-) create

Re: [OE-core] [PATCH 3/6] distro: Add defaultsetup.conf, a set of default configuration providing sane overrridable default for commonly used options

2011-05-10 Thread Koen Kooi
Op 10 mei 2011, om 16:00 heeft Richard Purdie het volgende geschreven: > From: Richard Purdie > > The intent is to allow distros to share common core config but still allow > customisations. The core should work with no distro set but users > can still customise in any ways needed. > > Signed-

Re: [OE-core] [PATCH 5/6] conf/distro/include/default-distrovars.inc: Create set of default 'distro' variable values

2011-05-10 Thread Frans Meulenbroeks
Some minor remarks on the default-distrovars.inc contents: 2011/5/10 Richard Purdie [...] > diff --git a/meta/conf/distro/include/default-distrovars.inc > b/meta/conf/distro/include/default-distrovars.inc > new file mode 100644 > index 000..ab26a30 > --- /dev/null > +++ b/meta/conf/distro/in

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-10 Thread Cui, Dexuan
Richard Purdie wrote: > On Tue, 2011-05-10 at 22:02 +0800, Cui, Dexuan wrote: >>> or we hardcode to /usr/bin/perl. Since the perl-native binary won't >>> be in the path for any of these, autodetecting and letting it >>> hardcode is probably fine. It has the advantage that if there are >>> any binar

Re: [OE-core] [PATCH 2/6] bitbake.conf: Include the new default-providers.inc and default-versions.inc files

2011-05-10 Thread Koen Kooi
Op 10 mei 2011, om 16:00 heeft Richard Purdie het volgende geschreven: > From: Richard Purdie > > These are the minimal defaults to allow OE-Core to function standalone with > no distro set and are constucted such that the distro can either override > values, > or totally replace the include f

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 22:02 +0800, Cui, Dexuan wrote: > > or we hardcode to /usr/bin/perl. Since the perl-native binary won't be > > in the path for any of these, autodetecting and letting it hardcode is > > probably fine. It has the advantage that if there are any binary > > modules ever involved,

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-10 Thread Tom Rini
On 05/10/2011 07:09 AM, Cui, Dexuan wrote: > Tom Rini wrote: >> On 05/05/2011 03:34 PM, Richard Purdie wrote: >>> On Thu, 2011-05-05 at 22:18 +0800, Cui, Dexuan wrote: Recently I have been looking into it and I've made some commits (the top 5 small commits) in http://git.pokylinux.or

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-10 Thread Cui, Dexuan
Tom Rini wrote: > On 05/05/2011 03:34 PM, Richard Purdie wrote: >> On Thu, 2011-05-05 at 22:18 +0800, Cui, Dexuan wrote: >>> Recently I have been looking into it and I've made some commits (the >>> top 5 small commits) in >>> http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/log/?h=dcui/master_pe

Re: [OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 16:05 +0200, Frans Meulenbroeks wrote: > > Pull URL: git://git.openembedded.org/openembedded-core-contrib > > Branch: rpurdie/distro > > Browse: > > http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/distro > > > > THere is something wrong with gi

Re: [OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-10 Thread Frans Meulenbroeks
2011/5/10 Richard Purdie > From: Richard Purdie > > As discussed, we want to make OE-Core usable with no distro set. This patch > series > makes some big steps towards that goal. I'd be interested in feedback on > whether it > does the right things and would be usable by others. > > The key is t

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-05-10 Thread Cui, Dexuan
Richard Purdie wrote: > On Fri, 2011-05-06 at 16:52 +0800, Cui, Dexuan wrote: >> Howeve, there is a sed replacement in gnu-config-native's do_install: >> -e 's,@autom4te_perllibdir@,${datadir}/autoconf,g > > Don't confuse the data files that autoconf installs and references > with a program that i

[OE-core] [PATCH 3/6] distro: Add defaultsetup.conf, a set of default configuration providing sane overrridable default for commonly used options

2011-05-10 Thread Richard Purdie
From: Richard Purdie The intent is to allow distros to share common core config but still allow customisations. The core should work with no distro set but users can still customise in any ways needed. Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf |4

[OE-core] [PATCH 6/6] preferred-xorg-versions.inc: Drop this, it makes no sense given we only have one version of these recipes

2011-05-10 Thread Richard Purdie
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-distrovars.inc|2 - .../distro/include/preferred-xorg-versions.inc | 150 2 files changed, 0 insertions(+), 152 deletions(-) delete mode 100644 meta/conf/distro/include/pre

[OE-core] [PATCH 1/6] Drop poky-floating-revisions.inc, poky-bleeding.conf and poky-lsb.conf

2011-05-10 Thread Richard Purdie
From: Richard Purdie Signed-off-by: Richard Purdie --- .../distro/include/poky-floating-revisions.inc | 83 meta/conf/distro/poky-bleeding.conf|8 -- meta/conf/distro/poky-lsb.conf |9 -- 3 files changed, 0 insertions(+), 10

[OE-core] [PATCH 5/6] conf/distro/include/default-distrovars.inc: Create set of default 'distro' variable values

2011-05-10 Thread Richard Purdie
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/conf/distro/defaultsetup.conf |1 + meta/conf/distro/include/default-distrovars.inc | 43 meta/conf/distro/poky.conf | 48 +-- 3 files changed, 46 inser

[OE-core] [PATCH 4/6] machine/qemu: Add qemu-config as an essential machine speicfic dependency and drop specific distro config

2011-05-10 Thread Richard Purdie
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/conf/distro/poky.conf |7 --- meta/conf/machine/include/qemu.inc |1 + meta/conf/machine/qemux86-64.conf |2 +- meta/conf/machine/qemux86.conf |2 +- 4 files changed, 3 insertions(+), 9 deletions(-) di

[OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-10 Thread Richard Purdie
From: Richard Purdie As discussed, we want to make OE-Core usable with no distro set. This patch series makes some big steps towards that goal. I'd be interested in feedback on whether it does the right things and would be usable by others. The key is the inclusion of a distro/defaultsetup.con

[OE-core] [PATCH 2/6] bitbake.conf: Include the new default-providers.inc and default-versions.inc files

2011-05-10 Thread Richard Purdie
From: Richard Purdie These are the minimal defaults to allow OE-Core to function standalone with no distro set and are constucted such that the distro can either override values, or totally replace the include file entirely as needed. Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf

Re: [OE-core] [PATCH 26/30] qmake_base.bbclass: add generate_qt_config_file task

2011-05-10 Thread Koen Kooi
Op 10 mei 2011, om 14:46 heeft Otavio Salvador het volgende geschreven: > On Tue, May 10, 2011 at 06:20, Koen Kooi wrote: >> And consider the case of building without MACHINE and distros having a >> different staging layout. I know angstrom has one to enable parallel builds >> of uclibc and eg

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 02:17, Saul Wold wrote: > Next time, please use the create-pull-request script, which will generate a > set of patch emails so that we can review this information via email. I will > make a couple of additional comments below associated with each patch. It has a problem to

Re: [OE-core] [PATCH 26/30] qmake_base.bbclass: add generate_qt_config_file task

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 06:20, Koen Kooi wrote: > And consider the case of building without MACHINE and distros having a > different staging layout. I know angstrom has one to enable parallel builds > of uclibc and eglibc. In this case what we ought to use? -- Otavio Salvador                 

  1   2   >