Re: [OE-core] rootfs fails to build in current master

2014-03-02 Thread Mike Looijmans
On 03/01/2014 07:03 PM, Paul Barker wrote: On 1 March 2014 17:46, Mike Looijmans mike.looijm...@topic.nl wrote: I get this mysterious error at rootfs after updating to current master: Exception: AttributeError: 'module' object has no attribute 'shell_trap_code' ... As a quick

[OE-core] [PATCH] autotools: Limit aclocal files to those in dependencies

2014-03-02 Thread Richard Purdie
We still occasionally see race issues with cp-noerror, and it copies too many files, we should limit the the m4 files to those explicitly in the DEPENDS for the recipe. This change takes advantage of the BB_TASKDEPDATA data from bitbake to only copy in those files listed in the manifest of the

[OE-core] [PATCH] oprofile: Partially fix separate builddir support

2014-03-02 Thread Richard Purdie
It doesn't make separate build completely work but its worth merging as one step in the right direction. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 678d40e..080219e

[OE-core] bitbake.conf: Drop -fpermissive

2014-03-02 Thread Richard Purdie
Drop the -fpermissive C++ compiler flag. We've had this around for years, most code should have been fixed long ago. Its possible some recipes may fail however we can (and should) just use the flag where needed. An OE-Core world build seems to work just fine with this change. Signed-off-by:

[OE-core] [PATCH RFC] bitbake.conf/base.bbclass: Drop PRINC support

2014-03-02 Thread Richard Purdie
PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 3e9051c..3cbf2cb 100644 ---

[OE-core] [PATCH] acpica: Add recipe for latest version

2014-03-02 Thread Richard Purdie
This is now used by multiple architectures and is useful when working with firmware. I'd love to see more BSPs shipping working firmware builds and this should bring us a step closer to that. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

Re: [OE-core] [PATCH] linux-yocto-dev: bump to v3.14-rc4

2014-03-02 Thread Richard Purdie
On Fri, 2014-02-28 at 20:54 -0500, Bruce Ashfield wrote: On Fri, Feb 28, 2014 at 5:42 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2014-02-28 at 13:41 -0500, Bruce Ashfield wrote: FYI: Some extended testing with my image-core-kernel-dev image type has shown that

Re: [OE-core] [PATCH] acpica: Add recipe for latest version

2014-03-02 Thread Paul Eggleton
On Sunday 02 March 2014 17:41:42 Richard Purdie wrote: This is now used by multiple architectures and is useful when working with firmware. I'd love to see more BSPs shipping working firmware builds and this should bring us a step closer to that. Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-02 Thread Lu Chong
On 03/01/2014 02:28 AM, Ross Burton wrote: Instead of using a Python do_install() and calling oe.path.make_relative_symlink, just pass -r to ln to generate a relative symlink directly. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/ncurses/ncurses.inc | 10

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-02 Thread Khem Raj
On Mar 2, 2014, at 7:25 PM, Lu Chong chong...@windriver.com wrote: On 03/01/2014 02:28 AM, Ross Burton wrote: Instead of using a Python do_install() and calling oe.path.make_relative_symlink, just pass -r to ln to generate a relative symlink directly. Signed-off-by: Ross Burton

[OE-core] [PATCH] Upgrade to systemd-stable v208

2014-03-02 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- ...-Use-bin-mkdir-instead-of-host-mkdir-path.patch | 31 ...ournal-Add-missing-byte-order-conversions.patch | 60 .../journal-file-protect-against-alloca-0.patch| 23 --

[OE-core] [PATCH 1/3] readline: upgrade to 6.3

2014-03-02 Thread Hongxu Jia
The readline-6.2-patches is obsolete for 6.3 Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../readline/{readline-6.2 = files}/acinclude.m4 | 0 .../readline/{readline-6.2 = files}/norpath.patch | 0 meta/recipes-core/readline/readline_6.2.bb | 22 --

[OE-core] [PATCH 2/3] readline: update configure-fix.patch

2014-03-02 Thread Hongxu Jia
The configure-fix.patch is used to patch configure.in in 6.2 (or 5.2), but configure.ac in 6.3 Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../{files = readline-5.2}/configure-fix.patch| 0 .../readline/readline-6.3/configure-fix.patch | 35 ++ 2 files

[OE-core] [PATCH 3/3] readline: drop readline-only-enable-meta-key-for-a-single-call-read.patch

2014-03-02 Thread Hongxu Jia
The 6.3 has fixed this issue. Signed-off-by: Hongxu Jia hongxu@windriver.com --- ...ly-enable-meta-key-for-a-single-call-read.patch | 114 - 1 file changed, 114 deletions(-) delete mode 100644

[OE-core] [PATCH 0/3] readline: upgrade to 6.3

2014-03-02 Thread Hongxu Jia
The following changes since commit 54c2e993ec129563c7ae9f3fdee74ab60da28698: bsps: update H/W reference boards to v3.10.32 (2014-03-02 17:25:30 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/readline