Re: [yocto] [selinux] sumo compilation

2018-10-20 Thread Stefano Cappa
I reverted the commit as described and finally I'm able to build. However, after using -minimal version and booting with selinux=1 and enforcing=0, when I run this command: "fixfiles -f -F relabel" I get this error: Cleaning out /tmp fixfiles: No suitable file systems found Cleaning up labels on

[yocto] [PATCH] meta-qt4: update LAYERSERIES_COMPAT to thud

2018-10-20 Thread Armin Kuster
Signed-off-by: Armin Kuster --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 915d89c..8218dcd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "qt4-layer" BBFILE_PATTERN_qt4-lay

[yocto] [PATCH] meta-qt3: update LAYERSERIES_COMPAT to thud

2018-10-20 Thread Armin Kuster
Signed-off-by: Armin Kuster --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index cfcad24..c4c165a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "qt3" BBFILE_PATTERN_qt3 = "^${LAY

Re: [yocto] [opkg-utils PATCH] opkg-make-index: use ctime instead of mtime

2018-10-20 Thread Khem Raj
On Sat, Oct 20, 2018 at 10:16 AM wrote: > > On Fri, 2018-10-19 at 17:38 +0200, Stefan Agner wrote: > > From: Stefan Agner > > > > When using sstate, two parallel builds can produce two packages > > with the same mtime but different checksums. When later one of > > those two builds fetches the oth

Re: [yocto] [opkg-utils PATCH] opkg-make-index: use ctime instead of mtime

2018-10-20 Thread richard . purdie
On Fri, 2018-10-19 at 17:38 +0200, Stefan Agner wrote: > From: Stefan Agner > > When using sstate, two parallel builds can produce two packages > with the same mtime but different checksums. When later one of > those two builds fetches the others ipk, the package index does > not get udpated prop