[OE-core] [PATCH 0/2] Use ALTERNATIVES to manage 'nologin'

2014-11-14 Thread Chen Qi
The following changes since commit e7b731a1a358e0007dba1038ad504888bec5916e: docbook-xsl-stylesheets: fix do_configure typo (2014-11-12 15:36:14 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/alternatives-nologin http://cgit.ope

[OE-core] [PATCH 2/2] shadow: use ALTERNATIVE to manage 'nologin'

2014-11-14 Thread Chen Qi
Both util-linux and shadow provide 'nologin', so use the ALTERNATIVE mechanism in OE to manage it. Signed-off-by: Chen Qi --- meta/recipes-extended/shadow/shadow.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-

[OE-core] [PATCH 1/2] util-linux: use ALTERNATIVE mechanism to manage 'nologin'

2014-11-14 Thread Chen Qi
Both shadow and util-linux provide 'nologin' command, so use the ALTERNATIVE mechanism in OE to manage it. Signed-off-by: Chen Qi --- meta/recipes-core/util-linux/util-linux.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/m

Re: [OE-core] [PATCH 1/2] midori: update to 0.5.8

2014-11-14 Thread Andreas Müller
Hi Ross, The xserever & midori series I has not the most promising start :) On Thu, Nov 13, 2014 at 7:14 PM, Burton, Ross wrote: > Hi Andreas, > > On 7 November 2014 07:52, Andreas Müller > wrote: >> >> +SRC_URI = >> "http://www.midori-browser.org/downloads/${BPN}_${PV}_all_.tar.bz2 \ > > > ERR

[OE-core] [PATCH 0/1] elfutils: upgrade to 0.160

2014-11-14 Thread Hongxu Jia
The following changes since commit 3c741a8d33acbf4b3d5eecc04533bc76e2f37253: oprofile: 0.9.9 -> 1.0.0 (2014-11-09 10:21:24 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/upgrade-elfutils http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongx

[OE-core] [PATCH 2/5] initscripts: files will be over written when updating using rpm

2014-11-14 Thread Jian Liu
If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu --- meta/recipes-core/initscripts/initscripts_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH v2 0/4] Clean host path in target scripts

2014-11-14 Thread wenzong.fan
From: Wenzong Fan v2 changes: * correct signature infos * clean more for tcl: TCL_BUILD_LIB_SPEC, TCL_SRC_DIR, TCL_BUILD_STUB_LIB_SPEC, TCL_BUILD_STUB_LIB_PATH The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d: bitbake: cooker.py: fix loginfo op bein

[OE-core] [PATCH v2 2/4] e2fsprogs: clean host path in compile_et, mk_cmds

2014-11-14 Thread wenzong.fan
From: Shiqun Lin * /usr/bin/compile_et * /usr/bin/mk_cmds Signed-off-by: Shiqun Lin Signed-off-by: Wenzong Fan --- .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipe

[OE-core] [PATCH 0/6] Avoid config files being overwritten

2014-11-14 Thread Jian Liu
Configure files and scripts may be over written when updating packages with rpm. For example, if updating base-files with a new version of rpm, the file /etc/nsswitch.conf which is created by base-files will be substituted by a new file. This is not what we want since our config files may be lo

[OE-core] [PATCH v2 3/4] bind: clean host path in isc-config.sh

2014-11-14 Thread wenzong.fan
From: Shiqun Lin * /usr/bin/isc-config.sh * /usr/bin/bind9-config - hardlink to isc-config.sh Signed-off-by: Shiqun Lin Signed-off-by: Wenzong Fan --- meta/recipes-connectivity/bind/bind_9.9.5.bb |7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-connectivity/bind/bind

[OE-core] [PATCH v2 4/4] tcl: clean host path in tclConfig.sh

2014-11-14 Thread wenzong.fan
From: Shiqun Lin * /usr/bin/crossscripts/tclConfig.sh Signed-off-by: Shiqun Lin Signed-off-by: Wenzong Fan --- meta/recipes-devtools/tcltk/tcl_8.6.2.bb |5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.2.bb b/meta/recipes-devtools/tcltk/tcl_8.6.2

[OE-core] [PATCH 3/5] logrotate: files will be over written when updating using rpm

2014-11-14 Thread Jian Liu
If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --gi

[OE-core] [PATCH 5/5] nfs-utils: files will be over written when updating using rpm

2014-11-14 Thread Jian Liu
If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff

[OE-core] [PATCH 1/5] base-files: files will be over written when updating using rpm

2014-11-14 Thread Jian Liu
If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu --- meta/recipes-core/base-files/base-files_3.0.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a

[OE-core] [PATCH v2 1/4] bash: clean host path in bashbug

2014-11-14 Thread wenzong.fan
From: Shiqun Lin * /usr/bin/bashbug Signed-off-by: Shiqun Lin Signed-off-by: Wenzong Fan --- meta/recipes-extended/bash/bash.inc |4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 2fe0c6b..d35d25c 100644

[OE-core] [PATCH 4/5] libpam: files will be over written when updating using rpm

2014-11-14 Thread Jian Liu
If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu --- meta/recipes-extended/pam/libpam_1.1.6.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/m

[OE-core] [meta-qt5][PATCH] qtsystems: Change branch from stable to 5.3

2014-11-14 Thread Diego Sueiro
Stable branch was removed on mainline and now 5.3 is used. Signed-off-by: Diego Sueiro --- recipes-qt/qt5/qtsystems_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb index 45f6b0e..ac2fc86 100644 --- a/rec

[OE-core] [PATCH v2 1/1] shadow: fix pam configs for chpasswd, newusers

2014-11-14 Thread wenzong.fan
From: Hu Fix below errors while pam is enabled on target: root@qemux86:~# newusers newusers: PAM: Authentication failure root@qemux86:~# chpasswd chpasswd: PAM: Authentication failure The configs copied from "chgpasswd" which command works with pam. Signed-off-by: Hu Signed-off-by: We

[OE-core] [PATCH v2 0/1] shadow: fix pam configs for chpasswd, newusers

2014-11-14 Thread wenzong.fan
From: Wenzong Fan v2 changes: * correct signature info The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d: bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 17:04:50 +) are available in the git repository at: git://git.pokylinux.org

Re: [OE-core] [meta-qt5][PATCH] qtsystems: Change branch from stable to 5.3

2014-11-14 Thread Otavio Salvador
Hello Diego, On Fri, Nov 14, 2014 at 7:58 AM, Diego Sueiro wrote: > Stable branch was removed on mainline and now 5.3 > is used. > > Signed-off-by: Diego Sueiro meta-qt5 patches ought to be send to OpenEmbedded-Devel mailing list. You don't need to resend this one as I will pick it but please

Re: [OE-core] [meta-qt5][PATCH] qtsystems: Change branch from stable to 5.3

2014-11-14 Thread Diego Sueiro
Otavio, On Fri, Nov 14, 2014 at 8:49 AM, Otavio Salvador wrote: > Hello Diego, > > On Fri, Nov 14, 2014 at 7:58 AM, Diego Sueiro > wrote: > > Stable branch was removed on mainline and now 5.3 > > is used. > > > > Signed-off-by: Diego Sueiro > > meta-qt5 patches ought to be send to OpenEmbedded

Re: [OE-core] [meta-qt5][PATCH] qtsystems: Change branch from stable to 5.3

2014-11-14 Thread Otavio Salvador
On Fri, Nov 14, 2014 at 8:51 AM, Diego Sueiro wrote: > On Fri, Nov 14, 2014 at 8:49 AM, Otavio Salvador > wrote: >> >> Hello Diego, >> >> On Fri, Nov 14, 2014 at 7:58 AM, Diego Sueiro >> wrote: >> > Stable branch was removed on mainline and now 5.3 >> > is used. >> > >> > Signed-off-by: Diego Su

Re: [OE-core] [PATCH 1/2] midori: update to 0.5.8

2014-11-14 Thread Burton, Ross
On 14 November 2014 08:53, Andreas Müller wrote: > The xserever & midori series I has not the most promising start :) > It's amazing how often something works when tested on your own machine, but when thrown at the autobuilder a week later all hell can break loose! ;) Ross -- _

Re: [OE-core] [meta-qt5][PATCH] qtsystems: Change branch from stable to 5.3

2014-11-14 Thread Martin Jansa
On Fri, Nov 14, 2014 at 07:58:33AM -0200, Diego Sueiro wrote: > Stable branch was removed on mainline and now 5.3 > is used. Please resend to openembedded-de...@lists.openembedded.org > > Signed-off-by: Diego Sueiro > --- > recipes-qt/qt5/qtsystems_git.bb | 2 +- > 1 file changed, 1 insertion(

Re: [OE-core] [meta-qt5][PATCH] qtsystems: Change branch from stable to 5.3

2014-11-14 Thread Otavio Salvador
On Fri, Nov 14, 2014 at 10:13 AM, Martin Jansa wrote: > On Fri, Nov 14, 2014 at 07:58:33AM -0200, Diego Sueiro wrote: >> Stable branch was removed on mainline and now 5.3 >> is used. > > Please resend to openembedded-de...@lists.openembedded.org I took care of this patch already Martin; no need.

Re: [OE-core] [PATCH 1/3] pseudo: default --without-passwd-fallback

2014-11-14 Thread Burton, Ross
Hi Peter, Something in this series isn't working nicely with multilib enabled. http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ross/pseudo is the branch I was testing it in, hopefully I pulled in all the right pieces. https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/b

[OE-core] uclibc recipes in oe-core versioning & using upstream

2014-11-14 Thread Brendan Le Foll
I'm trying to understand the logic behind the uclibc recipes, it seems it is using fairly random points in history of git master and not the 0.9.33 point releases that have been made. What is the logic behind that and why not use the upstream release builds as a starting point? Thanks, Brendan --

Re: [OE-core] [PATCH 1/3] pseudo: default --without-passwd-fallback

2014-11-14 Thread Peter A. Bigot
On 11/14/2014 10:16 AM, Burton, Ross wrote: Hi Peter, Something in this series isn't working nicely with multilib enabled. http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ross/pseudo is the branch I was testing it in, hopefully I pulled in all the right pieces. https://autobuilder.

Re: [OE-core] [PATCH 1/3] pseudo: default --without-passwd-fallback

2014-11-14 Thread Peter A. Bigot
On 11/14/2014 10:47 AM, Peter A. Bigot wrote: On 11/14/2014 10:16 AM, Burton, Ross wrote: Hi Peter, Something in this series isn't working nicely with multilib enabled. http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ross/pseudo is the branch I was testing it in, hopefully I pulled i

Re: [OE-core] [PATCH 1/3] pseudo: default --without-passwd-fallback

2014-11-14 Thread Burton, Ross
On 14 November 2014 16:47, Peter A. Bigot wrote: > Interesting. I have several theories. > > Can you tell me where to find the exact configurations and scripts > necessary to replicate what the autobuilder is doing? > The yocto-autobuilder git repository has the autobuilder configurations (in b

[OE-core] [PATCH][dizzy] toolchain-shar-template.sh: Do not offer sudo as an option

2014-11-14 Thread Mark Hatle
From: Jeffrey C Honig NOTE: This is being set to the list for Yocto Project compliance, we don't expect this patch to be merged! We do not want to offer our users the ability to automatically run sudo. Using sudo from within a script can be considered a potential security issue by some custom

Re: [OE-core] uclibc recipes in oe-core versioning & using upstream

2014-11-14 Thread Khem Raj
On Fri, Nov 14, 2014 at 8:21 AM, Brendan Le Foll wrote: > I'm trying to understand the logic behind the uclibc recipes, it seems > it is using fairly random points in history of git master and not the > 0.9.33 point releases that have been made. > > What is the logic behind that and why not use th

[OE-core] why does useradd.bbclass loop retrying its commands?

2014-11-14 Thread Peter A. Bigot
The useradd, groupadd, and groupmems commands in useradd.bbclass are executed in a loop with up to 10 failed attempts before they give up. This appears to have always been the case, as long as that file has been present. Is there any reason why an initial failed attempt to execute one of the