All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chin Huat Ang <chin.huat.ang@intel.com>
To: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>
Subject: [PATCH 1/2] lxc: remove virtio kernel configs
Date: Mon,  3 Dec 2018 10:20:00 +0800	[thread overview]
Message-ID: <1543803601-13184-1-git-send-email-chin.huat.ang@intel.com> (raw)

The script lxc-checkconfig doesn't seem to report virtio related kernel
configs as required, so remove them from lxc.cfg instead.

Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
---
 recipes-kernel/linux/linux-yocto/lxc.cfg | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
index c25d60f..e5f1edc 100644
--- a/recipes-kernel/linux/linux-yocto/lxc.cfg
+++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
@@ -21,18 +21,7 @@ CONFIG_NETPRIO_CGROUP=m
 CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
 
 # Virtual drivers
-CONFIG_VIRTIO_BLK=y
-CONFIG_SCSI_VIRTIO=y
-CONFIG_VIRTIO_NET=m
 CONFIG_HVC_DRIVER=y
-CONFIG_VIRTIO_CONSOLE=y
-CONFIG_HW_RANDOM_VIRTIO=m
-CONFIG_VIRTIO=y
-CONFIG_VIRTIO_RING=y
-CONFIG_VIRTIO_PCI=y
-CONFIG_VIRTIO_BALLOON=y
-CONFIG_VIRTIO_MMIO=y
-
 
 # Base support for live boot
 CONFIG_BLK_DEV_LOOP=y
-- 
2.7.4



             reply	other threads:[~2018-12-03  2:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03  2:20 Chin Huat Ang [this message]
2018-12-03  2:20 ` [PATCH 2/2] linux-yocto: add virtio kernel configs Chin Huat Ang
2018-12-12 19:16 ` [PATCH 1/2] lxc: remove " Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1543803601-13184-1-git-send-email-chin.huat.ang@intel.com \
    --to=chin.huat.ang@intel.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.