summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-11-12 19:51:02 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-11-15 19:50:00 +0000
commit5a32510af080ff867810bf5ee7f0386c79b285f5 (patch)
treea179f8d6a6ea728bc9c9f54865b52312f137f1d4
parent718da5ae40540ced4fc48791a84dde9053376d85 (diff)
downloadmeta-virtualization-5a32510af080ff867810bf5ee7f0386c79b285f5.tar.gz
qemuboot: add note about virt_networking bbclass
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--classes/qemuboot-testimage-network.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/qemuboot-testimage-network.bbclass b/classes/qemuboot-testimage-network.bbclass
index 57e03551..ca65de6c 100644
--- a/classes/qemuboot-testimage-network.bbclass
+++ b/classes/qemuboot-testimage-network.bbclass
@@ -2,6 +2,9 @@
2# the Qemu MACHINES: it removes all external network interfaces 2# the Qemu MACHINES: it removes all external network interfaces
3# by default. However, eth0 is needed for testimage, so enable it here. 3# by default. However, eth0 is needed for testimage, so enable it here.
4 4
5# NOTE: systemd configuration can be found in the virt_networking
6# bbclass and associated packages
7
5# If QB_NETWORK_XEN_BRIDGE is set, configure bridging for the network. 8# If QB_NETWORK_XEN_BRIDGE is set, configure bridging for the network.
6QB_NETWORK_XEN_BRIDGE ??= "" 9QB_NETWORK_XEN_BRIDGE ??= ""
7 10