Add agl-virt-xen feature 10/22710/2
authorJérémy Fanguède <j.fanguede@virtualopensystems.com>
Tue, 15 Oct 2019 10:05:13 +0000 (12:05 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 17 Dec 2019 15:32:42 +0000 (15:32 +0000)
"agl-virt-xen" feature set the desired hypervisor to Xen with the
AGL_XEN_WANTED flag, boards that support it will then compile all the
needed Xen binaries and libraries. Depends on "agl-virt" feature
(because of meta-virtualization).

Bug-AGL: SPEC-2912
Change-Id: I4123f208bebfd5d768bb4391b21308d1db962366
Signed-off-by: Jérémy Fanguède <j.fanguede@virtualopensystems.com>
templates/feature/agl-virt-xen/50_local.conf.inc [new file with mode: 0644]
templates/feature/agl-virt-xen/included.dep [new file with mode: 0644]

diff --git a/templates/feature/agl-virt-xen/50_local.conf.inc b/templates/feature/agl-virt-xen/50_local.conf.inc
new file mode 100644 (file)
index 0000000..48f4b2b
--- /dev/null
@@ -0,0 +1,3 @@
+# Set Xen flag
+
+AGL_XEN_WANTED = "1"
diff --git a/templates/feature/agl-virt-xen/included.dep b/templates/feature/agl-virt-xen/included.dep
new file mode 100644 (file)
index 0000000..e4acef2
--- /dev/null
@@ -0,0 +1 @@
+agl-virt