diff options
author | Chris Patterson <cjp256@gmail.com> | 2016-01-11 14:37:41 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-01-14 15:37:46 -0500 |
commit | 6ec960100fb39ace90e116786c85c6b4910c01cc (patch) | |
tree | 17d968fdbd90ce74564acc283e035e1c3feff441 | |
parent | 9d9372c0f935796d789c3412924742123591549c (diff) | |
download | meta-virtualization-6ec960100fb39ace90e116786c85c6b4910c01cc.tar.gz |
xen.cfg: enable CONFIG_HYPERVISOR_GUEST by default
Required dependency for CONFIG_XEN.
Signed-off-by: Chris Patterson <cjp256@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto/xen.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/xen.cfg b/recipes-kernel/linux/linux-yocto/xen.cfg index 096bea03..4780311d 100644 --- a/recipes-kernel/linux/linux-yocto/xen.cfg +++ b/recipes-kernel/linux/linux-yocto/xen.cfg | |||
@@ -1,3 +1,4 @@ | |||
1 | CONFIG_HYPERVISOR_GUEST=y | ||
1 | CONFIG_PARAVIRT=y | 2 | CONFIG_PARAVIRT=y |
2 | CONFIG_XEN=y | 3 | CONFIG_XEN=y |
3 | CONFIG_XEN_DOM0=y | 4 | CONFIG_XEN_DOM0=y |