[OE-core] [PATCH 3/4] linux-libc-headers: update to 4.1

2015-07-21 Thread Bruce Ashfield
Updating the libc-headers to match the 4.1 LTSI kernel version. We also tweak the logic in linux-libc-headers.inc to look in the 4.x subdirectory if a 4.x kernel is specified as the header source. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

Re: [OE-core] [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-21 Thread Christopher Larson
On Tue, Jul 21, 2015 at 12:23 AM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. Modify wherever reference KERNEL_IMAGETYPE

[OE-core] [PATCH 1/4] linux-yocto: split meta data from kernel repository

2015-07-21 Thread Bruce Ashfield
The linux-yocto tree has always been a combined set of kernel changes and configuration (meta) data carried in a single tree. While this format is effective at keeping kernel configuration and source modifications synchronized, it isn't always obvious to developers on how to manipulate the meta

[OE-core] [PATCH 2/4] kern-tools: standalone tree configuration

2015-07-21 Thread Bruce Ashfield
Updating the kern-tools SRCREV to import the following changes: cbd4b7102668 patchme/updateme: unify meta directory handling b65075997152 configme: standalone operation The change of note is [configme: standalone operation], which makes the kernel configuration script free from dependencies

[OE-core] [PATCH 0/4] linux-yocto: build changes, 4.1 and libc-headers

2015-07-21 Thread Bruce Ashfield
Hi all, This series absolutely needs some more testing and runs through the autobuilder, but I've done pretty much all I can do with it here. I have more changes to the build process that will follow this, but these changes need to show that they are stable, so here's the first blast. With

[OE-core] [PATCH 4/4] linux-yocto: introduce 4.1 versioned recipes

2015-07-21 Thread Bruce Ashfield
Updating the linux-yocto kernel recipes to include a named/versioned 4.1 recipe. This will be the LTSI kernel, and the 3.14 and 3.19 kernels will be removed in subsequent commites (once reference boards have transitioned). Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-21 Thread Mark Hatle
On 7/21/15 9:31 AM, Mark Hatle wrote: On 7/21/15 3:23 AM, Dmitry Eremin-Solenikov wrote: Hello, 2015-07-20 18:47 GMT+03:00 Mark Hatle mark.ha...@windriver.com: Between customer escalations, other work and vacation.. I didn't happen. No problem, really. I just wanted to be sure that the

Re: [OE-core] [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-21 Thread He Zhe
On 07/21/2015 10:53 PM, Christopher Larson wrote: On Tue, Jul 21, 2015 at 12:23 AM, zhe...@windriver.com mailto:zhe...@windriver.comwrote: From: He Zhe zhe...@windriver.com mailto:zhe...@windriver.com To support building packaging and installing multi types of kernel images,

[OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-21 Thread Tobias Olausson
In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS uses an #ifdef, not an #if define(). Also, this backports commit 9c746017af381884cc20c7cd563fc429c2c66112 to fido from master. Signed-off-by: Tobias Olausson tobias.olaus...@pelagicore.com ---

[OE-core] [oe-core][PATCH 1/1] common-glibc: define bash_cv_getcwd_malloc

2015-07-21 Thread Joe Slater
We do not want bash to use internal code for getcwd() because it can fail in certain filesystem types. Trust that the function in glibc is not broken. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/site/common-glibc |1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-21 Thread Dmitry Eremin-Solenikov
Hello, 2015-07-20 18:47 GMT+03:00 Mark Hatle mark.ha...@windriver.com: Between customer escalations, other work and vacation.. I didn't happen. No problem, really. I just wanted to be sure that the patches aren't going to be lost. I've started testing it this morning and should have results

Re: [OE-core] dbus-test no longer built for dbus-ptest after last bitbake changes

2015-07-21 Thread Richard Purdie
On Fri, 2015-07-17 at 13:01 +0100, Richard Purdie wrote: On Thu, 2015-07-16 at 23:22 +0100, Burton, Ross wrote: On 16 July 2015 at 22:29, Martin Jansa martin.ja...@gmail.com wrote: ERROR: Nothing PROVIDES 'gtk+-native' (but

Re: [OE-core] [PATCH 5/5] file: 5.23 - 5.24

2015-07-21 Thread Burton, Ross
On 17 July 2015 at 03:31, Robert Yang liezhi.y...@windriver.com wrote: * Use git repo rather than tarball, rename file_5.23.bb - file_git.bb Why? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG

2015-07-21 Thread Burton, Ross
On 20 July 2015 at 22:27, Tobias Olausson tobias.olaus...@pelagicore.com wrote: I like this patch. I would like a similar patch to be made available in the fido branch, but changing #if defined() to #ifdef The defines seems to have been changed between mesa 10.4 and 10.5, so the current patch

[OE-core] [PATCH] gtk+: require either x11 or directfb DISTRO_FEATURES to be set

2015-07-21 Thread Ross Burton
GTK+ needs either X11 or DirectFB, and fails with obscure errors if neither are present. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/gtk+/gtk+.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc

Re: [OE-core] dbus-test no longer built for dbus-ptest after last bitbake changes

2015-07-21 Thread Richard Purdie
On Tue, 2015-07-14 at 16:21 +0200, Martin Jansa wrote: I'm not 100% sure it's related to recent bitbake variable expansion changes, but my recent builds are failing with errors about dbus-ptest cannot be installed because dbus-test-ptest doesn't exist ERROR: Collected errors: *

[OE-core] [PATCH v3] mesa-demos: Fix building demos which require GLU.

2015-07-21 Thread Drew Moseley
Set glu_enabled when pkg-config detects GLU. This is needed so that HAVE_GLU is properly set to enable the GLU based demos. Signed-off-by: Drew Moseley drew_mose...@mentor.com --- .../0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] native: Move virtclass override to earlier so DEPENDS is handled correctly

2015-07-21 Thread Richard Purdie
Currently the virtclass override is added too late to be taken into account when DEPENDS and other variables are processed by the virtclass extension code. This sets the overrides in a more optimal place, meaning they are accounted for in variables like DEPENDS. Recipes in meta-oe like

[OE-core] [PATCH] gtk+3: fix Wayland-only builds

2015-07-21 Thread Ross Burton
When configured with just the Wayland backend (no X11), not enough Pango headers were included. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-gnome/gtk+/gtk+3/wayland-pango.patch | 28 +++ meta/recipes-gnome/gtk+/gtk+3_3.16.4.bb | 1 + 2 files

[OE-core] [meta-oe][dizzy][PATCH] cherry picked from master branch to dizzy branch

2015-07-21 Thread chia . chuan . wu
From: WU CHIA CHUAN chia.chuan...@intel.com Dear maintainer, This patch provided libxml2-python package which is widely used. Currently this patch only limited to master branch,please consider to bring this patch to dizzy branch as well. Thank you, Chia Chuan Robert Yang (1): libxml2: fix

[OE-core] [meta-oe][dizzy][PATCH] libxml2: fix python path and add libxml2-python

2015-07-21 Thread chia . chuan . wu
From: Robert Yang liezhi.y...@windriver.com We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can add it by PACKAGECONFIG. The previous

[OE-core] [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-21 Thread zhe.he
From: He Zhe zhe...@windriver.com To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. Modify wherever reference KERNEL_IMAGETYPE accordingly. Fixes [YOCTO #6945]. Signed-off-by: He Zhe

[OE-core] [PATCH v2 2/2] kernel: Pass sysroot mkimage to kernel makefile

2015-07-21 Thread zhe.he
From: He Zhe zhe...@windriver.com Pass mkimage in sysroot to kernel makefile by NATIVE_MKIMAGE to avoid depending on build machine's when KEEPUIMAGE is yes. Fixes [YOCTO #6945]. Signed-off-by: He Zhe zhe...@windriver.com --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH v2 0/2] Yocto Bug #6945

2015-07-21 Thread zhe.he
From: He Zhe zhe...@windriver.com - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. - Modify wherever reference KERNEL_IMAGETYPE accordingly. - Pass mkimage in sysroot to kernel makefile by

[OE-core] [PATCH] oeqa/selftest: Fix imagefeature testcases not to interfere with testimage on AB

2015-07-21 Thread Daniel Istrate
[YOCTO #8017] - selftest does not use pkill qemu [YOCTO #7976] - tests do not touch .ssh/known_hosts - don't hardcode qemu IP [YOCTO #8027] - use qemu nographic Extra: removed unnecessary assert for bitbake and runCmd status Signed-off-by: Daniel Istrate

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-21 Thread Mark Hatle
On 7/21/15 3:23 AM, Dmitry Eremin-Solenikov wrote: Hello, 2015-07-20 18:47 GMT+03:00 Mark Hatle mark.ha...@windriver.com: Between customer escalations, other work and vacation.. I didn't happen. No problem, really. I just wanted to be sure that the patches aren't going to be lost.