summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Fanguède <j.fanguede@virtualopensystems.com>2019-10-15 12:05:13 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-12-17 15:32:42 +0000
commit42280e32861792b4004aac008eef739eeb86449a (patch)
tree54e22f08e762469fc47d69193da36900c74f3def
parenta49538eb584b466e140177e81dc4dd4c7e853079 (diff)
Add agl-virt-xen feature
"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>
-rw-r--r--templates/feature/agl-virt-xen/50_local.conf.inc3
-rw-r--r--templates/feature/agl-virt-xen/included.dep1
2 files changed, 4 insertions, 0 deletions
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
index 000000000..48f4b2b7d
--- /dev/null
+++ b/templates/feature/agl-virt-xen/50_local.conf.inc
@@ -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
index 000000000..e4acef2bf
--- /dev/null
+++ b/templates/feature/agl-virt-xen/included.dep
@@ -0,0 +1 @@
+agl-virt