From: Jérémy Fanguède Date: Tue, 15 Oct 2019 10:05:13 +0000 (+0200) Subject: Add agl-virt-xen feature X-Git-Tag: 8.99.4~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=42280e32861792b4004aac008eef739eeb86449a;p=AGL%2Fmeta-agl.git 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 --- 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