[yocto] FW: FW: how the ^$%^%@%^#$ does file://defconfig work?

2013-05-13 Thread Rifenbark, Scott M
I have updated the wording in the Changing the Configuration section of the YP Kernel Development Manual to remove implied behavior regarding kernel configuration. Hopefully, this is clearer. See http://www.yoctoproject.org/docs/1.5/kernel-dev/kernel-dev.html#changing-the-configuration. If

Re: [yocto] FW: FW: how the ^$%^%@%^#$ does file://defconfig work?

2013-05-13 Thread Robert P. J. Day
On Mon, 13 May 2013, Rifenbark, Scott M wrote: Bruce, Thanks for the very clear example and the analogy. I might add a note to the section that was confusing Robert. Sometimes he gets really picky on what he reads... i resent that. and you could have used a comma after the word

[yocto] [PATCH v2 0/6] Separate org.yocto.remote.utils plugin

2013-05-13 Thread Ioana Grigoropol
- initial commit populate for remote utils common plugin Ioana Grigoropol (6): Initial commit for separate remote utilities plugin Move RSEHelper to a separate plugin Move RemoteShellExec to separate plugin Move ShellSession to org.yocto.remote.utils separate plugin Move CommonHelper

[yocto] [PATCH v2 1/6] Initial commit for separate remote utilities plugin

2013-05-13 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- plugins/org.yocto.remote.utils/.classpath |7 +++ plugins/org.yocto.remote.utils/.project| 28 + .../.settings/org.eclipse.jdt.core.prefs |7 +++

[yocto] [PATCH v2 3/6] Move RemoteShellExec to separate plugin

2013-05-13 Thread Ioana Grigoropol
- RemoteShellExec is a wrapper over a remote executiong of a command in a shell and it belongs to org.yocto.remote.utils plugin - remove RemoteShellExec from remotetools plugin and add it to org.yocto.remote.utils - modify org.yocto.sdk.remotetools to use implementation from

[yocto] [PATCH v2 2/6] Move RSEHelper to a separate plugin

2013-05-13 Thread Ioana Grigoropol
- move RSEHelper to newly created separate plugin org.yocto.remote.utils - clean-up RSEHelper code by removing all unused methods - moved message strings that are relevant for this plugin to the corresponding class - modify remotetools plugin to use RSEHelper from org.yocto.remote.utils - add

[yocto] [PATCH v2 6/6] Move TerminalHandler to org.yocto.remote.utils

2013-05-13 Thread Ioana Grigoropol
- move TerminalHandler to separate plugin since it performs actions that are best suited for remote utilities - remove TerminalHandler from remotetools plugin - modify org.yocto.sdk.remotetools to use implementation from org.yocto.remote.utils Signed-off-by: Ioana Grigoropol

[yocto] [PATCH v2 4/6] Move ShellSession to org.yocto.remote.utils separate plugin

2013-05-13 Thread Ioana Grigoropol
- ShellSession is used as a wrapper for a remote shell used for running commands on a remote machine with bitbake environment - move ShellSession org.yocto.remote.plugin since it is part of remote utilities - remove shell session class from remotetools plugin - modify org.yocto.sdk.remotetools to

[yocto] [PATCH v2 5/6] Move CommonHelper to org.yocto.remote.utils separate plugin

2013-05-13 Thread Ioana Grigoropol
- common helper is better suited to org.yocto.remote.utils since it is used for: - running commands - displaying error dialogs - remove common helper from remote tools plugin and add it to a separated plugin - modify org.yocto.sdk.remotetools to use implementation from

[yocto] [yocto-autobuilder][PATCH] buildsteps, nightly: run bitbake-selftest

2013-05-13 Thread Stefan Stanacar
Added a new buildstep which calls bitbake-selftest. [YOCTO #4433] Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly.conf | 1 + .../autobuilder/buildsteps/RunBitbakeSelftest.py | 28 ++ 2 files changed, 29

Re: [yocto] FW: FW: how the ^$%^%@%^#$ does file://defconfig work?

2013-05-13 Thread Rifenbark, Scott M
Touche Robert :) You made my day. Scott -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Monday, May 13, 2013 2:01 AM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org; Ashfield, Bruce Subject: Re: FW: FW: [yocto] how the ^$%^%@%^#$ does file://defconfig

[yocto] Documentation cross-reference links for 1.4 on don't seem to be working on my machine

2013-05-13 Thread Rifenbark, Scott M
Just a heads up for the documentation that is published on the web. I have encountered some strange behavior in which cross-reference links to other specific places in a manual other than the one the link is originating from are not working. Example URLs that will not link to a specific topic

Re: [yocto] couple questions about kernel dev manual, section 2

2013-05-13 Thread Rifenbark, Scott M
I updated the section http://www.yoctoproject.org/docs/1.5/kernel-dev/kernel-dev.html#creating-the-append-file to better word this situation and to use the proper FILESEXTRAPATHS example with _prepend. Thanks, Scott -Original Message- From: yocto-boun...@yoctoproject.org

Re: [yocto] FW: FW: how the ^$%^%@%^#$ does file://defconfig work?

2013-05-13 Thread Bruce Ashfield
On 13-05-13 06:39 AM, Rifenbark, Scott M wrote: Touche Robert :) You made my day. And mine! Bruce Scott -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Monday, May 13, 2013 2:01 AM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org; Ashfield, Bruce

Re: [yocto] Documentation cross-reference links for 1.4 on don't seem to be working on my machine

2013-05-13 Thread Rifenbark, Scott M
Solved - seemed to be a caching or cookie problem. I cleared everything and the issue disappeared. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Rifenbark, Scott M Sent: Monday, May 13, 2013 4:48 AM To:

Re: [yocto] [ANNOUNCEMENT] Yocto Project 1.4 dylan Released.

2013-05-13 Thread William Mills
On 04/26/2013 06:49 PM, Flanagan, Elizabeth wrote: All, I am pleased to announce the availability of the latest major release of the Yocto Project, dylan. gpg signed release notes are available at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/RELEASENOTES.txt So, I must admit I

Re: [yocto] Details on automated Yocto validation?

2013-05-13 Thread Paul Eggleton
On Tuesday 15 January 2013 16:46:49 Sandino Flores Moreno wrote: Where may I find details about Yocto Validation? Especially in what regards to automated tests. I came up with this topic because we are using it to build a custom linux distribution, rpm based, and now it is required to

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, May 14, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-05-13 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.3.2 Status - 5 min (Ross) * Yocto 1.4.1 Status - 5 min (Paul) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status * SWAT team rotation: Beth - Paul * Opens - 10 min * Team Sharing - 20 min

[yocto] [PATCH] toolchain-scripts.bbclass:add CROSS_COMPILE variable to environment-setup file

2013-05-13 Thread b40527
From: Zongchun Yu b40...@freescale.com when compiling the linux kernel manually. users will not have to set CROSS_COMPILE separately --- meta/classes/toolchain-scripts.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass

Re: [linux-yocto] Yocto Kernel Headers

2013-05-13 Thread Bruce Ashfield
On Mon, May 13, 2013 at 3:16 AM, Manish Sharma sharma.manis...@gmail.com wrote: Thanks.. That was helpful.. Another query if you could help.. The qemu which I am using has got kernel as 3.2.11. How can I upgrade it to kernel 3.4? Any other way than compiling from the yocto source? If you are