[OE-core] [PATCH 0/8] Misc patches

2011-05-07 Thread Khem Raj
This patchset addresses few issues remaining for uclibc support and fixes some recipes which need patches to get compiling on uclibc systems. Replacing gconf-dbus with gconf is needed for ansgstrom to build SDK images since in angstrom gconf-dbus is provided by gconf we docuement the variable

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

2011-05-07 Thread Khem Raj
Appending to BBPATH gives a definite order to BBLAYERS which means paths are preferred in order from left to right. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/layer.conf | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/meta/conf/layer.conf

[OE-core] [PATCH 6/8] liburcu_0.5.4.bb: Let it build on uclibc targets

2011-05-07 Thread Khem Raj
uclibc requires -D_GNU_SOURCE to be defined for it to enable GNU extensions which CPU_SET/CPU_ZERO are used by this package. So we add -D_GNU_SOURCE to CFLAGS when compiling for uclibc. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-support/liburcu/liburcu_0.5.4.bb |2 +- 1

[OE-core] Unable to push to the repository?

2011-05-07 Thread Richard Purdie
Hi, It seems something on the server was broken and I'm unable to push to the repository: $ git push origin master:master Counting objects: 9, done. Delta compression using up to 2 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 490 bytes, done. Total 5 (delta 4),

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Khem Raj
On Sat, May 7, 2011 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hi, It seems something on the server was broken and I'm unable to push to the repository: $ git push origin master:master Counting

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Richard Purdie
On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hi, It seems something on the server was broken and I'm unable to push to the

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Khem Raj
On Sat, May 7, 2011 at 1:24 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM, Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Richard Purdie
On Sat, 2011-05-07 at 01:37 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:24 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM,

Re: [OE-core] [PATCH 8/8] scripts/send-pull-request: Add CC selectively

2011-05-07 Thread Khem Raj
On Sat, May 7, 2011 at 9:23 AM, Darren Hart dvh...@linux.intel.com wrote: On Sat, 2011-05-07 at 00:54 -0700, Khem Raj wrote: Currently a consolidated pull request adds all the participants to every patch, which in essence is good but might lose focus of developers who would be interested to