Re: [yocto] My config got stuck in the toaster

2015-01-05 Thread Barros Pena, Belen
On 05/01/2015 22:23, "William Mills" wrote: > > >On 12/28/2014 02:16 AM, Barros Pena, Belen wrote: >> On 28/12/2014 00:18, "William Mills" wrote: >> >>> BTW: Building "world" does not look nice in toaster. It list 100s of >>> build targets instead of just "world". >> >> Anything with "does no

[yocto] Embedded Linux Conference 2015 - Call for Participation

2015-01-05 Thread Jeff Osier-Mixon
The deadline for this CFP is coming up soon, so please submit presentations! -- Forwarded Message -- From: "Tim Bird" Subject: [Elc-announce] Embedded Linux Conference 2015 - Call for Participation Hello everyone, The CE Workgroup of the Linux Foundation would like to invite you to

Re: [yocto] separate partition support

2015-01-05 Thread Moore, Thomas (FtWorth)
I'm actually experimenting with this today. Per the Development Manual, my first attempt was to use wic. While I was able to create an image with multiple partitions, there appears to be no way to split up the rootfs image that is created amongst the multiple partitions. Below is the wks file I

Re: [yocto] [PATCH][yocto-docs] Mention yocto-layer subcommands add-layer, remove-layer.

2015-01-05 Thread Robert P. J. Day
On Mon, 5 Jan 2015, Paul Eggleton wrote: > Hi Robert, > > On Monday 05 January 2015 10:50:07 Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day > > > > --- > > > > diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml > > b/documentation/dev-manual/dev-manual-common-tasks.xml

[yocto] separate partition support

2015-01-05 Thread Andre Marschalek
hi, splitting the root file filesystem into different partitions is a common task and supported from every operating system during install and should be also supported from yocto's build system based on the current available documentation it seems impossible to accomplish this task, the only a

Re: [yocto] more BSP Guide pedantry involving customizing a recipe

2015-01-05 Thread Rifenbark, Scott M
Hi, I have updated this section in the "latest" version of the BSP Guide. Thanks for the input. Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P. J. Day >Sent: Tuesday, December 30, 2014 11:32 AM >To: Yocto

Re: [yocto] [PATCH][yocto-docs] Mention yocto-layer subcommands add-layer, remove-layer.

2015-01-05 Thread Paul Eggleton
Hi Robert, On Monday 05 January 2015 10:50:07 Robert P. J. Day wrote: > Signed-off-by: Robert P. J. Day > > --- > > diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml > b/documentation/dev-manual/dev-manual-common-tasks.xml index > 0085cef..adaf602 100644 > --- a/documentation/de

Re: [yocto] BSP guide refers to meta-fri2 as example for binary/ data, it has none

2015-01-05 Thread Tom Zanussi
On Mon, 2015-01-05 at 21:44 +, Rifenbark, Scott M wrote: > > >-Original Message- > >From: yocto-boun...@yoctoproject.org [mailto:yocto- > >boun...@yoctoproject.org] On Behalf Of Robert P. J. Day > >Sent: Tuesday, December 30, 2014 10:20 AM > >To: Yocto discussion list > >Subject: [yoct

Re: [yocto] BSP guide refers to meta-fri2 as example for binary/ data, it has none

2015-01-05 Thread Rifenbark, Scott M
>-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P. J. Day >Sent: Tuesday, December 30, 2014 10:20 AM >To: Yocto discussion list >Subject: [yocto] BSP guide refers to meta-fri2 as example for binary/ data, it >has none

Re: [yocto] BSP Guide needs to be updated considerably given changes to meta-crownbay

2015-01-05 Thread Rifenbark, Scott M
Robert, I have gone through the manual and made some updates. You can check out the "latest". Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P. J. Day >Sent: Tuesday, December 30, 2014 7:49 AM >To: Yocto di

Re: [yocto] [PATCH] yocto-docs: Tidy up documentation Makefile.

2015-01-05 Thread Rifenbark, Scott M
Applied. Thanks Robert. >-Original Message- >From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] >Sent: Tuesday, December 30, 2014 4:57 AM >To: Yocto discussion list >Cc: Rifenbark, Scott M >Subject: [PATCH] yocto-docs: Tidy up documentation Makefile. > > >Some aesthetic fixes to yocto-

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-01-05 Thread Saul Wold
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer

Re: [yocto] is it not a *requirement* that layers start with "meta-"?

2015-01-05 Thread Robert P. J. Day
On Mon, 5 Jan 2015, Rifenbark, Scott M wrote: > If anyone can locate some scripts or something that actually does > require "meta-" to be prepended please let me know. That changes > how we describe this. as an admittedly simple example, i ran across this in oe-core's scripts/contrib/documenta

Re: [yocto] My config got stuck in the toaster

2015-01-05 Thread William Mills
On 12/28/2014 02:16 AM, Barros Pena, Belen wrote: On 28/12/2014 00:18, "William Mills" wrote: BTW: Building "world" does not look nice in toaster. It list 100s of build targets instead of just "world". Anything with "does not look nice in toaster" is probably my problem. Can I ask you to

Re: [yocto] is it not a *requirement* that layers start with "meta-"?

2015-01-05 Thread Rifenbark, Scott M
If anyone can locate some scripts or something that actually does require "meta-" to be prepended please let me know. That changes how we describe this. Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P. J. Da

Re: [yocto] My config got stuck in the toaster

2015-01-05 Thread William Mills
On 01/05/2015 06:59 AM, Barros Pena, Belen wrote: On 28/12/2014 00:18, "William Mills" wrote: On 12/27/2014 10:40 AM, Mills, William wrote: OK, you are not going to believe me but I swear this really happened ... We do believe you :) https://bugzilla.yoctoproject.org/show_bug.cgi?id=6935

[yocto] [PATCH][yocto-docs] Mention yocto-layer subcommands add-layer, remove-layer.

2015-01-05 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0085cef..adaf602 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common

[yocto] FW: [meta-cgl][PATCH] openais: upgrade to 1.1.4

2015-01-05 Thread Alexandru Vaduva
Applying: Fw: [yocto] [meta-cgl][PATCH] openais: upgrade to 1.1.4 error: patch failed: meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb:1 error: meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb: patch does not apply Patch failed at 0001 Fw: [yocto] [meta-cgl][PATCH] openais: upgrade to 1.1

[yocto] FW: [PATCH] [meta-cgl] corosync: upgrade to 1.4.7

2015-01-05 Thread Alexandru Vaduva
Applying: Fw: [yocto] [PATCH] [meta-cgl] corosync: upgrade to 1.4.7 fatal: corrupt patch at line 135 Patch failed at 0001 Fw: [yocto] [PATCH] [meta-cgl] corosync: upgrade to 1.4.7 The copy of the patch that failed is found in: /media/sdd1/fb/alvd/cgl-activities/temp/private/meta-cgl/.git/rebase

[yocto] dev manual contains obsolete ref to QT_SQL_DRIVER_FLAGS

2015-01-05 Thread Robert P. J. Day
observation: current dev manual, sec 5.1.3.2, provides an example for bbappend files: "For example, consider how support plug-ins for the Qt 4 database are configured. The Source Directory does not have MySQL or PostgreSQL. However, OpenEmbedded's layer meta-oe does. Consequently, meta-oe uses

[yocto] [yocto-docs][PATCH] Add missing quote

2015-01-05 Thread Pascal Bach
Signed-off-by: Pascal Bach --- documentation/dev-manual/dev-manual-common-tasks.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 9fd0fed..6106af3 100644 --

Re: [yocto] [meta-cgl][PATCH 1/2] heartbeat: add new recipe

2015-01-05 Thread Alexandru Vaduva
Merged the patch upstream: 3b306b8f207a18e5cab86354c25f8039607f1ae8 -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Li xin Sent: Friday, December 12, 2014 7:25 AM To: yocto@yoctoproject.org Subject: [yocto] [meta-cgl][PATCH 1/2]

Re: [yocto] [meta-cgl][PATCH] ocfs2-tools: add new recipe

2015-01-05 Thread Alexandru Vaduva
Merged the patch and closed the according Bugzilla issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7071 -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Li xin Sent: Friday, December 12, 2014 11:26 AM To: yocto@yoctopro

Re: [yocto] Selective append

2015-01-05 Thread Burton, Ross
On 2 January 2015 at 21:37, Moore, Thomas (FtWorth) wrote: > My question is this: is there a way to only apply the kernel patch when > the out-of-tree kernel module recipe is included in an image? > No. One solution would be to configure the driver as a module in the kernel and putting it in a

Re: [yocto] [meta-cgl][PATCH] ocfs2-tools: add new recipe

2015-01-05 Thread Alexandru Vaduva
Merged this patch onto repository and updated the bugzilla task with relevant information. https://bugzilla.yoctoproject.org/show_bug.cgi?id=7071 -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Li xin Sent: Friday, December 12,

[yocto] current dev manual possibly links to out-of-date wiki page(s)

2015-01-05 Thread Robert P. J. Day
section 4.1.1, dev manual: "Finally, there is a wiki page write up of the example also located here that you might find helpful." that link takes one here: https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another and while it's not fatal to link to old

Re: [yocto] My config got stuck in the toaster

2015-01-05 Thread Barros Pena, Belen
On 28/12/2014 00:18, "William Mills" wrote: > >On 12/27/2014 10:40 AM, Mills, William wrote: >> OK, you are not going to believe me but I swear this really happened ... We do believe you :) https://bugzilla.yoctoproject.org/show_bug.cgi?id=6935 Hopefully to be fixed soon. Cheers Belén >> >

Re: [yocto] [meta-selinux][PATCH 3/3] pkggrp-core-selinux: coreutils addition

2015-01-05 Thread Shrikant Bobade
Hello, Please provide review comments or feedback if any, It will be a great help. @Ping. Thanks Shrikant On Wed, Nov 19, 2014 at 1:46 PM, Shrikant Bobade wrote: > From: Shrikant Bobade > > To add coreutils to packagegroup-core-selinux > inorder to get chcon avaibility. > > Signed-off-by: Shr

Re: [yocto] [meta-selinux][PATCH 2/3] selinux-init: update for systemd

2015-01-05 Thread Shrikant Bobade
Hello, Please provide review comments or feedback if any, It will be a great help. @Ping. Thanks Shrikant On Wed, Nov 19, 2014 at 1:43 PM, Shrikant Bobade wrote: > From: Shrikant Bobade > > selinux-init.sh updated to reboot system > normally to fix the labelling during systemd > execution. Du

Re: [yocto] [meta-selinux][PATCH 1/3] V2 refpolicy:20140311 update for systemd

2015-01-05 Thread Shrikant Bobade
Hello, Please provide review comments or feedback if any, It will be a great help. @Ping. Thanks Shrikant On Wed, Nov 19, 2014 at 1:43 PM, Shrikant Bobade wrote: > From: Shrikant Bobade > > Systemd init type and related allow rules > updated for refpolicy. > > Signed-off-by: Shrikant Bobade

Re: [yocto] [meta-cgl][PATCH 2/2] pacemaker: upgrade to version 1.1.4

2015-01-05 Thread Alexandru Vaduva
Sorry for the delayed answer, but I was not able to build this recipe. For me it stopped on do_configure task. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Li xin Sent: Friday, December 12, 2014 7:25 AM To: yocto@yoctoprojec