Re: [yocto] Master or master-next?

2016-03-15 Thread Khem Raj
Master On Mar 15, 2016 3:57 PM, "Chris Tapp" wrote: > Should I use master or master-next to track 2.1 release progress? > > -- > > Chris Tapp > opensou...@keylevel.com > www.keylevel.com > > > You can tell you're getting older when your car insurance gets real

Re: [yocto] Master or master-next?

2016-03-15 Thread Chris Tapp
> On 15 Mar 2016, at 23:05, Christopher Larson wrote: > > On Tue, Mar 15, 2016 at 3:56 PM Chris Tapp > wrote: > Should I use master or master-next to track 2.1 release progress? > > master-next is rebased. I

Re: [yocto] Master or master-next?

2016-03-15 Thread Christopher Larson
On Tue, Mar 15, 2016 at 3:56 PM Chris Tapp wrote: > Should I use master or master-next to track 2.1 release progress? > master-next is rebased. I wouldn't recommend using it unless you need to test something specific which is on that branch and isn't yet on master,

[yocto] Master or master-next?

2016-03-15 Thread Chris Tapp
Should I use master or master-next to track 2.1 release progress? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! signature.asc Description: Message signed with OpenPGP using GPGMail --

Re: [yocto] Starting Pulseaudio automatically

2016-03-15 Thread Chris Tapp
> On 15 Mar 2016, at 21:17, Christopher Larson wrote: > > On Tue, Mar 15, 2016 at 2:06 PM Chris Tapp > wrote: > I’ve got an X11 application which uses Pulseaudio. Everything works as > expected when built under

Re: [yocto] Starting Pulseaudio automatically

2016-03-15 Thread Chris Tapp
To answer my own question… I just need to enable autospawn for root in client.conf: allow-autospawn-for-root = yes > On 15 Mar 2016, at 21:05, Chris Tapp wrote: > > I’ve got an X11 application which uses Pulseaudio. Everything works as > expected when built under

Re: [yocto] Starting Pulseaudio automatically

2016-03-15 Thread Christopher Larson
On Tue, Mar 15, 2016 at 2:06 PM Chris Tapp wrote: > I’ve got an X11 application which uses Pulseaudio. Everything works as > expected when built under “daisy” (Pulseaudio 5), but the same system built > under “jethro” (Pulseaudio 6) fails as Pulseaudio doesn’t start >

[yocto] Starting Pulseaudio automatically

2016-03-15 Thread Chris Tapp
I’ve got an X11 application which uses Pulseaudio. Everything works as expected when built under “daisy” (Pulseaudio 5), but the same system built under “jethro” (Pulseaudio 6) fails as Pulseaudio doesn’t start automatically. It looks like this is down to a difference in start-pulseaudio-x11.

Re: [yocto] [OE-core] OpenEmbedded Developer meeting April 8 after ELC/Yocto Project developer day

2016-03-15 Thread Alejandro del Castillo
Hey Phil, I am not going to make it this time to ELC...but I did see that the meta-debian guys are presenting again...please troll them for me! =) On 03/14/2016 06:16 PM, Philip Balister wrote: > Yes, I am nagging. > > On the Friday after ELC in San Diego (Yocto Project Dev Day is > Thursday),

Re: [yocto] Host contamination that isn't

2016-03-15 Thread Gary Thomas
On 03/15/2016 12:44 PM, Burton, Ross wrote: On 9 March 2016 at 08:28, Gary Thomas > wrote: BTW, if I run 'bitbake -c cleanall' where is the name of my recipe that is creating a user (in this case amanda), shouldn't that user/group be

[yocto] [meta-cgl][PATCH] cgl-init-build-env: Add meta-cloud-services to bblayers

2016-03-15 Thread Adrian Dudau
Recipes in meta-openstack depend on the ruby class defined in it. Signed-off-by: Adrian Dudau --- cgl-init-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgl-init-build-env b/cgl-init-build-env index bb046b6..29dfb38 100755 ---

[yocto] [meta-cgl][PATCH] cgl-init-build-env: Update the poky distro layer

2016-03-15 Thread Adrian Dudau
meta-yocto layer has been replace by meta-poky upstream. Signed-off-by: Adrian Dudau --- cgl-init-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgl-init-build-env b/cgl-init-build-env index 137f007..bb046b6 100755 --- a/cgl-init-build-env

Re: [yocto] Host contamination that isn't

2016-03-15 Thread Burton, Ross
On 9 March 2016 at 08:28, Gary Thomas wrote: > BTW, if I run 'bitbake -c cleanall' where is the > name of my recipe that is creating a user (in this case amanda), shouldn't > that user/group be removed from the sysroot? It's not and it took me a > long time to realize this