From 916e4dd97804d410d3cdcc22ae12fc566aa41774 Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Sat, 3 Oct 2020 21:43:54 +0300 Subject: Return meta-egvirt layer for AGL virtualization 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 --- meta-egvirt/conf/layer.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-egvirt/conf/layer.conf (limited to 'meta-egvirt/conf') diff --git a/meta-egvirt/conf/layer.conf b/meta-egvirt/conf/layer.conf new file mode 100644 index 00000000..5c4d8e67 --- /dev/null +++ b/meta-egvirt/conf/layer.conf @@ -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" -- cgit 1.2.3-korg