From 83bd7c56540444bfcf8ddb3819a5ec77934473e1 Mon Sep 17 00:00:00 2001 From: Michele Paolino Date: Tue, 1 Aug 2017 09:03:39 +0200 Subject: New meta-egvirt layer for AGL virtualization meta-egvirt is the AGL Virtualization Expert Group (EG-VIRT) layer. It is intended to be used to design, test, implement and assess virtualization technologies (containers, hypervisors, system partitioners and other solutions) for AGL ARMv8 and Intel platforms. The primary hardware target of such work is for the time being the Renesas R-Car M3 development platform (ARMv8). Other solutions will be added in future, depending on their availability and on the community interest. Changelog: added file 50_bblayers.conf.inc as a generic agl-egvirt feature Bug-AGL: SPEC-787 Change-Id: I8b5d9412a71a956d8c48e0dac0ea4c6e2f61fc3c Signed-off-by: Michele Paolino --- templates/feature/agl-egvirt/50_bblayers.conf.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/feature/agl-egvirt/50_bblayers.conf.inc (limited to 'templates') diff --git a/templates/feature/agl-egvirt/50_bblayers.conf.inc b/templates/feature/agl-egvirt/50_bblayers.conf.inc new file mode 100644 index 00000000..7bb6d3bf --- /dev/null +++ b/templates/feature/agl-egvirt/50_bblayers.conf.inc @@ -0,0 +1,5 @@ + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-egvirt \ + " + -- cgit 1.2.3-korg