Re: [oe] Submitted layers: build errors not seen on manual bitbake

2017-03-17 Thread Daniel Dickinson
On Sat, 18 Mar 2017 02:57:17 +0100 Gary Thomas wrote: > On 2017-03-18 02:32, Daniel Dickinson wrote: > > On Sat, 18 Mar 2017 02:20:36 +0100 > > Gary Thomas wrote: > > > >> On 2017-03-18 00:58, Daniel Dickinson wrote: > >>> Hi, > >>> > >>> I'm seeing

Re: [oe] Submitted layers: build errors not seen on manual bitbake

2017-03-17 Thread Gary Thomas
On 2017-03-18 02:32, Daniel Dickinson wrote: On Sat, 18 Mar 2017 02:20:36 +0100 Gary Thomas wrote: On 2017-03-18 00:58, Daniel Dickinson wrote: Hi, I'm seeing build errors for layers I've submitted that I don't see with a manual bitbake. What do I need to do solves the

Re: [oe] Submitted layers: build errors not seen on manual bitbake

2017-03-17 Thread Daniel Dickinson
On Sat, 18 Mar 2017 02:20:36 +0100 Gary Thomas wrote: > On 2017-03-18 00:58, Daniel Dickinson wrote: > > Hi, > > > > I'm seeing build errors for layers I've submitted that I don't see > > with a manual bitbake. What do I need to do solves the following: > > > > raceback (most

Re: [oe] Submitted layers: build errors not seen on manual bitbake

2017-03-17 Thread Gary Thomas
On 2017-03-18 00:58, Daniel Dickinson wrote: Hi, I'm seeing build errors for layers I've submitted that I don't see with a manual bitbake. What do I need to do solves the following: raceback (most recent call last): File "/opt/workdir/bitbake/lib/bb/cookerdata.py", line 274, in

[oe] Submitted layers: build errors not seen on manual bitbake

2017-03-17 Thread Daniel Dickinson
Hi, I'm seeing build errors for layers I've submitted that I don't see with a manual bitbake. What do I need to do solves the following: raceback (most recent call last): File "/opt/workdir/bitbake/lib/bb/cookerdata.py", line 274, in parseBaseConfiguration

[oe] [PATCH] lvm2: Avoid an unnecessary dependency on bash

2017-03-17 Thread Peter Kjellerstedt
Rather than having the lvm2 package depend on bash, modify the init scripts it may contain to use /bin/sh instead of /bin/bash. Signed-off-by: Peter Kjellerstedt --- meta-oe/recipes-support/lvm2/lvm2.inc | 2 +-

Re: [oe] [meta-java][PATCH] jikes: fix absolute symlink error

2017-03-17 Thread Dan McGregor
On 17 March 2017 at 07:44, Maxin B. John wrote: > Hi Dan, > > On Thu, Mar 16, 2017 at 10:42:43AM -0600, Dan McGregor wrote: >> On 13 March 2017 at 03:22, Maxin B. John wrote: >> > The following oe-core commit made asbolute symlink an error: >> > >> >

Re: [oe] [meta-java][PATCH] jikes: fix absolute symlink error

2017-03-17 Thread Maxin B. John
Hi Dan, On Thu, Mar 16, 2017 at 10:42:43AM -0600, Dan McGregor wrote: > On 13 March 2017 at 03:22, Maxin B. John wrote: > > The following oe-core commit made asbolute symlink an error: > > > > commit 3eee8e99e114b3db8b718834ca52da8d2919b83f > > sstate: Make absolute

[oe] [meta-webserver][PATCH] nginx: make user in nginx.conf consistent with the default value

2017-03-17 Thread Pascal Bach
It gets replaces with the real NGINX_USER anyway, but it confuses people that there is a different value by default. So just make it the same as the default NGINX_USER Signed-off-by: Pascal Bach --- meta-webserver/recipes-httpd/nginx/files/nginx.conf | 2 +- 1 file