summary refs log tree commit diff
path: root/host/rootfs/Makefile
diff options
context:
space:
mode:
authorAlyssa Ross <alyssa.ross@unikie.com>2023-07-21 18:00:19 +0000
committerAlyssa Ross <hi@alyssa.is>2023-07-28 12:09:17 +0000
commited8271dc5db12278b71e071dee1b8153af1d36e0 (patch)
tree091578eee0a23ce0145e6bae00a07de3c174a078 /host/rootfs/Makefile
parent76b6acdb22a49e296fda9626398414839c01efbe (diff)
downloadspectrum-ed8271dc5db12278b71e071dee1b8153af1d36e0.tar
spectrum-ed8271dc5db12278b71e071dee1b8153af1d36e0.tar.gz
spectrum-ed8271dc5db12278b71e071dee1b8153af1d36e0.tar.bz2
spectrum-ed8271dc5db12278b71e071dee1b8153af1d36e0.tar.lz
spectrum-ed8271dc5db12278b71e071dee1b8153af1d36e0.tar.xz
spectrum-ed8271dc5db12278b71e071dee1b8153af1d36e0.tar.zst
spectrum-ed8271dc5db12278b71e071dee1b8153af1d36e0.zip
host: add support for Wayland in VMs
When a VM is configured with Wayland support, the ext-rc-init service
will create an additional service to supervise the crosvm GPU backend,
and start-vm will pass the required arguments to cloud-hypervisor to
tell it how to connect to crosvm.

Signed-off-by: Alyssa Ross <alyssa.ross@unikie.com>
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Message-Id: <20230721180015.597099-6-hi@alyssa.is>
Diffstat (limited to 'host/rootfs/Makefile')
-rw-r--r--host/rootfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/rootfs/Makefile b/host/rootfs/Makefile
index be31fc3..64decbc 100644
--- a/host/rootfs/Makefile
+++ b/host/rootfs/Makefile
@@ -27,6 +27,10 @@ FILES = \
 	etc/template/fs/notification-fd \
 	etc/template/fs/run \
 	etc/template/fs/type \
+	etc/template/gpu/data/check \
+	etc/template/gpu/notification-fd \
+	etc/template/gpu/run \
+	etc/template/gpu/type \
 	etc/xdg/weston/autolaunch \
 	etc/xdg/weston/weston.ini \
 	usr/bin/lsvm \