aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend')
-rw-r--r--common/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend b/common/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend
deleted file mode 100644
index 3bb9fae6..00000000
--- a/common/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# Force X to be run on vt7
-do_install_append_amdgpu() {
- if [ -f ${D}${sysconfdir}/default/xserver-nodm ]; then
- echo "INPUT_EXTRA_ARGS=vt7" >> ${D}${sysconfdir}/default/xserver-nodm
- fi
-}