[oe] [meta-oe][PATCH 0/6] Small changes 20120328 - 2 more patches

2012-03-29 Thread Martin Jansa
Added 2 more patches for kernel.bbclass, first 4 are the same - not resent The following changes since commit faf10fc6f3651b687ded55b660ae62520e105512: xbmc: update from rc2 to final release (2012-03-26 15:05:47 +0200) are available in the git repository at:

Re: [oe] [meta-oe][PATCH] faad2: create -staticdev packages

2012-03-29 Thread Andreas Müller
On Wed, Mar 28, 2012 at 11:20 PM, Andreas Oberritter o...@opendreambox.org wrote: * Fixes QA warnings: | faad2-2.7: non -staticdev package contains static .a library: libfaad-dev | faad2-2.7: non -staticdev package contains static .a library: libmp4ff-dev Signed-off-by: Andreas Oberritter

[oe] [meta-oe][PATCH 5/6] kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE

2012-03-29 Thread Martin Jansa
From: Richard Purdie richard.pur...@linuxfoundation.org Without this we don't take advantage of any configured multiple CPU cores which seems a shame. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [meta-oe][PATCH 6/6] kernel.bbclass: unify white spaces

2012-03-29 Thread Martin Jansa
* indentation was with spaces and tabs, unify to use tabs instead of spaces, because python populate_packages expects tabs (or 8 spaces) and we're doing populate_packages_preppend here Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/classes/kernel.bbclass | 78

[oe] [meta-handheld][PATCH 0/2] kernel cleanup

2012-03-29 Thread Martin Jansa
The following changes since commit 1cbe2f0aa8e051f256792701da1bb8ca0fbbfac9: formfactor, keymaps, udev: use better form of PRINC (2012-03-28 21:47:00 +0100) are available in the git repository at: git://gitorious.org/shr/meta-handheld jansa/pull Martin Jansa (2): linux-git: drop

[oe] [meta-handheld][PATCH 1/2] linux-git: drop setversion fix, it's fixed in kernel.bbclass now

2012-03-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-kernel/linux/linux_git.bb |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/recipes-kernel/linux/linux_git.bb b/recipes-kernel/linux/linux_git.bb index 00d2d52..222df31 100644 ---

[oe] [meta-handheld][PATCH 2/2] recipes-kernel: use shared linux.inc from meta-oe

2012-03-29 Thread Martin Jansa
* notice that ARM_KEEP_OABI default value is now 0 instead of 1 but only linux-hackndev and linux-handhelds-2.6-2.6.21 had CONFIG_OABI_COMPAT=y in defconfigs so this shouldn't change anything Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-kernel/linux/linux.inc |

Re: [oe] [meta-handheld][PATCH 2/2] recipes-kernel: use shared linux.inc from meta-oe

2012-03-29 Thread Andrea Adami
On Thu, Mar 29, 2012 at 8:35 AM, Martin Jansa martin.ja...@gmail.com wrote: * notice that ARM_KEEP_OABI default value is now 0 instead of 1  but only linux-hackndev and linux-handhelds-2.6-2.6.21 had  CONFIG_OABI_COMPAT=y in defconfigs so this shouldn't change anything Signed-off-by: Martin

Re: [oe] [meta-oe][PATCH] faad2: create -staticdev packages

2012-03-29 Thread Andreas Oberritter
On 29.03.2012 08:29, Andreas Müller wrote: On Wed, Mar 28, 2012 at 11:20 PM, Andreas Oberritter o...@opendreambox.org wrote: * Fixes QA warnings: | faad2-2.7: non -staticdev package contains static .a library: libfaad-dev | faad2-2.7: non -staticdev package contains static .a library:

[oe] [meta-oe 2/2] python-zopeinterface: update to latest upstream version

2012-03-29 Thread Gary Thomas
Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../python/python-zopeinterface_3.5.1.bb | 22 .../python/python-zopeinterface_3.8.0.bb | 22 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644

[oe] [meta-oe 1/2] python-twisted: update to latest upstream version

2012-03-29 Thread Gary Thomas
Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../python/python-twisted_10.2.0.bb| 224 --- .../python/python-twisted_12.0.0.bb| 234 2 files changed, 234 insertions(+), 224 deletions(-) delete mode 100644

[oe] Where are my patches going?

2012-03-29 Thread Gary Thomas
A number of times when I've sent patches to the list via 'git send-email', they seem to never arrive. How can I figure out where they are going? For example, a short time ago I sent a pair of patches - here's the log as printed by 'git send-email'

Re: [oe] Where are my patches going?

2012-03-29 Thread Andreas Oberritter
Hi Gary, On 29.03.2012 13:17, Gary Thomas wrote: A number of times when I've sent patches to the list via 'git send-email', they seem to never arrive. How can I figure out where they are going? your patches arrived. You can find submitted patches in OE's patchwork installation [1] or in the

Re: [oe] Where are my patches going?

2012-03-29 Thread Gary Thomas
On 2012-03-29 05:26, Andreas Oberritter wrote: Hi Gary, On 29.03.2012 13:17, Gary Thomas wrote: A number of times when I've sent patches to the list via 'git send-email', they seem to never arrive. How can I figure out where they are going? your patches arrived. You can find submitted

[oe] [PATCH] libedit: Remove files folder as no patch was being used

2012-03-29 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * No patch file was being used in the recipe so removed the folder to make it bit clean. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../libedit/files/20031222-debian-to-gentoo.patch | 125

Re: [oe] [meta-oe 1/2] python-twisted: update to latest upstream version

2012-03-29 Thread Andreas Oberritter
Hi Gary, I was going to submit a similar patch. See my comments inline. On 29.03.2012 12:57, Gary Thomas wrote: diff --git a/meta-oe/recipes-devtools/python/python-twisted_12.0.0.bb b/meta-oe/recipes-devtools/python/python-twisted_12.0.0.bb new file mode 100644 index 000..a642656 ---

Re: [oe] [meta-oe 1/2] python-twisted: update to latest upstream version

2012-03-29 Thread Gary Thomas
On 2012-03-29 05:38, Andreas Oberritter wrote: Hi Gary, I was going to submit a similar patch. See my comments inline. Feel free to submit yours - I have no investment in my version, it was purely an update of the one in the current repo with a couple of tweaks. BTW, I couldn't figure out

Re: [oe] [meta-oe 1/2] python-twisted: update to latest upstream version

2012-03-29 Thread Andreas Oberritter
On 29.03.2012 13:47, Gary Thomas wrote: On 2012-03-29 05:38, Andreas Oberritter wrote: Hi Gary, I was going to submit a similar patch. See my comments inline. Feel free to submit yours - I have no investment in my version, it was purely an update of the one in the current repo with a

Re: [oe] [meta-oe 1/2] python-twisted: update to latest upstream version

2012-03-29 Thread Gary Thomas
On 2012-03-29 05:54, Andreas Oberritter wrote: On 29.03.2012 13:47, Gary Thomas wrote: On 2012-03-29 05:38, Andreas Oberritter wrote: Hi Gary, I was going to submit a similar patch. See my comments inline. Feel free to submit yours - I have no investment in my version, it was purely an

Re: [oe] Where are my patches going?

2012-03-29 Thread Enrico
On Thu, Mar 29, 2012 at 1:36 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-03-29 05:26, Andreas Oberritter wrote: Hi Gary, On 29.03.2012 13:17, Gary Thomas wrote: A number of times when I've sent patches to the list via 'git send-email', they seem to never arrive.  How can I figure out

Re: [oe] Where are my patches going?

2012-03-29 Thread Stefan Schmidt
Hello. On Thu, 2012-03-29 at 05:36, Gary Thomas wrote: On 2012-03-29 05:26, Andreas Oberritter wrote: On 29.03.2012 13:17, Gary Thomas wrote: A number of times when I've sent patches to the list via 'git send-email', they seem to never arrive. How can I figure out where they are going?

Re: [oe] Where are my patches going?

2012-03-29 Thread Gary Thomas
On 2012-03-29 05:53, Stefan Schmidt wrote: Hello. On Thu, 2012-03-29 at 05:36, Gary Thomas wrote: On 2012-03-29 05:26, Andreas Oberritter wrote: On 29.03.2012 13:17, Gary Thomas wrote: A number of times when I've sent patches to the list via 'git send-email', they seem to never arrive. How

Re: [oe] Where are my patches going?

2012-03-29 Thread Eric Bénard
Le Thu, 29 Mar 2012 06:42:40 -0600, Gary Thomas g...@mlbassoc.com a écrit : I don't see any way to adjust this on this list - there doesn't seem to be a my account settings link on the info page. you can add --suppress-cc=self to you git send-email command Eric --

Re: [oe] Where are my patches going?

2012-03-29 Thread Stefan Schmidt
Hello. On Thu, 2012-03-29 at 14:57, Eric Bénard wrote: Le Thu, 29 Mar 2012 06:42:40 -0600, Gary Thomas g...@mlbassoc.com a écrit : I don't see any way to adjust this on this list - there doesn't seem to be a my account settings link on the info page. Its an global admin option not user

Re: [oe] [meta-handheld][PATCH 2/2] recipes-kernel: use shared linux.inc from meta-oe

2012-03-29 Thread Martin Jansa
On Thu, Mar 29, 2012 at 11:52:15AM +0200, Andrea Adami wrote: On Thu, Mar 29, 2012 at 8:35 AM, Martin Jansa martin.ja...@gmail.com wrote: * notice that ARM_KEEP_OABI default value is now 0 instead of 1  but only linux-hackndev and linux-handhelds-2.6-2.6.21 had  CONFIG_OABI_COMPAT=y in

Re: [oe] [toolchain-layer][PATCH 1/2] eglibc-2.12: Move to toolchain-layer

2012-03-29 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 27-03-12 19:23, Denys Dmytriyenko schreef: On Tue, Mar 27, 2012 at 06:42:06PM -0700, Khem Raj wrote: Its relevant in toolchain layer Signed-off-by: Khem Raj raj.k...@gmail.com Hmm, seems like we cross-posted the same change :) Sadly both

Re: [oe] [meta-handheld][PATCH 2/2] recipes-kernel: use shared linux.inc from meta-oe

2012-03-29 Thread Denys Dmytriyenko
On Thu, Mar 29, 2012 at 03:45:19PM +0200, Martin Jansa wrote: On Thu, Mar 29, 2012 at 11:52:15AM +0200, Andrea Adami wrote: On Thu, Mar 29, 2012 at 8:35 AM, Martin Jansa martin.ja...@gmail.com wrote: * notice that ARM_KEEP_OABI default value is now 0 instead of 1  but only

Re: [oe] [2011.03-maintenance 0/3] pull request 20120327

2012-03-29 Thread Tom Rini
On Tue, Mar 27, 2012 at 02:06:47PM +0200, Steffen Sledz wrote: Hi Tom, please pull these commits cherry-picked from oe.dev. The fix some python build problems. All are well tested in our own environment. Thx, Steffen The following changes since commit

Re: [oe] [meta-handheld][PATCH 2/2] recipes-kernel: use shared linux.inc from meta-oe

2012-03-29 Thread Martin Jansa
On Thu, Mar 29, 2012 at 11:40:05AM -0400, Denys Dmytriyenko wrote: On Thu, Mar 29, 2012 at 03:45:19PM +0200, Martin Jansa wrote: On Thu, Mar 29, 2012 at 11:52:15AM +0200, Andrea Adami wrote: On Thu, Mar 29, 2012 at 8:35 AM, Martin Jansa martin.ja...@gmail.com wrote: * notice that

Re: [oe] [toolchain-layer][PATCH 1/2] eglibc-2.12: Move to toolchain-layer

2012-03-29 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 29-03-12 11:55, Khem Raj schreef: On Thu, Mar 29, 2012 at 7:11 AM, Koen Kooi k...@dominion.thruhere.net wrote: Sadly both of them didn't make it into patchwork :( probably too big in size. Can either of you provide a git tree, or easier

Re: [oe] [toolchain-layer][PATCH 1/2] eglibc-2.12: Move to toolchain-layer

2012-03-29 Thread Denys Dmytriyenko
On Thu, Mar 29, 2012 at 07:24:49PM -0700, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 29-03-12 11:55, Khem Raj schreef: On Thu, Mar 29, 2012 at 7:11 AM, Koen Kooi k...@dominion.thruhere.net wrote: Sadly both of them didn't make it into patchwork :( probably