Re: [yocto] [meta-security][PATCH] Use bb.utils.contains instead of base_contains because it is deprecated

2016-05-25 Thread akuster
On 05/25/2016 01:24 AM, Thomas Perrot wrote: > Signed-off-by: Thomas Perrot > --- > recipes-kernel/linux/linux-yocto_4.1.bbappend | 8 merged. > recipes-security/clamav/clamav_0.99.1.bb | 2 +- > recipes-security/sssd/sssd_1.13.3.bb | 2 +- > recipes-tpm/trousers/trouse

Re: [yocto] [yocto-autobuilder][PATCH] GetLayerVersion.py: set new layer version only if cmd was sucessful and not already set

2016-05-25 Thread Randle, William C
On Wed, 2016-05-25 at 14:03 -0700, Randy Witt wrote: > On 05/25/2016 01:28 PM, Bill Randle wrote: > > > > Fixed a bug where GetLayerVersion set the layerversion to -1 when a > > meta-poky layer.conf was not found. > > > > Signed-off-by: Bill Randle > > --- > >  .../autobuilder/buildsteps/GetLaye

Re: [yocto] [yocto-autobuilder][PATCH] GetLayerVersion.py: set new layer version only if cmd was sucessful and not already set

2016-05-25 Thread Randy Witt
On 05/25/2016 01:28 PM, Bill Randle wrote: Fixed a bug where GetLayerVersion set the layerversion to -1 when a meta-poky layer.conf was not found. Signed-off-by: Bill Randle --- .../autobuilder/buildsteps/GetLayerVersion.py | 15 ++- 1 file changed, 6 insertions(+), 9 d

[yocto] [yocto-autobuilder][PATCH] GetLayerVersion.py: set new layer version only if cmd was sucessful and not already set

2016-05-25 Thread Bill Randle
Fixed a bug where GetLayerVersion set the layerversion to -1 when a meta-poky layer.conf was not found. Signed-off-by: Bill Randle --- .../autobuilder/buildsteps/GetLayerVersion.py | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/lib/python2.7/site

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Rudolf J Streif
> > hmm ... the client requirements are only that it use u-boot, > with the mender software integrated into u-boot. so if one can > configure and build that for powerpc, then install and boot u-boot on > the target board, why should it then be restricted to ARM? > > sure, their reference b

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Robert P. J. Day
On Wed, 25 May 2016, Rudolf J Streif wrote: > > Hi Robert, > >   > > On Wednesday, May 25, 2016 06:18:34 AM Robert P. J. Day wrote: > > > > > > specifically in the context of powerpc systems, are there any > > > suggestions for an image that could be used to boot an older powerpc > > > system, run

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Rudolf J Streif
Hi Robert, On Wednesday, May 25, 2016 06:18:34 AM Robert P. J. Day wrote: > > specifically in the context of powerpc systems, are there any > suggestions for an image that could be used to boot an older powerpc > system, running completely out of ram, and using that as an install > utility whic

Re: [yocto] mount bind /var/lib and package management

2016-05-25 Thread Fred Ollinger
Bind mount can allow mount to be two places: >From the mount manpage: " The bind mounts. Since Linux 2.4.0 it is possible to remount part of the file hierarchy somewhere else. The call is: mount --bind olddir newdir" If you do this, then you have your

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Robert P. J. Day
On Wed, 25 May 2016, Bruce Ashfield wrote: > On 2016-05-25 11:26 AM, Robert P. J. Day wrote: > > On Wed, 25 May 2016, Bruce Ashfield wrote: > > > > > On 2016-05-25 11:00 AM, akuster wrote: > > > > Robert, > > > > > > > > > > > > On 05/25/2016 03:18 AM, Robert P. J. Day wrote: > > > > > > > > > >

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Robert P. J. Day
On Wed, 25 May 2016, Bruce Ashfield wrote: > On 2016-05-25 11:00 AM, akuster wrote: > > Robert, > > > > > > On 05/25/2016 03:18 AM, Robert P. J. Day wrote: > > > > > > specifically in the context of powerpc systems, are there any > > > suggestions for an image that could be used to boot an older

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 11:26 AM, Robert P. J. Day wrote: On Wed, 25 May 2016, Bruce Ashfield wrote: On 2016-05-25 11:00 AM, akuster wrote: Robert, On 05/25/2016 03:18 AM, Robert P. J. Day wrote: specifically in the context of powerpc systems, are there any suggestions for an image that could be u

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Robert P. J. Day
On Wed, 25 May 2016, Bruce Ashfield wrote: > On 2016-05-25 11:00 AM, akuster wrote: > > Robert, > > > > > > On 05/25/2016 03:18 AM, Robert P. J. Day wrote: > > > > > > specifically in the context of powerpc systems, are there any > > > suggestions for an image that could be used to boot an older

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 11:00 AM, akuster wrote: Robert, On 05/25/2016 03:18 AM, Robert P. J. Day wrote: specifically in the context of powerpc systems, are there any suggestions for an image that could be used to boot an older powerpc system, running completely out of ram, and using that as an insta

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Matt Broadstone
On Wed, May 25, 2016 at 11:03 AM, Robert P. J. Day wrote: > On Wed, 25 May 2016, akuster wrote: > > > Robert, > > > > On 05/25/2016 03:18 AM, Robert P. J. Day wrote: > > > > > > specifically in the context of powerpc systems, are there any > > > suggestions for an image that could be used to bo

[yocto] mount bind /var/lib and package management

2016-05-25 Thread Martin Townsend
Hi, When using a read only rootfs it mount --binds /var/lib into /var/volatile/lib which lives in tmpfs and makes sense. The problem is that I use dpkg but I'm assuming other package management tools use /var/lib as their admin dir. Wouldn't this break package updates as the dpkg database files

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Robert P. J. Day
On Wed, 25 May 2016, akuster wrote: > Robert, > > On 05/25/2016 03:18 AM, Robert P. J. Day wrote: > > > > specifically in the context of powerpc systems, are there any > > suggestions for an image that could be used to boot an older powerpc > > system, running completely out of ram, and using th

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread akuster
Robert, On 05/25/2016 03:18 AM, Robert P. J. Day wrote: > > specifically in the context of powerpc systems, are there any > suggestions for an image that could be used to boot an older powerpc > system, running completely out of ram, and using that as an install > utility which would then be r

Re: [yocto] [meta-virtualization][PATCH] Use bb.utils.contains instead of base_contains because it is deprecated

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 4:27 AM, Thomas Perrot wrote: Signed-off-by: Thomas Perrot I already had a change queued here for this, that I managed to forget to push. I'll rebase and do that now. Cheers, Bruce --- recipes-containers/containerd/containerd_git.bb | 6 +++--- 1 file changed, 3 insertions(

[yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Robert P. J. Day
specifically in the context of powerpc systems, are there any suggestions for an image that could be used to boot an older powerpc system, running completely out of ram, and using that as an install utility which would then be responsible for detecting/formatting a hard drive, creating/formattin

[yocto] [meta-virtualization][PATCH] Use bb.utils.contains instead of base_contains because it is deprecated

2016-05-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-containers/containerd/containerd_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index 46b9dc1..1a2c445 100644 --- a/recipes

[yocto] [meta-security][PATCH] Use bb.utils.contains instead of base_contains because it is deprecated

2016-05-25 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- recipes-kernel/linux/linux-yocto_4.1.bbappend | 8 recipes-security/clamav/clamav_0.99.1.bb | 2 +- recipes-security/sssd/sssd_1.13.3.bb | 2 +- recipes-tpm/trousers/trousers_0.3.13.bb | 4 ++-- 4 files changed, 8 insertions(+), 8 dele

Re: [yocto] [psplash][PATCH] psplash: add option to read startup message from file

2016-05-25 Thread Richard Leitner
Any comments/updates on that patch of mine? On 04/15/2016 10:49 AM, Richard Leitner wrote: > This patch adds an option to read the displayed message from a file. > Additionally the maximum length for the read string can be defined. > If both, a message (STARTUP_MSG) and a file (STARTUP_MSG_FILE)

Re: [yocto] [psplash][PATCH] Add fbdev option to set the proper /dev/fbX.

2016-05-25 Thread Richard Leitner
Hi Julien, comments on the code are below. On 05/22/2016 07:46 PM, Julien Gueytat wrote: > It works exactly the same way than the angle parameter: > * --angle <-> /etc/rotation file > * --fbdev <-> /etc/fbdev file > > Signed-off-by: Julien Gueytat > --- > psplash-fb.c | 16 ++-- >

[yocto] [meta-selinux][PATCH 2/2] refpolicy-minimum_2.20151208: add systemd dependent policy modules

2016-05-25 Thread Shrikant Bobade
From: Shrikant Bobade with systemd enabled refpolicy-minimum build breaks due to missing dependent policy modules, so add the dependent modules: clock, systemd, udev conditionally based on DISTRO_FEATURES. dependent systemd policy modules needed to fix these errors: * Failed to resolve 'adjtime

[yocto] [meta-selinux][PATCH 1/2] refpolicy_common.inc: enable conditional systemd support

2016-05-25 Thread Shrikant Bobade
From: Shrikant Bobade refpolicy now introduced systemd support using POLICY_SYSTEMD variable, with systemd enabled setup we need the refpolicy with systemd support, so enable systemd support based on DISTRO_FEATURES. Signed-off-by: Shrikant Bobade --- recipes-security/refpolicy/refpolicy_commo