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 released

[yocto] The error of task do_validate_branches

2015-04-13 Thread Neil.Wu
Hi, all I build the custom linux-yocto kernel, it appears the error as bellow : ERROR: Function failed: do_validate_branches (log file is located at /home/ectrs/poky/coretexa8/tmp/work/am335x_evm-poky-linux-gnueabi/linux-yocto-tiam335x/3.12.10--SS-r0/temp/log.do_validate_branches.4899) ERROR: Lo

[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 bui

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 t

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 -mi

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] 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 proto

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 o

[yocto] Git and http problem.

2015-04-13 Thread Francois P. Gallichand
Hello, 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 the time. However one specific package, linux-yocto, does not seem to

Re: [yocto] pulseaudio without x11

2015-04-13 Thread Tanu Kaskinen
On Fri, 2015-04-10 at 15:09 -0400, Chris Morgan wrote: > I am trying to run as a system service, it's for an embedded system > and without x the normal dbus session per user doesn't make sense. > > > I had modified the service file to pass --system and pulse seemed > happier. Is this the recomme

[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 -- -

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 > > > > The tar_1.28.bb has defined this: > > > > PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," > > > > Signed-

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 > > The tar_1.28.bb has defined this: > > PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," > > Signed-off-by: Wenzong Fan > --- > recipes-extended/tar/tar_%.bbappend | 6 -- >

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

2015-04-13 Thread recipe-report
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 u

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

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

Re: [yocto] pulseaudio without x11

2015-04-13 Thread Erik Botö
On Fri, Apr 10, 2015 at 9:09 PM, Chris Morgan 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 behavior is to