Return meta-egvirt layer for AGL virtualization 89/25489/2
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Sat, 3 Oct 2020 18:43:54 +0000 (21:43 +0300)
committerVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Fri, 6 Nov 2020 06:27:45 +0000 (08:27 +0200)
At the moment, this layer is planned to be used to implement
virtio-aarch64 machine intended to be used in virtualized environments.

This partially reverts commit:

  0abaf1d Cleanup of meta-agl-devel for HH

Bug-AGL: SPEC-3668
Change-Id: I73f140d7941edaad8e482f143bfcc296823d21b7
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
meta-egvirt/COPYING.MIT [new file with mode: 0644]
meta-egvirt/README.md [new file with mode: 0644]
meta-egvirt/conf/layer.conf [new file with mode: 0644]

diff --git a/meta-egvirt/COPYING.MIT b/meta-egvirt/COPYING.MIT
new file mode 100644 (file)
index 0000000..fb950dc
--- /dev/null
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy 
+of this software and associated documentation files (the "Software"), to deal 
+in the Software without restriction, including without limitation the rights 
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
+copies of the Software, and to permit persons to whom the Software is 
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in 
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
+THE SOFTWARE.
diff --git a/meta-egvirt/README.md b/meta-egvirt/README.md
new file mode 100644 (file)
index 0000000..dee4f84
--- /dev/null
@@ -0,0 +1,28 @@
+Virtualization support (meta-egvirt)
+======================================================
+
+meta-egvirt is the AGL Virtualization Expert Group (EG-VIRT) layer. It aims to
+design, test, implement and assess virtualization technologies (containers,
+hypervisors, system partitioners and other solutions) for AGL ARMv8 and Intel
+platforms.
+
+From the software side, VirtIO standards are considered as a common framework to
+provide virtualized devices. Developing standardized solutions reduces community
+fragmentation and increases freedom to choose hypervisor and SoC.
+
+From the hardware side, the primary target of such work is for the time being
+the Reference Hardware development platform which uses the Renesas R-Car H3 SoC
+(ARMv8). Other solutions will be added in future, depending on their
+availability and on the community interest.
+
+Maintainers:
+       Mikhail Golubev <mikhail.golubev@opensynergy.com>
+
+References
+------------------------------------------------------
+EG-VIRT wikipage:
+       https://wiki.automotivelinux.org/eg-virt
+EG-VIRT meetings:
+       https://wiki.automotivelinux.org/eg-virt-meetings
+EG-RHSA wikipage:
+       https://wiki.automotivelinux.org/eg-rhsa
diff --git a/meta-egvirt/conf/layer.conf b/meta-egvirt/conf/layer.conf
new file mode 100644 (file)
index 0000000..5c4d8e6
--- /dev/null
@@ -0,0 +1,16 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "egvirt"
+BBFILE_PATTERN_egvirt = "^${LAYERDIR}/"
+BBFILE_PRIORITY_egvirt = "6"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_egvirt = "1"
+LAYERSERIES_COMPAT_egvirt = "dunfell"
+
+LAYERDEPENDS_egvirt = "core"