[linux-yocto] [PATCH] arm64: psci: move psci firmware calls out of line

2015-05-16 Thread Armin Kuster
From: Will Deacon will.dea...@arm.com An arm64 allmodconfig fails to build with GCC 5 due to __asmeq assertions in the PSCI firmware calling code firing due to mcount preambles breaking our assumptions about register allocation of function arguments: /tmp/ccDqJsJ6.s: Assembler messages:

[yocto] [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14

2015-05-16 Thread Philip Tricca
Upstream 3.19 isn't supported by meta-selinux yet. Set PREFERRED_VERSION to 3.14 as a work-around to keep the reference images bootable. --- conf/distro/oe-selinux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/oe-selinux.conf b/conf/distro/oe-selinux.conf index

Re: [yocto] Layer Priority with Wildcard .bbappend Files

2015-05-16 Thread Christian Magnusson
I also stumbled into this problem. We are using a BSP from Phytec. It's using poky and Phytec made a simple distribution in meta-yougurt. Now I want to customize it, and made my own meta-platform to overwrite files from the other layers. (prio 100) # bitbake-layers show-recipes init-ifupdown:

[yocto] [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14

2015-05-16 Thread Philip Tricca
Upstream 3.19 isn't supported by meta-selinux yet. Set PREFERRED_VERSION to 3.14 as a work-around to keep the reference images bootable. Signed-off-by: Philip Tricca fl...@twobit.us --- conf/distro/oe-selinux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/oe-selinux.conf