[yocto] [meta-cgl][PATCH] cluster-resource-agents: upgrade to 3.9.6 and rename to resource-agents

2015-06-30 Thread Bian Naimeng
Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../disable-doc-build.patch| 13 --- .../fix-fortify_sources-optimization-calls.patch | 12 --- .../fix-header-defs-lookup.patch | 16 .../kill-stack-protector.patch | 12 ---

[yocto] Fwd: With my layer, Systemd not invoking my application at startup

2015-06-30 Thread Vipin Nair
Hi All, I have created a layer (my first layer) and have build it with WindRiver media which uses Systemd for the startup services. As per my application need, I have to create a new user on the final image and change the owner permissions of certain files to the new user. Since I could not get

[linux-yocto] [PATCH] meta: axxia: add support for axxia random number generator

2015-06-30 Thread Cristian Bercaru
This patch enables in Kconfig the options needed for random number generation using the Axxia hardware block. Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com Signed-off-by: Sreedevi Joshi sreedevi.jo...@intel.com --- meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg|4 +++-

[yocto] [RFC][master][fido] yocto bsp on arm not in sync with beaglebone target defaults

2015-06-30 Thread Jan-Simon Moeller
Hi all! I noticed this inconsitency: bitbake MACHINE=beaglebone - zImage kernel but yocto-bsp create foo arm will setup for uImage. Shouldn't we do: diff --git a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf

[yocto] [meta-cgl][PATCH] pacemaker: changing depencency to resource-agents

2015-06-30 Thread Bian Naimeng
cluster-resource-agents is renamed to resource-agents, so changes the depencency to resource-agents Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.0.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] SAMA5D3 header files for C application development

2015-06-30 Thread SAS NONE
Hi, I'm using SAMA5D3-xplained board and built a Linux kernel 3.18 distro for it using the Poky Yocto build directory.  I've also created the sdk and installed it in /opt/poky-atmel/1.7.2.  Ran hello world example in eclipse however I'm trying to find the C header files for the peripherals so

[yocto] Design and Yocto Project development cycle

2015-06-30 Thread Barros Pena, Belen
I had to sit down today to write how design activities have been integrated into the Yocto Project development cycle. Once I finished writing, I realised that this might be of interest to the community somehow. So here it is, for posterity ;) This is the Yocto Project development cycle for the

Re: [linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.14 meta

2015-06-30 Thread Bruce Ashfield
On 2015-06-30 08:29 AM, Cristian Bercaru wrote: Hello! This minor patch updates the configuratio fragments needed to build linux-yocto-3.4 on Axxia platforms. It adds options thsat enable the axxia random number generator. Please apply this patch on the meta branch. I've applied and pushed