Re: [yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-07-29 Thread Georgescu, Alexandru C
Ha, nice to see green here! :) -- Alexandru Georgescu Yocto QA Engineer SSG/SSD Open Source Technology Center Romania On 30/07/14 09:41, "Flanagan, Elizabeth" wrote: >Full green build! > >http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7_M2.rc1 > >bitbake 4aaf56bfbad4aa626be8a2f7a5f7

[yocto] Yocto 1.7_M2 release candidate 1 ready for QA

2014-07-29 Thread Flanagan, Elizabeth
Full green build! http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7_M2.rc1 bitbake 4aaf56bfbad4aa626be8a2f7a5f70834c3311dd3 eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 4a167fd662262ebdaa3cf0d332ac0debb52d7904 meta-fsl-arm 6ef8db67df3436a463851ff95dcfb6a

Re: [yocto] Waiting for removable media ...

2014-07-29 Thread Khem Raj
On Tue, Jul 29, 2014 at 8:13 AM, Marc Gilet wrote: > Hello, > I'd like to use Yocto with a thinclient (Fujitsu siemens Futro B100) > I've created a BSP for this platform, and configured the kernel for this > machine. > I've built an initramfs and a kernel to boot the thinclient via a PXE > server,

Re: [yocto] meta-oracle-java layer maintainer

2014-07-29 Thread Maxin B. John
Hi Paul, On Tue, Jul 29, 2014 at 01:40:45PM -0400, Bruce Ashfield wrote: > On 14-07-29 01:39 PM, Bruce Ashfield wrote: > >On 14-07-29 01:36 PM, Paul Eggleton wrote: > >>Hi there, > >> > >>At the moment there are a few patches / queries outstanding for the > >>the meta- > >>oracle-java layer on thi

[yocto] [PATCH 5/5] dev-manual: Various minor fixes for 'Creating Partitioned Images' section

2014-07-29 Thread Tom Zanussi
This is a set of fixes for miscellaneous dev-manual updates noticed while transcribing wic help for the dev manual. Signed-off-by: Tom Zanussi --- .../dev-manual/dev-manual-common-tasks.xml | 94 +- 1 file changed, 54 insertions(+), 40 deletions(-) diff --git a/docum

[yocto] [PATCH 4/5] dev-manual: Various updates to the 'Creating Partitioned Images' section

2014-07-29 Thread Tom Zanussi
This is a set of miscellaneous updates brought over from the wic help text. Signed-off-by: Tom Zanussi --- .../dev-manual/dev-manual-common-tasks.xml | 137 + 1 file changed, 86 insertions(+), 51 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-ta

[yocto] [PATCH 2/5] dev-manual: Add squashfs to --fstypes documentation

2014-07-29 Thread Tom Zanussi
squashfs support was recently added to wic, so document it. Signed-off-by: Tom Zanussi --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common

[yocto] [PATCH 0/5] dev-manual updates for wic

2014-07-29 Thread Tom Zanussi
This patchset updates the wic documentation in the dev-manual for master. The following changes since commit 2d1660112e54653f7bb763939d0416472c49fe01: populate_sdk_base: Fix grep command usage on old hosts (2014-07-29 09:58:27 +0100) are available in the git repository at: git://git.yoctop

[yocto] [PATCH 3/5] dev-manual: Add documentation for --fsoptions

2014-07-29 Thread Tom Zanussi
--fsoptions support was recently added to wic, so document it. Signed-off-by: Tom Zanussi --- documentation/dev-manual/dev-manual-common-tasks.xml | 8 1 file changed, 8 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manu

[yocto] [PATCH 1/5] dev-manual: Add 'Creating Partitioned Images/Plugins' subsection

2014-07-29 Thread Tom Zanussi
Add a new section discussing plugins, taken directly from the corresponding wic help section. Signed-off-by: Tom Zanussi --- .../dev-manual/dev-manual-common-tasks.xml | 158 + 1 file changed, 158 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-

[yocto] Yocto Project Dev Day 2014 - Discount Registration Ends Friday, August 1

2014-07-29 Thread Jeff Osier-Mixon
The Yocto Project team is pleased to announce Yocto Project Developer Day at the Congress Centre in Düsseldorf, October 16th, 2014. This year we have new workshop sessions divided into two separate tracks (introductory and advanced). You can attend the session that fits your level of knowledge arou

Re: [yocto] meta-oracle-java layer maintainer

2014-07-29 Thread Bruce Ashfield
On 14-07-29 01:39 PM, Bruce Ashfield wrote: On 14-07-29 01:36 PM, Paul Eggleton wrote: Hi there, At the moment there are a few patches / queries outstanding for the the meta- oracle-java layer on this mailing list. Unfortunately the current maintainer doesn't have time to maintain the layer any

Re: [yocto] meta-oracle-java layer maintainer

2014-07-29 Thread Bruce Ashfield
On 14-07-29 01:36 PM, Paul Eggleton wrote: Hi there, At the moment there are a few patches / queries outstanding for the the meta- oracle-java layer on this mailing list. Unfortunately the current maintainer doesn't have time to maintain the layer anymore, so I'd like to appeal to the community

[yocto] meta-oracle-java layer maintainer

2014-07-29 Thread Paul Eggleton
Hi there, At the moment there are a few patches / queries outstanding for the the meta- oracle-java layer on this mailing list. Unfortunately the current maintainer doesn't have time to maintain the layer anymore, so I'd like to appeal to the community for someone to take it over. An ideal cand

Re: [yocto] [PATCH] binutils: Add fix for recent patch on older gcc

2014-07-29 Thread Khem Raj
On Jul 29, 2014 9:05 AM, "Darcy Watkins" wrote: > > From: Darcy Watkins > > The recent bintuils patch update breaks on older gccs such as CentOS 6. > Backport a patch to address this. > > (From master: 540b7a196a00c4dc1bf8f7c87e68e80ab310756e) > (From OE-Core rev: 76f65e73081f52cea718ef164f9d1d7a

[yocto] [PATCH] binutils: Add fix for recent patch on older gcc

2014-07-29 Thread Darcy Watkins
From: Darcy Watkins The recent bintuils patch update breaks on older gccs such as CentOS 6. Backport a patch to address this. (From master: 540b7a196a00c4dc1bf8f7c87e68e80ab310756e) (From OE-Core rev: 76f65e73081f52cea718ef164f9d1d7a5c65d537) Signed-off-by: Darcy Watkins --- meta/recipes-devt

Re: [yocto] [PATCH] binutils: Add fix for recent patch on older gcc

2014-07-29 Thread Darcy Watkins
On Tue, 2014-07-29 at 08:59 -0700, Darcy Watkins wrote: > From: Darcy Watkins > > The recent bintuils patch update breaks on older gccs such as CentOS 6. > Backport a patch to address this. > > (From master: 540b7a196a00c4dc1bf8f7c87e68e80ab310756e) > (From OE-Core rev: 76f65e73081f52cea718ef164

[yocto] [[meta-xilinx-community][PATCH] 1/3] microzed: kernel: update to 3.14

2014-07-29 Thread David Andrey
Use Xilinx kernel 3.14 for the Microzed board instead of the 3.10 Signed-off-by: David Andrey --- conf/machine/microzed-zynq7.conf |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/microzed-zynq7.conf b/conf/machine/microzed-zynq7.conf index a57614a..b7f8934 1

[yocto] [[meta-xilinx-community][PATCH] 2/3] microzed: kernel config: increase ram dev size

2014-07-29 Thread David Andrey
Increase the RAM device block size to allow bigger RamDisk FS image Signed-off-by: David Andrey --- conf/machine/boards/microzed/microzed-blk-dev-ram.cfg | 11 +++ conf/machine/microzed-zynq7.conf |4 2 files changed, 15 insertions(+) create mode 100644 c

[yocto] [[meta-xilinx-community][PATCH] 3/3] microzed: kernel config: force emacps net driver

2014-07-29 Thread David Andrey
Avoid the kernel loading the Cadence MAC driver by disabling it in the kernel configuration. Remains the Xilinx emacps driver, the one we need. Signed-off-by: David Andrey --- .../microzed/microzed-disable-net-cadence.cfg | 23 conf/machine/microzed-zynq7.conf

Re: [yocto] [meta-intel] Why won't my app use multiple threads under 'valleyisland'?

2014-07-29 Thread Darren Hart
On Thu, Jul 24, 2014 at 09:45:41PM +0100, Chris Tapp wrote: > I've got a recipe for an application. This has: > > 1) A main thread; > 2) An OpenGL ('X' / EGL) graphics rendering thread created using posix > threads; > 3) As many threads as required from the graphics thread for GStreamer to > ser

[yocto] Waiting for removable media ...

2014-07-29 Thread Marc Gilet
Hello, I'd like to use Yocto with a thinclient (Fujitsu siemens Futro B100) I've created a BSP for this platform, and configured the kernel for this machine. I've built an initramfs and a kernel to boot the thinclient via a PXE server, it boots, but the boot process hangs with this massage:" Wa

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, July 15, 2014 8:00 AM US Pacific Time

2014-07-29 Thread Jolley, Stephen K
Attendees: Stephen, Alex V., Bruce, Matthew, Tom, Belen, Saul, Richard, Polk, Darren, Jefro, Cristian, Michael, Doug, Paul, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.yoctoprojec

Re: [yocto] Yocto Project Manual

2014-07-29 Thread Rifenbark, Scott M
Paul, This sounds reasonable. I will modify based on that practice. Thanks, Scott >-Original Message- >From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] >Sent: Tuesday, July 29, 2014 3:57 AM >To: Rifenbark, Scott M; Tiemo Krüger >Cc: yocto@yoctoproject.org >Subject: Re: [yoct

Re: [yocto] Yocto Project Manual

2014-07-29 Thread Paul Eggleton
On Tuesday 29 July 2014 10:27:23 Rifenbark, Scott M wrote: > Thanks for noting this and contacting me. I am reposting to the > yocto@yoctoproject.org group for additional input. I will get > modifications into the manual. > > Best, > Scott > > > >-Original Message- > >From: Tiemo Krü

Re: [yocto] Yocto Project Manual

2014-07-29 Thread Rifenbark, Scott M
Tiemo, Thanks for noting this and contacting me. I am reposting to the yocto@yoctoproject.org group for additional input. I will get modifications into the manual. Best, Scott >-Original Message- >From: Tiemo Krüger [mailto:t...@mycable.de] >Sent: Tuesday, July 29, 2014 2:50 AM >T

[yocto] [meta-selinux][PATCH 1/2] refpolicy: split do_install to three steps

2014-07-29 Thread wenzong.fan
From: Wenzong Fan Split do_install() to: + prepare_policy_store() + rebuild_policy() + install_misc_files() This allows to make partial change to do_install() instead of re-write it totally from specific refpolicy bb file. Signed-off-by: Wenzong Fan --- recipes-security/refpolicy/refpol

[yocto] [meta-selinux][PATCH 2/2] refpolicy / minimum: support compressed policy

2014-07-29 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- .../refpolicy/refpolicy-minimum_2.20130424.bb | 26 ++-- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/recipes-security/refpolicy/refpolicy-minimum_2.20130424.bb b/recipes-security/refpolicy/refpolicy-mini

[yocto] [meta-selinux][PATCH 0/2] refpolicy: split do_install to three steps & update refpolicy-minimum

2014-07-29 Thread wenzong.fan
From: Wenzong Fan * split do_install to three steps: + prepare_policy_store() + rebuild_policy() + install_misc_files() This gets refpolicy-minimum work by re-writing the prepare_policy_store(). * update refpolicy-minimum to support compressed policy. The following changes since commit a