aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000')
-rw-r--r--meta-v1000/conf/machine/v1000.conf1
-rw-r--r--meta-v1000/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend6
-rw-r--r--meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend1
3 files changed, 0 insertions, 8 deletions
diff --git a/meta-v1000/conf/machine/v1000.conf b/meta-v1000/conf/machine/v1000.conf
index 88460aef..27215d63 100644
--- a/meta-v1000/conf/machine/v1000.conf
+++ b/meta-v1000/conf/machine/v1000.conf
@@ -9,7 +9,6 @@ PATCH_VERSION = "0"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "4.14%"
-PREFERRED_PROVIDER_llvm ?= "llvm6.0"
require conf/machine/include/tune-v1000.inc
diff --git a/meta-v1000/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend b/meta-v1000/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend
deleted file mode 100644
index 7c661e41..00000000
--- a/meta-v1000/recipes-graphics/x11-common/xserver-nodm-init_%.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# Force X to be run on vt7
-do_install_append_v1000() {
- if [ -f ${D}${sysconfdir}/default/xserver-nodm ]; then
- echo "INPUT_EXTRA_ARGS=vt7" >> ${D}${sysconfdir}/default/xserver-nodm
- fi
-}
diff --git a/meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend b/meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
deleted file mode 100644
index 53f3483c..00000000
--- a/meta-v1000/recipes-multimedia/ffmpeg/ffmpeg_%.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-PACKAGECONFIG_append_v1000 = " vaapi"