[yocto] Recipe reporting system Announcement

2015-02-25 Thread Aníbal Limón
Hi All, I'm glad to announce the available of the Recipe reporting system (a.k.a, RRS) [1]. The RRS publish the status of Recipes for Openembedded-core (meta) layer, the status means: who maintains the Recipe?, what other Linux distribution contains the Package, list of upgrades of a Recipe,

Re: [yocto] kernel dev manual: KBRANCH_DEFAULT is dead, jim.

2015-02-25 Thread Robert P. J. Day
On Wed, 25 Feb 2015, Rifenbark, Scott M wrote: > Don't worry about the patch Robert... I need to scrub the set to fix > this up. *i* wasn't about to patch it. :-) rday -- Robert P. J. Day

Re: [yocto] kernel dev manual: KBRANCH_DEFAULT is dead, jim.

2015-02-25 Thread Rifenbark, Scott M
Don't worry about the patch Robert... I need to scrub the set to fix this up. Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Darren Hart >Sent: Wednesday, February 25, 2015 8:48 AM >To: Robert P. J. Day; Yocto discuss

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Darren Hart
On 2/25/15, 12:54 AM, "Robert P. J. Day" wrote: > > minor quibble about kernel dev manual -- section 2.2.1, "creating >the append file", uses the example of: > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > >while section 2.2.3 uses: > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > >both

Re: [yocto] more observations on kernel dev manual

2015-02-25 Thread Darren Hart
On 2/25/15, 2:52 AM, "Robert P. J. Day" wrote: > > been a while since i went through this manual so some probably >simple observations -- based on in-progress manual. if scott rifenbark >wants to process any of this, he has my blessing. Thanks for your review of the document Robert. For future

Re: [yocto] kernel dev manual: KBRANCH_DEFAULT is dead, jim.

2015-02-25 Thread Darren Hart
Good catch, thanks Robert. Care to send a patch to the documentation? On 2/25/15, 3:20 AM, "Robert P. J. Day" wrote: > > ch 3 still refers to the variable KBRANCH_DEFAULT even though that >variable was tossed back in march of 2014: > >commit e631fc989b08873f559c5927117301294f04298c >Author: Bru

Re: [yocto] more observations on kernel dev manual

2015-02-25 Thread Rifenbark, Scott M
So I fixed the two obvious issues here. I am working on getting clarification on the command -c item. Thanks, Scott >-Original Message- >From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] >Sent: Wednesday, February 25, 2015 2:52 AM >To: Yocto discussion list >Cc: Rifenbark, Scott M

[yocto] merging eclipse-poky-juno & eclipse-poky-kepler

2015-02-25 Thread Minchev, Todor
I just wanted to check if anyone is using the Yocto ADT Eclipse plug-in from the eclipse-poky repo here: http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/ This repo hasn't been maintained for a couple of years. The most up-to-date code for the ADT plug-in for Eclipse Juno & Kepler can be fo

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Rifenbark, Scott M
I updated and published the change to the 1.8 version. I took Joe's suggestion. Thanks, Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Joe MacDonald >Sent: Wednesday, February 25, 2015 5:44 AM >To: Robert P. J. Da

Re: [yocto] [meta-selinux][PATCH] python: use wildcard for verison

2015-02-25 Thread Joe MacDonald
I will, of course, actually spell-check the commit log before committing anything. -J. [[yocto] [meta-selinux][PATCH] python: use wildcard for verison] On 15.02.25 (Wed 10:13) Joe MacDonald wrote: > The current python bbappend doesn't include any patches, so it's > reasonable to move to a wildc

[yocto] [meta-selinux][PATCH] python: use wildcard for verison

2015-02-25 Thread Joe MacDonald
The current python bbappend doesn't include any patches, so it's reasonable to move to a wildcard for the version. Signed-off-by: Joe MacDonald --- recipes-devtools/python/{python_2.7.3.bbappend => python_%.bbappend} | 2 -- 1 file changed, 2 deletions(-) rename recipes-devtools/python/{python_

Re: [yocto] merging eclipse-poky-juno & eclipse-poky-kepler

2015-02-25 Thread Minchev, Todor
On Wed, 2015-02-25 at 14:17 +, Flanagan, Elizabeth wrote: > On 25 February 2015 at 13:12, Minchev, Todor wrote: > > Hello, > > > > I just wanted to check if anyone is using the Yocto ADT Eclipse plug-in > > from the eclipse-poky repo here: > > > > http://git.yoctoproject.org/cgit/cgit.cgi/ecli

Re: [yocto] merging eclipse-poky-juno & eclipse-poky-kepler

2015-02-25 Thread Flanagan, Elizabeth
On 25 February 2015 at 13:12, Minchev, Todor wrote: > Hello, > > I just wanted to check if anyone is using the Yocto ADT Eclipse plug-in > from the eclipse-poky repo here: > > http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/ > > This repo hasn't been maintained for a couple of years. The mo

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Gary Thomas
On 2015-02-25 06:44, Joe MacDonald wrote: [[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend] On 15.02.25 (Wed 03:54) Robert P. J. Day wrote: minor quibble about kernel dev manual -- section 2.2.1, "creating the append file", uses the example of: FILESEXTRAPATHS_prepe

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Joe MacDonald
[[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend] On 15.02.25 (Wed 03:54) Robert P. J. Day wrote: > > minor quibble about kernel dev manual -- section 2.2.1, "creating > the append file", uses the example of: > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > while

[yocto] merging eclipse-poky-juno & eclipse-poky-kepler

2015-02-25 Thread Minchev, Todor
Hello, I just wanted to check if anyone is using the Yocto ADT Eclipse plug-in from the eclipse-poky repo here: http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/ This repo hasn't been maintained for a couple of years. The most up-to-date code for the ADT plug-ins for Eclipse Juno & Kepler

[yocto] bitbake-whatchanged usefulness?

2015-02-25 Thread Gary Thomas
I just updated my Poky/Yocto master and tried to use bitbake-whatchanged to see what was about to happen. I'm not sure I know how to read this and there doesn't seem to be any documentation other than the simple help provided by the script. Here's part of what I saw:

[yocto] kernel dev manual: KBRANCH_DEFAULT is dead, jim.

2015-02-25 Thread Robert P. J. Day
ch 3 still refers to the variable KBRANCH_DEFAULT even though that variable was tossed back in march of 2014: commit e631fc989b08873f559c5927117301294f04298c Author: Bruce Ashfield Date: Tue Mar 18 23:01:19 2014 -0400 kernel-yocto: remove KBRANCH_DEFAULT KBRANCH_DEFAULT is no longe

[yocto] [meta-security][PATCH] tomoyo: fix typos in scc file

2015-02-25 Thread Armin Kuster
thanks to rday for pointing it out. Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto/tomoyo.scc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-yocto/tomoyo.scc b/recipes-kernel/linux/linux-yocto/tomoyo.scc index 9080934..588864

[yocto] more observations on kernel dev manual

2015-02-25 Thread Robert P. J. Day
been a while since i went through this manual so some probably simple observations -- based on in-progress manual. if scott rifenbark wants to process any of this, he has my blessing. section 2.2.2: i'm assuming that list of SRC_URIs should actually read? ... first-change... ... second

Re: [yocto] [psplash][PATCH] Adding support for systemd and its service files

2015-02-25 Thread Petter Mabäcker
Hi Ross, Thanks for this info. I will give the patch a spin and let you know about the result. BR Petter 2015-02-23 14:43 skrev Burton, Ross: > Hi Petter, > > On 22 February 2015 at 21:20, Petter Mabäcker wrote: > >> Anyone who knows what happened with this change? Any problem detect

[yocto] Release Candidate Build for yocto-1.8_M3.rc1 now available.

2015-02-25 Thread Poky Build User
A release candidate build for yocto-1.8_M3.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.8_M3.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 2acbe8c61bb70406447c9b2085883979fdb1ed43 meta-fsl-arm : ae2928fe251

Re: [yocto] [meta-raspberrypi] Pi-2 support?

2015-02-25 Thread Andrei Gherzan
Hello, On Wed, Feb 25, 2015 at 9:27 AM, Valentin Le bescond < valentin.lebesc...@gmail.com> wrote: > Look there: > > https://github.com/agherzan/meta-raspberrypi > It has the Raspberry pi 2 machine conf. > Indeed. Current master supports raspberrypi2 machine. Happy hacking! -- *Andrei Gherzan*

[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Robert P. J. Day
minor quibble about kernel dev manual -- section 2.2.1, "creating the append file", uses the example of: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" while section 2.2.3 uses: FILESEXTRAPATHS_prepend := "${THISDIR}/files:" both sections kind of implying that that's the way to do it, with

Re: [yocto] [meta-raspberrypi] Pi-2 support?

2015-02-25 Thread Valentin Le bescond
Look there: https://github.com/agherzan/meta-raspberrypi It has the Raspberry pi 2 machine conf. Cheers 2015-02-24 22:49 GMT+01:00 Gary Thomas : > On 2015-02-24 14:45, Christian Ege wrote: > >> Am 24.02.2015 um 22:07 schrieb Gary Thomas: >> >>> Any ideas when this layer might support the new P