[yocto] Devshell configuration

2015-04-01 Thread PIEWALD Georg
Hi, Is there any way to pre-configure the yocto devshell? I mean settings like the following: * which shell is opened (bash, zsh, etc.), rather than the user's default shell * disable the fakeroot environment (this bothers me most of all) * in terminal mode to not open a screen session (often I

Re: [yocto] fatal: A branch named 'meta-orig' already exists.

2015-04-01 Thread Robert P. J. Day
On Tue, 31 Mar 2015, Bruce Ashfield wrote: On 2015-03-31 6:26 PM, Robert P. J. Day wrote: oh, what fresh hell is this? ... snip ... NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: do_validate_branches (log file is

Re: [yocto] [RFC] Toaster integration with Jenkins

2015-04-01 Thread Anders Darander
Hi, * Barros Pena, Belen belen.barros.p...@intel.com [150331 18:00]: On 31/03/2015 10:39, Anders Darander and...@chargestorm.se wrote: I don't know if this is the right thread but a couple of other things that we really would need in order to fully be able to utilize this. 1) Some way of

[yocto] [Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Gaurang Shastri
xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. Signed-off-by: Gaurang Shastri gshas...@juniper.net --- meta/recipes-support/xorriso/xorriso_1.3.8.bb | 17 + 1

Re: [yocto] fatal: A branch named 'meta-orig' already exists.

2015-04-01 Thread Bruce Ashfield
On Wed, Apr 1, 2015 at 7:24 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Wed, 1 Apr 2015, Bruce Ashfield wrote: On 2015-04-01 3:07 AM, Robert P. J. Day wrote: On Tue, 31 Mar 2015, Bruce Ashfield wrote: On 2015-03-31 6:26 PM, Robert P. J. Day wrote: oh, what fresh hell

Re: [yocto] fatal: A branch named 'meta-orig' already exists.

2015-04-01 Thread Bruce Ashfield
On 2015-04-01 3:07 AM, Robert P. J. Day wrote: On Tue, 31 Mar 2015, Bruce Ashfield wrote: On 2015-03-31 6:26 PM, Robert P. J. Day wrote: oh, what fresh hell is this? ... snip ... NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function

[yocto] python3-native problems

2015-04-01 Thread Matthew Karas
Hello, When I include python3 python3-native python3-distribute to one of my recipes. DEPENDS = python3 python3-native python3-distribute RDEPENDS_${PN} = python3 python3-native python3-distribute RDEPENDS_${PN}-dev = bash python3 python3-native python3-distribute I get the following errors.

Re: [yocto] python3-native problems

2015-04-01 Thread Burton, Ross
On 1 April 2015 at 15:29, Matthew Karas mkarasc...@gmail.com wrote: DEPENDS = python3 python3-native python3-distribute RDEPENDS_${PN} = python3 python3-native python3-distribute RDEPENDS_${PN}-dev = bash python3 python3-native python3-distribute python3-native is a form of Python 3 that is

Re: [yocto] [Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Burton, Ross
On 1 April 2015 at 13:38, Gaurang Shastri gshas...@juniper.net wrote: xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. Patches for openembedded-core should go to the

[yocto] Package Question

2015-04-01 Thread Morgan, Michael L
All: As I'm sure almost all of these missives start out, I'm very new to this. However, I have scoured the documentation and either what I'm explicitly looking for isn't there or I'm missing it. But anyway, here goes: I have been able to create images using poky/HOB and run said images (on

[yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-04-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The ls command is used to check if the file exists, and it is normal that the checked file does not exist, so drop the ls error ouput: ls: cannot access ./doc/fdl.texi: No such file or directory Signed-off-by: Roy Li rongqing...@windriver.com ---

Re: [yocto] [Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Khem Raj
On Apr 1, 2015, at 5:38 AM, Gaurang Shastri gshas...@juniper.net wrote: xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. we have meta-filesystems in meta-openembedded repo,

Re: [yocto] [Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Gaurang Shastri
we have meta-filesystems in meta-openembedded repo, this belongs there for now OK, sending the patch to meta-filesystems maintainer. -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, April 01, 2015 11:38 PM To: Gaurang Shastri Cc: yocto@yoctoproject.org;

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-04-01 Thread Mark Hatle
On 3/31/15 11:52 PM, Maninder Singh wrote: Hi Mark, there is one typo error in this:- http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/commit/?h=cross_prelink_stagingid=fd99a47124b1f1141f2afe4e87da7cb209cc2927 + src/get.c: Remove extra checkf ro ld-linux.so.3 in strcmp *** check for

Re: [yocto] [RFC] Toaster integration with Jenkins

2015-04-01 Thread Barros Pena, Belen
On 01/04/2015 09:03, Anders Darander and...@chargestorm.se wrote: Hi, * Barros Pena, Belen belen.barros.p...@intel.com [150331 18:00]: On 31/03/2015 10:39, Anders Darander and...@chargestorm.se wrote: I don't know if this is the right thread but a couple of other things that we really

[yocto] how to build boost_python module

2015-04-01 Thread Andy Falanga (afalanga)
Hi, I'm truly new to embedded systems development so please forgive my ignorance. I'm working on building an embedded Linux image (of course). In order to build the software that I'm interested to build for this ARM system (Zynq zc706), I need to build the python interpreter and the Boost

Re: [yocto] how to build boost_python module

2015-04-01 Thread Gary Thomas
On 2015-04-01 14:08, Andy Falanga (afalanga) wrote: Hi, I'm truly new to embedded systems development so please forgive my ignorance. I'm working on building an embedded Linux image (of course). In order to build the software that I'm interested to build for this ARM system (Zynq zc706), I