Re: [meta-virtualization] RFT/FYI: docker/containerd/runc uprevs pushed to master

2018-04-12 Thread Shakthi Pradeep (tpradeep)
Hello Bruce, Found the problem… docker-proxy was linked against /lib64/ld-linux-x86-64.so.2 while docker & dockerd are linked against /lib/ld-linux-x86-64.so /lib64/ld-linux-x86-64.so.2 did not exist in the Yocto build nor was there a symbolic link to /lib/ld-linux-x86-64.so After creating /l

Re: [meta-virtualization] RFT/FYI: docker/containerd/runc uprevs pushed to master

2018-04-12 Thread Bruce Ashfield
On Thu, Apr 12, 2018 at 8:57 AM, Shakthi Pradeep (tpradeep) wrote: > Hello Bruce, > > Found the problem… > > docker-proxy was linked against /lib64/ld-linux-x86-64.so.2 while docker & > dockerd are linked against /lib/ld-linux-x86-64.so I just pushed fixes for docker-proxy's build, and they were

Re: [meta-virtualization] [PATCH] go-fsnotify: switch to new repository on github

2018-04-12 Thread Fabio Berton
Hi! Can this be backported to krogoth? On Thu, Mar 22, 2018 at 2:02 AM, Bruce Ashfield wrote: > merged. > > Bruce > > On Wed, Mar 21, 2018 at 11:27 PM, Yunguo Wei > wrote: > > fsnotify is changed to new repository on gihub, so adapt this chanage > > accordingly to avoid fetch failure. > > > >

Re: [meta-virtualization] [PATCH] irqbalance: refresh patches to fix QA warning

2018-04-12 Thread Bruce Ashfield
merged Bruce On Tue, Apr 10, 2018 at 10:29 PM, Yi Zhao wrote: > The patches are refreshed with devtool command: > devtool modify irqbalance > devtool finish --force-patch-refresh irqbalance meta-virtualization > > Signed-off-by: Yi Zhao > --- > .../irqbalance/irqbalance/add-initscript.patch

Re: [meta-virtualization] [PATCH] go-fsnotify: switch to new repository on github

2018-04-12 Thread Bruce Ashfield
no problem. krogoth now has the change. Bruce On Thu, Apr 12, 2018 at 10:53 AM, Fabio Berton wrote: > Hi! > > Can this be backported to krogoth? > > On Thu, Mar 22, 2018 at 2:02 AM, Bruce Ashfield > wrote: >> >> merged. >> >> Bruce >> >> On Wed, Mar 21, 2018 at 11:27 PM, Yunguo Wei >> wrote:

Re: [meta-virtualization] [m-c-s][PATCH] README: update code submission line to include "m-c-s" and '-M'

2018-04-12 Thread Bruce Ashfield
merged. Bruce On Mon, Apr 9, 2018 at 2:31 PM, Mark Asselstine wrote: > The READMEs were lacking the "[m-c-s]" which we normally expect on the > mailing list as well as the use of the "-M" option which makes > reviewing patches, which include a move as seen when we uprev a > recipe, easier to rev

[meta-virtualization] [meta-cloud-services][PATCH] glusterfs: refresh patches to fix QA warning

2018-04-12 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao --- ...c-allow-PYTHON-values-to-be-passed-via-en.patch | 12 +-- .../dependence-on-correct-header-file-path.patch | 12 +-- .../files/glusterd-change-port-range.patch | 9 + ..

[meta-virtualization] [PATCH 1/2] criu: fix build failure with newer glibc and kernel

2018-04-12 Thread Yi Zhao
With newer glibc(>= 2.26) and kernel(>=4.14), criu would fail to build: In file included from /buildarea/build/tmp/work/core2-64-poky-linux/criu/3.4+gitAUTOINC+a31c1854e1-r0/recipe-sysroot/usr/include/linux/aio_abi.h:31:0, from criu/cr-check.c:24: /buildarea/build/tmp/work/core2-64-poky-li

[meta-virtualization] [PATCH 2/2] criu: refresh patches to fix QA warning

2018-04-12 Thread Yi Zhao
Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao --- .../0001-criu-Change-libraries-install-directory.patch | 8 +++- .../criu/files/0001-criu-Fix-toolchain-hardcode.patch | 6 ++ .../criu/files/0002-criu-Skip-documentation-install.patch |