Re: [OE-core] [PATCH v2 02/10] classes/cmake: enable progress for do_compile

2016-07-03 Thread Paul Eggleton
On Mon, 27 Jun 2016 19:14:03 Burton, Ross wrote: > On 27 June 2016 at 18:49, Paul Eggleton > wrote: > > Great, that's just broken... any suggestions on what to do about it? > > I'm wondering if cmake can be told to just output the "top level" > percentages, or

[OE-core] [PATCH 2/5] linux-yocto: add qemuppc64 kernel support

2016-07-03 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 4 +++- meta/recipes-kernel/linux/linux-yocto_4.4.bb | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/5] machine: add qemuppc64 machine

2016-07-03 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/conf/machine/qemuppc64.conf | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/conf/machine/qemuppc64.conf diff --git a/meta/conf/machine/qemuppc64.conf b/meta/conf/machine/qemuppc64.conf new file mode 100644

[OE-core] [PATCH 3/5] runqemu: Add qemuppc64

2016-07-03 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- scripts/runqemu | 9 ++--- scripts/runqemu-internal | 24 ++-- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index

[OE-core] [PATCH 5/5] qeme: add ppc64 to poky QEMU_TARGET

2016-07-03 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta-poky/conf/distro/poky.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 6cae44e..361e2f1 100644 ---

[OE-core] [PATCH 4/5] qemu: add ppc64 to QEMU_TARGETS

2016-07-03 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b865223..93d6317

[OE-core] [PATCH 0/5][v2] Adding qemuppc64

2016-07-03 Thread Armin Kuster
From: Armin Kuster Please consider these changes to add qemuppc64 support. Added qemu-native support (hope I did it correctly) Update kernel SRCREV [Yocto #9778] The following changes since commit 5c11e365e19357f721c49d076971567e7b64b61b: lib/oeqa: add Galculator to

Re: [OE-core] [PATCH 1/6] glibc: Add recipes for 2.24 release

2016-07-03 Thread Khem Raj
On Sun, Jul 3, 2016 at 6:45 AM, Trevor Woerner wrote: > I just finished a bisection task which implies this patch is the reason why > chromium crashes when run on x86_64 (minnow) with signal 4 ILL_ILLOPN. Note > that chromium compiles fine both before and after this patch, the

Re: [OE-core] [PATCH 1/6] glibc: Add recipes for 2.24 release

2016-07-03 Thread Trevor Woerner
I just finished a bisection task which implies this patch is the reason why chromium crashes when run on x86_64 (minnow) with signal 4 ILL_ILLOPN. Note that chromium compiles fine both before and after this patch, the problem is when chromium is run. I'm not 100% how to move forward, at this