[yocto] Yocto Eclipse Plugin

2015-04-13 Thread Bipnesh, Abhinav (Abhinav)
Hi All, I am trying to setup the Yocto Eclipse Plugin for Eclipse (Luna release). I am able to install the Juno release plugin for 1.7.1 release. But while configuring it I am facing issues as below 1. When I try to provide BitBake directory as part of tool chain I get an error that need to

Re: [yocto] The error of task do_validate_branches

2015-04-13 Thread Bruce Ashfield
On 2015-04-13 11:14 PM, neil...@emerson.com wrote: Hi, all I build the custom linux-yocto kernel, it appears the error as bellow : Hi Neil, Can you provide a bit more information ? What release/branch are you building ? Obviously you are building a variant of linux-yocto that wasn't

[yocto] [PATCH][meta-selinux] tar: cleanup duplicate PACKAGECONFIG

2015-04-13 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com The tar_1.28.bb has defined this: PACKAGECONFIG[acl] = --with-posix-acls, --without-posix-acls, acl, Signed-off-by: Wenzong Fan wenzong@windriver.com --- recipes-extended/tar/tar_%.bbappend | 6 -- 1 file changed, 6 deletions(-) diff --git

Re: [yocto] pulseaudio without x11

2015-04-13 Thread Erik Botö
On Fri, Apr 10, 2015 at 9:09 PM, Chris Morgan chmor...@gmail.com wrote: -- snip -- After a few minutes the service did shut down. It may have been due to configuring the loop back module though I'm surprised a misconfiguration would have resulted in pulse shutting down. I think the default

Re: [yocto] [PATCH][meta-selinux] tar: cleanup duplicate PACKAGECONFIG

2015-04-13 Thread Martin Jansa
On Mon, Apr 13, 2015 at 12:47:19PM +0200, Martin Jansa wrote: On Mon, Apr 13, 2015 at 05:24:23PM +0800, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The tar_1.28.bb has defined this: PACKAGECONFIG[acl] = --with-posix-acls, --without-posix-acls, acl,

Re: [yocto] [PATCH][meta-selinux] tar: cleanup duplicate PACKAGECONFIG

2015-04-13 Thread Martin Jansa
On Mon, Apr 13, 2015 at 05:24:23PM +0800, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The tar_1.28.bb has defined this: PACKAGECONFIG[acl] = --with-posix-acls, --without-posix-acls, acl, Signed-off-by: Wenzong Fan wenzong@windriver.com ---

[yocto] [meta-raspberrypi] virtual/libgles1

2015-04-13 Thread Gary Thomas
How can I get virtual/libgles1 on the RaspberryPi? libgles2 is provided by userland but that package does not provide libgles1. If I add a dependency on libgles1 (e.g. libva), then there is a conflict which tries to install both mesa and mesa-gl. Looking for ideas... Thanks --

[linux-yocto] git pull request output

2015-04-13 Thread Abhishek Paliwal
warn: No match for commit c6dbf6731f79c72d91f5052896540b3dc073ae9c found at g...@git.yoctoproject.org:linux-yocto-contribmailto:g...@git.yoctoproject.org:linux-yocto-contrib warn: Are you sure you pushed 'apaliwal/octeon' there? The following changes since commit

Re: [yocto] Git and http problem.

2015-04-13 Thread Paul Eggleton
Hi Francois, On Monday 13 April 2015 11:53:25 Francois P. Gallichand wrote: I'm working behind a firewall, on which I have absolutely no control, and it does not allows the git protocol to go through. So I patch the recipes to replace the git protocol by the http protocol and it works most of

Re: [yocto] Git and http problem.

2015-04-13 Thread Nicolas Dechesne
On Mon, Apr 13, 2015 at 1:53 PM, Francois P. Gallichand francois.p.gallich...@ca.abb.com wrote: I'm working behind a firewall, on which I have absolutely no control, and it does not allows the git protocol to go through. So I patch the recipes to replace the git protocol by the http protocol

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-04-13 Thread Trevor Woerner
Hi Stephen, (replying to really old post, sorry) On 02/10/15 08:06, Stephen Flowers wrote: I have built the realtime kernel using Yocto and deployed on the beaglebone black (specifically core-image-rt-sdk). I'm curious to know how you built your image. When I try bitbake core-image-rt or

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-04-13 Thread Stephen Flowers
Trevor, I added the following to .../build/conf/local.conf PREFERRED_PROVIDER_virtual/kernel = linux-yocto-rt COMPATIBLE_MACHINE_beaglebone = beaglebone COMPATIBLE_MACHINE_quilt-native = beaglebone Then change the required package within /meta/recipes-rt/images/core-image-rt.bb from -minimal

Re: [yocto] Git and http problem.

2015-04-13 Thread Nikolay Dimitrov
Hi Francois, On 04/13/2015 03:43 PM, Paul Eggleton wrote: Hi Francois, On Monday 13 April 2015 11:53:25 Francois P. Gallichand wrote: I'm working behind a firewall, on which I have absolutely no control, and it does not allows the git protocol to go through. So I patch the recipes to replace