summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/meta-virt-cfg.bbclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/classes/meta-virt-cfg.bbclass b/classes/meta-virt-cfg.bbclass
new file mode 100644
index 00000000..bf63a06f
--- /dev/null
+++ b/classes/meta-virt-cfg.bbclass
@@ -0,0 +1,6 @@
1# We need to load the meta-virt config components, only if "virtualization"
2# is in the distro features. Since we don't know the distro flags during
3# layer.conf load time, we delay using a special bbclass that simply includes
4# the META_VIRT_CONFIG_PATH file.
5
6include ${META_VIRT_CONFIG_PATH} \ No newline at end of file