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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
--
_
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(
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.
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
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
--
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.
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
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
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
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
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
33 matches
Mail list logo