[oe] How to keep splash screen until application starts

2016-08-18 Thread Ankur Tyagi
Hi, I have created a custom splash screen using psplash for am335x evm based device having touchscreen. Splash screen is displayed during boot process but when login prompt comes, my screen goes blank. My question is how can I make splash screen visible until my application starts ? I have

[oe] [V2][meta-networking][PATCH 1/1] yp-tools: fix compile errors

2016-08-18 Thread Joe Slater
Fix two fatal warnings. The cast error only occurs for some architectures. Not applicable to yp-tools-4.x. Signed-off-by: Joe Slater --- .../nis/yp-tools/alignment-cheat.patch | 52 .../recipes-support/nis/yp-tools_3.3.bb|

[oe] [meta-webserver][PATCHv3 1/2] nginx: optimize systemd unit file

2016-08-18 Thread Gyorgy Szombathelyi
- Call the nginx binary directly, no need to wrap the SysV init file. - Create /var/log/nginx with tmpfiles, like volatiles without systemd. - Run nginx with ${NGINX_USER} (user ${NGINX_USER} in nginx.conf) Signed-off-by: Gyorgy Szombathelyi ---

Re: [oe] [PATCH] meta-oe: php, given "_append", remove superfluous "+="

2016-08-18 Thread Robert P. J. Day
On Thu, 18 Aug 2016, Martin Jansa wrote: > Don't resend, it's already in master-next (all 4 squashed into one) and I > would keep the space before \ because we always use space before \ even > when it's not really necessary. that's what i thought, which is why i left it there. good to know,

Re: [oe] [meta-oe][PATCH] testfloat: Fix No GNU_HASH in the elf binary warnings

2016-08-18 Thread Usman, Fahad
On 08/18/2016 10:42 PM, Khem Raj wrote: On Aug 18, 2016, at 6:05 AM, Fahad Usman wrote: These warnings are observed when testfloat is built with certain external toolchains. Signed-off-by: Fahad Usman ---

Re: [oe] [meta-webserver][PATCHv2 1/2] nginx: optimize systemd unit file

2016-08-18 Thread Szombathelyi György
On Thursday, August 18, 2016 7:02:19 PM CEST Martin Jansa wrote: > Then please send tested v3. > Done. Hopefully OK this time. > Thanks Br, György > > On Thu, Aug 18, 2016 at 6:41 PM, Szombathelyi György > wrote: > > > Hi, > > > > Sorry for the wrong patch, but this has

Re: [oe] [PATCH] meta-oe: php, given "_append", remove superfluous "+="

2016-08-18 Thread Martin Jansa
Don't resend, it's already in master-next (all 4 squashed into one) and I would keep the space before \ because we always use space before \ even when it's not really necessary. On Thu, Aug 18, 2016 at 8:09 PM, Robert P. J. Day wrote: > On Thu, 18 Aug 2016, Khem Raj

Re: [oe] [meta-networking][PATCH 1/1] yp-tools: fix compile errors

2016-08-18 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 1/1] yp-tools: fix compile errors] On 16.08.18 (Thu 16:52) Slater, Joseph wrote: > > > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org > > [mailto:openembedded-devel- > > boun...@lists.openembedded.org] On Behalf Of

Re: [oe] [PATCH] meta-oe: php, given "_append", remove superfluous "+="

2016-08-18 Thread Robert P. J. Day
On Thu, 18 Aug 2016, Khem Raj wrote: > > > On Aug 18, 2016, at 2:37 AM, Robert P. J. Day wrote: > > > > > > Signed-off-by: Robert P. J. Day > > > > --- > > > > again, not compile-tested since it seems obvious > > > > diff --git

Re: [oe] [PATCH] meta-oe: php, given "_append", remove superfluous "+="

2016-08-18 Thread Robert P. J. Day
On Thu, 18 Aug 2016, Khem Raj wrote: > > > On Aug 18, 2016, at 2:37 AM, Robert P. J. Day wrote: > > > > > > Signed-off-by: Robert P. J. Day > > > > --- > > > > again, not compile-tested since it seems obvious > > > > diff --git

Re: [oe] [meta-networking][PATCH 1/1] yp-tools: fix compile errors

2016-08-18 Thread Khem Raj
> On Aug 18, 2016, at 9:52 AM, Slater, Joseph wrote: > > > >> -Original Message- >> From: openembedded-devel-boun...@lists.openembedded.org >> [mailto:openembedded-devel- >> boun...@lists.openembedded.org] On Behalf Of Khem Raj >> Sent: Wednesday, August 17,

Re: [oe] Build of u-boot with gold is broken

2016-08-18 Thread Khem Raj
> On Aug 18, 2016, at 6:44 AM, Andrew Goodbody > wrote: > > Hi, > > It looks like the recent change to meta/recipes-bsp/u-boot/u-boot.inc to > enable out of tree builds for u-boot does not work with gold. > The sed at line 70 fails as it is being executed in

Re: [oe] [meta-oe][PATCH] testfloat: Fix No GNU_HASH in the elf binary warnings

2016-08-18 Thread Khem Raj
> On Aug 18, 2016, at 6:05 AM, Fahad Usman wrote: > > These warnings are observed when testfloat is built with certain > external toolchains. > > Signed-off-by: Fahad Usman > --- > meta-oe/recipes-extended/testfloat/testfloat_3a.bb | 2 ++ > 1

Re: [oe] [PATCH] meta-oe: mozjs, given "_append", convert superfluous "+=" to "="

2016-08-18 Thread Khem Raj
> On Aug 18, 2016, at 2:41 AM, Robert P. J. Day wrote: > > > Signed-off-by: Robert P. J. Day > > --- > > diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb > b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb > index f147714..524f2a5

Re: [oe] [PATCH] meta-oe: php, given "_append", remove superfluous "+="

2016-08-18 Thread Khem Raj
> On Aug 18, 2016, at 2:37 AM, Robert P. J. Day wrote: > > > Signed-off-by: Robert P. J. Day > > --- > > again, not compile-tested since it seems obvious > > diff --git a/meta-oe/recipes-devtools/php/php.inc >

Re: [oe] [meta-networking][PATCH] lftp: 4.6.3a -> 4.7.3

2016-08-18 Thread Khem Raj
> On Aug 18, 2016, at 12:05 AM, mingli...@windriver.com wrote: > > From: Mingli Yu > > * Upgrade lftp from 4.6.3a to 4.7.3 > * Add readline and expat to PACKAGECONFIG and update > zlib to add detailed prefix as better configure checks > is included in 4.7.3 as below

Re: [oe] [meta-webserver][PATCHv2 1/2] nginx: optimize systemd unit file

2016-08-18 Thread Martin Jansa
Then please send tested v3. Thanks On Thu, Aug 18, 2016 at 6:41 PM, Szombathelyi György wrote: > Hi, > > Sorry for the wrong patch, but this has also some problems (inlined): > > On Thursday, August 18, 2016 6:09:38 PM CEST Martin Jansa wrote: > > From: Szombathelyi György

[oe] [meta-oe][PATCH 1/3] meta-oe: fix indentation

2016-08-18 Thread Martin Jansa
* remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa --- .../unionfs-fuse/unionfs-fuse_0.26.bb | 2 +-

[oe] [meta-oe][PATCH 2/3] meta-oe: remove PR = "r0"

2016-08-18 Thread Martin Jansa
* this is default value Signed-off-by: Martin Jansa --- meta-oe/recipes-core/usleep/usleep_1.0.bb| 2 -- meta-oe/recipes-devtools/lua/lua_5.3.2.bb| 2 -- meta-oe/recipes-extended/haveged/haveged_1.9.1.bb| 2 --

Re: [oe] [meta-networking][PATCH 1/1] yp-tools: fix compile errors

2016-08-18 Thread Slater, Joseph
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Khem Raj > Sent: Wednesday, August 17, 2016 4:20 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

Re: [oe] [meta-webserver][PATCHv2 1/2] nginx: optimize systemd unit file

2016-08-18 Thread Szombathelyi György
Hi, Sorry for the wrong patch, but this has also some problems (inlined): On Thursday, August 18, 2016 6:09:38 PM CEST Martin Jansa wrote: > From: Szombathelyi György > > - Call the nginx binary directly, no need to wrap the SysV init file. > - Create /var/log/nginx with

Re: [oe] [meta-webserver][PATCHv2 1/2] nginx: optimize systemd unit file

2016-08-18 Thread Koen Kooi
Op 18-08-16 om 18:09 schreef Martin Jansa: > From: Szombathelyi György > > - Call the nginx binary directly, no need to wrap the SysV init file. > - Create /var/log/nginx with tmpfiles, like volatiles without systemd. > - Run nginx with ${NGINX_USER} (user ${NGINX_USER} in

[oe] [meta-webserver][PATCHv2 2/2] nginx.inc: use 4 spaces for indentation

2016-08-18 Thread Martin Jansa
* like any other sane recipes do Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nginx/nginx.inc | 190 ++- 1 file changed, 96 insertions(+), 94 deletions(-) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc

[oe] [meta-webserver][PATCHv2 1/2] nginx: optimize systemd unit file

2016-08-18 Thread Martin Jansa
From: Szombathelyi György - Call the nginx binary directly, no need to wrap the SysV init file. - Create /var/log/nginx with tmpfiles, like volatiles without systemd. - Run nginx with ${NGINX_USER} (user ${NGINX_USER} in nginx.conf) Signed-off-by: Gyorgy Szombathelyi

Re: [oe] [meta-webserver][PATCH]nginx: optimize systemd unit file

2016-08-18 Thread Martin Jansa
On Thu, Aug 18, 2016 at 03:58:34PM +0200, Szombathelyi György wrote: > > - Call the nginx binary directly, no need to > wrap the SysV init file. > - Create /var/log/nginx with tmpfiles, like volatiles without systemd. > - Run nginx with ${NGINX_USER} (user ${NGINX_USER} in

[oe] [meta-oe][PATCH] spitools: bump git revision (SRCREV)

2016-08-18 Thread Pierre-Jean TEXIER
The new revision fix the build of spitools with the musl C library. Signed-off-by: Pierre-Jean TEXIER --- meta-oe/recipes-support/spitools/spitools_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH] collectd: make /etc/collectd.conf a CONFFILE

2016-08-18 Thread Koen Kooi
Getting your config nuked everytime you update collectd is annoying, so properly tag it as CONFFILES. Signed-off-by: Koen Kooi --- meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-webserver][PATCH]nginx: optimize systemd unit file

2016-08-18 Thread Szombathelyi György
- Call the nginx binary directly, no need to wrap the SysV init file. - Create /var/log/nginx with tmpfiles, like volatiles without systemd. - Run nginx with ${NGINX_USER} (user ${NGINX_USER} in nginx.conf) Signed-off-by: Gyorgy Szombathelyi

Re: [oe] [meta-java][PATCH v2 2/2] openjdk-8-release-102b14.inc: Ignore deprecation

2016-08-18 Thread Kaaria, Erkka
Hi Maxin, This failure is unrelated to the patch, caused by changes in the oe-core: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a98a8180863ff45b477a1f8439ebcec21151d282 As far as I can tell, the current openjdk version is equally affected. I'll look into fixing the error though.

[oe] Build of u-boot with gold is broken

2016-08-18 Thread Andrew Goodbody
Hi, It looks like the recent change to meta/recipes-bsp/u-boot/u-boot.inc to enable out of tree builds for u-boot does not work with gold. The sed at line 70 fails as it is being executed in an empty build directory and so there is no config.mk. Andrew --

[oe] [meta-oe][PATCH] testfloat: Fix No GNU_HASH in the elf binary warnings

2016-08-18 Thread Fahad Usman
These warnings are observed when testfloat is built with certain external toolchains. Signed-off-by: Fahad Usman --- meta-oe/recipes-extended/testfloat/testfloat_3a.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-java][PATCH v2 2/2] openjdk-8-release-102b14.inc: Ignore deprecation

2016-08-18 Thread Maxin B. John
Hi Erkka, On Mon, Aug 15, 2016 at 12:36:20PM +0300, Erkka Kääriä wrote: > readdir_r has been deprecated since glibc 2.24. As openjdk uses this > function, a warning is generated during build that gets turned into > an error when -Werror is used. Yes, this fixes the build error that we got with

[oe] [PATCH] meta-oe: toscoterm, given "_append", convert "+=" to "=", add space

2016-08-18 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- and that should do it for all of meta-openembedded. diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index 6b31fd6..aa031fe 100644 ---

[oe] [PATCH] meta-oe: mozjs, given "_append", convert superfluous "+=" to "="

2016-08-18 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb index f147714..524f2a5 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb +++

[oe] [meta-oe][PATCH 0/2] fix GNU_HASH QA warnings

2016-08-18 Thread Yi Zhao
The following changes since commit 02a390b79bdc089eb583e443ee04f60bffd409eb: tnftp: tnftp20130505 -> tnftp20151004 (2016-08-16 21:26:15 -0400) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib yzhao/hash-fix

[oe] [meta-oe][PATCH 1/2] libx86-1: fix QA warning for GNU_HASH

2016-08-18 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../libx86-1/libx86-1.1/makefile-add-ldflags.patch | 17 + meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb | 1 + 2 files

[oe] [PATCH] meta-oe: php, given "_append", remove superfluous "+="

2016-08-18 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- again, not compile-tested since it seems obvious diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index ee7a143..23de2b1 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++

[oe] [meta-oe][PATCH 2/2] wipe: fix QA warning for GNU_HASH

2016-08-18 Thread Yi Zhao
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao --- .../wipe/files/makefile-add-ldflags.patch | 17 + meta-oe/recipes-extended/wipe/wipe_git.bb | 1 + 2 files

[oe] [PATCH] meta-oe: Standardize use of "_append" versus use of "+="

2016-08-18 Thread Robert P. J. Day
Remove superfluous "+=", then manually add necessary leading space. Signed-off-by: Robert P. J. Day --- not build-tested, but looks pretty straightforward. diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb

[oe] [meta-networking][PATCH] squid: add missing patch header

2016-08-18 Thread Yi Zhao
Add upstream-status and signed-off-by line to the patch to obey the recommendations: http://openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations Signed-off-by: Yi Zhao --- .../recipes-daemons/squid/files/set_sysroot_patch.patch| 7

[oe] [meta-networking][PATCH] postfix: 3.0.3 -> 3.1.1

2016-08-18 Thread mingli.yu
From: Mingli Yu * Upgrade postfix from 3.0.3 to 3.1.1 Signed-off-by: Mingli Yu --- .../recipes-daemons/postfix/{postfix_3.0.3.bb => postfix_3.1.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-networking][jethro][backport][PATCH] samba: add volatile file to support readonly rootfs

2016-08-18 Thread Richard Leitner
any news or comments? On 06/10/2016 09:15 AM, Richard Leitner wrote: > This patch adds a volatile file for samba which was removed by the > update from 3.6.25 to 4.1.12. This file is necessary to build a image > that uses the read-only-rootfs feature. > > Backported from master 12e31ce --

[oe] [meta-networking][PATCH] lftp: 4.6.3a -> 4.7.3

2016-08-18 Thread mingli.yu
From: Mingli Yu * Upgrade lftp from 4.6.3a to 4.7.3 * Add readline and expat to PACKAGECONFIG and update zlib to add detailed prefix as better configure checks is included in 4.7.3 as below commit from lftp repo https://github.com/lavv17/lftp.git commit

[oe] [meta-perl][PATCH] libdbi-perl: 1.634 -> 1.636

2016-08-18 Thread Dai Caiyun
1)Upgrade libdbi-perl from 1.634 to 1.636. 2)Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed. Signed-off-by: Dai Caiyun --- .../libdb/{libdbi-perl_1.634.bb => libdbi-perl_1.636.bb}| 6 +++--- 1 file

[oe] [meta-oe][PATCH] libedit: 20150325-3.1 -> 20160618-3.1

2016-08-18 Thread Wang Xin
Upgrade libedit from 20150325-3.1 to 20160618-3.1. Signed-off-by: Wang Xin --- .../libedit/{libedit_20150325-3.1.bb => libedit_20160618-3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename