Re: [yocto] [PATCH] mono-4.xx.inc: disable parallel make

2015-07-09 Thread Alex J Lennon
On 08/07/2015 21:07, Chris Morgan wrote: > On Wed, Jul 8, 2015 at 6:49 AM, Alex J Lennon > wrote: >> >> On 07/07/2015 21:17, Richard Tollerton wrote: >>> A race was observed during `make install` of mono-native under >>> PARALLEL_MAKE=-j6: >> Thanks Richard - patch applied >> >> Chris - I wasn't

[yocto] [PATCH 1/1][meta-selinux] audit: correct syscall rule arch usage for arm

2015-07-09 Thread wenzong.fan
From: He Zhe For all arm arch, kernel uses AUDIT_ARCH_ARM as its arch to filter syscalls. But userspace audit uses AUDIT_ARCH_ARMEB when creating audit rules, if arch=b32 is specified for auditctl. This causes kernel not to record all arm syscalls. This patch change audit rule arch from AUDIT_AR

[yocto] [PATCH 1/1][meta-selinux] refpolicy: correct SELINUX_DEVEL_PATH

2015-07-09 Thread wenzong.fan
From: Wenzong Fan The sepolgen.conf should be installed with devel package to correct the default value of SELINUX_DEVEL_PATH, Makefile will be searched from that path while building policies on target. Signed-off-by: Wenzong Fan --- recipes-security/refpolicy/refpolicy_common.inc | 10 +++

[yocto] [PATCH 1/1][meta-selinux] policycoreutils: install /var/lib/selinux

2015-07-09 Thread wenzong.fan
From: Wenzong Fan This dir is required for running command: $ semanage permissive [OPTS] Signed-off-by: Wenzong Fan --- recipes-security/selinux/policycoreutils.inc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-security/selinux/policycoreutils.inc b/recipes-security/selin

[yocto] [PATCH 1/1][meta-selinux] initscripts: fix contexts for /etc/resolv.conf, adjtime

2015-07-09 Thread wenzong.fan
From: Wenzong Fan Restore contexts for /etc/{resolv.conf, adjtime}, they are created dynamically and the incorrect contexts maybe prevent some programs from valid accessing. /etc/resolv.conf: etc_t:SystemHigh -> etc_t:SystemLow /etc/adjtime: etc_t:SystemHigh -> adjtime_t:SystemLow Signe

Re: [yocto] fixed: using shared state cache from other machine

2015-07-09 Thread Kurt Van Dijck
--- Original message --- > Date: Tue, 07 Jul 2015 23:40:49 +0100 > From: Paul Eggleton > On Tuesday 07 July 2015 14:59:37 Andre McCurdy wrote: > > On Tue, Jul 7, 2015 at 6:07 AM, Kurt Van Dijck > > wrote: > > > I started to re-use the shared state cache from a build machine. > > > If I clean ever

Re: [yocto] [PATCH] mono-4.xx.inc: disable parallel make

2015-07-09 Thread Chris Morgan
On Thu, Jul 9, 2015 at 4:03 AM, Alex J Lennon wrote: > > > On 08/07/2015 21:07, Chris Morgan wrote: >> On Wed, Jul 8, 2015 at 6:49 AM, Alex J Lennon >> wrote: >>> >>> On 07/07/2015 21:17, Richard Tollerton wrote: A race was observed during `make install` of mono-native under PARALLEL_MA

[yocto] libtool issue

2015-07-09 Thread Sravan K
Hi All, I am trying to cross compile libsoup and few other opensource libraries for arm on my ubuntu. I facing an issue while build libsoup. Error: | /bin/grep: /usr/lib/libgobject-2.0.la: No such file or director

[yocto] [rrs][PATCH 0/3] Change behavior of the percentage done

2015-07-09 Thread mariano . lopez
From: Mariano Lopez This patches changes the behavior of the percentage done to display the percentage of out to date recipes that were updated in the period. models.py: Added SQL queries views.py: Changed the behavior base_toplevel.html: Changed format of the webpage Mariano Lopez (3): model

[yocto] [rrs][PATCH 1/3] models.py: Added Raw SQL for percentage updated

2015-07-09 Thread mariano . lopez
From: Mariano Lopez This adds SQL queries that will be used for the percentage of recipes updated in a period. Signed-off-by: Mariano Lopez --- rrs/models.py | 44 1 file changed, 44 insertions(+) diff --git a/rrs/models.py b/rrs/models.py index 46

[yocto] [rrs][PATCH 2/3] views.py: Changed the behavior of percentage done

2015-07-09 Thread mariano . lopez
From: Mariano Lopez This changes the percetage done from recipes up to date in the period to percentage of not updated recipes that were updated in the period. Signed-off-by: Mariano Lopez --- rrs/views.py | 33 - 1 file changed, 24 insertions(+), 9 deletions(-)

[yocto] [rrs][PATCH 3/3] base_toplevel.html: Changed format of percentage done

2015-07-09 Thread mariano . lopez
From: Mariano Lopez Changed the text of percentage done to updated. Also added a tooltip that shows how this percentage is calculated. Signed-off-by: Mariano Lopez --- templates/rrs/base_toplevel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rrs/base_toplev

[yocto] [rrs][PATCHv2 2/3] views.py: Changed the behavior of percentage done

2015-07-09 Thread mariano . lopez
From: Mariano Lopez This changes the percetage done from recipes up to date in the period to percentage of not updated recipes that were updated in the period. Signed-off-by: Mariano Lopez --- rrs/views.py | 36 +++- 1 file changed, 27 insertions(+), 9 deletions

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-07-09 Thread Andrei Gherzan
Finally I hop on to this discussion too. On Mon, Jul 6, 2015 at 12:58 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday 06 July 2015 12:48:50 Nikolay Dimitrov wrote: > > One issue with the regularly changing tarball checksums is that people > > start to get used to thes change

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-09 Thread Andrei Gherzan
On Mon, Jul 6, 2015 at 6:59 PM, Nikolay Dimitrov wrote: > Hi Ross, > > On 07/06/2015 07:58 PM, Nikolay Dimitrov wrote: > >> Hi Ross, >> >> On 07/06/2015 07:26 PM, Burton, Ross wrote: >> >>> >>> On 6 July 2015 at 17:23, Burton, Ross >> > wrote: >>> >>> How latest,

Re: [yocto] [meta-raspberrypi] libepoxy do_configure fails

2015-07-09 Thread Andrei Gherzan
On Thu, Jul 2, 2015 at 8:20 PM, Jussi Kukkonen wrote: > On 2 July 2015 at 12:47, Tobias Boström wrote: > >> >> Hello! >> >> I'm currently trying to build the core-image-x11 for the raspberry >> pi.However, when doing the task responsible for configuring libepoxy, >> bitbake fails. The error mes

[yocto] [rrs][PATCH 0/2] Add Last Updated column

2015-07-09 Thread mariano . lopez
From: Mariano Lopez These patches a column in the recipe view that show when a out dated recipes was updated the last time. Also changes the date formats to iso. views.py: Changed dates to iso recipes.html: Add the Last updated column Mariano Lopez (2): views.py: Changed date format to iso

[yocto] [rrs][PATCH 1/2] views.py: Changed date format to iso

2015-07-09 Thread mariano . lopez
From: Mariano Lopez Changed the day format to iso. Also, the outdated field in the recipes views was changed from days to the date the recipe was last updated. Signed-off-by: Mariano Lopez --- rrs/views.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rrs/views.py

[yocto] [rrs][PATCH 2/2] recipes.html: Add Last Updated column

2015-07-09 Thread mariano . lopez
From: Mariano Lopez Added a column in the recipes view that show the last time a recipe was updated when is not up-to-date Signed-off-by: Mariano Lopez --- templates/rrs/recipes.html | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/templates/rrs/recipes.ht

[yocto] [layerindex-web]

2015-07-09 Thread Brian Avery
For the update script you also need python-git. Since we are already using a virtenv, why not add it to requirements :). yolk lists the following as being available so I fairly arbitrarily picked 0.3.7 on the assumption it was the "best" of the 0.3 line... GitPython 1.0.1 GitPython 1.0.0 GitPytho

[yocto] [PATCH] models.py: Code cleanup

2015-07-09 Thread mariano . lopez
From: Mariano Lopez Cleaned up the class Raw to have better readability. Also added docstring to methods in this class. Signed-off-by: Mariano Lopez --- rrs/models.py | 176 +- 1 file changed, 99 insertions(+), 77 deletions(-) diff --git

[yocto] Masking out hddimg in bootimg bbclass

2015-07-09 Thread Andrei Gherzan
Hello, Reading the bootimg bbclass, I see that iso and hddimg fstypes are masked. Any reason why? The log doesn't really help much: http://lists.openembedded.org/pipermail/openembedded-core/2014-February/089634.html -- Andrei Gherzan -- ___ yocto maili