[meta-virtualization] [PATCH 0/4] sanity-meta-virt and runc improvements

Paul Barker pbarker at toganlabs.com
Thu Oct 12 09:49:53 PDT 2017


The sanity-meta-virt bbclass is fixed to use a layer-specific name for the skip
variable and to only print the warning once if triggered. This has been tested
both with and without the skip variable set to "1" in my distro conf and works
as expected in both cases.

The runc recipes are simplified. runc-docker is fixed for aarch64 platforms by
disabling compilation of the recvtty demo/reference application.

Paul Barker (4):
  sanity-meta-virt: Make skip variable name layer specific
  sanity-meta-virt: Watch for SanityCheck event
  runc-docker: Disable building recvtty
  runc: Simplify recipes

 classes/sanity-meta-virt.bbclass                   |  4 ++--
 conf/layer.conf                                    |  2 +-
 .../0001-Disable-building-recvtty.patch            | 26 ++++++++++++++++++++++
 recipes-containers/runc/runc-docker_git.bb         | 11 +++------
 recipes-containers/runc/runc-opencontainers_git.bb | 19 ++++------------
 recipes-containers/runc/runc.inc                   |  9 +++++---
 6 files changed, 42 insertions(+), 29 deletions(-)
 create mode 100644 recipes-containers/runc/runc-docker/0001-Disable-building-recvtty.patch

-- 
2.7.4



More information about the meta-virtualization mailing list