summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-21 14:05:01 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 20:59:56 +0200
commit6cd5833d3afd0fb44ef62d7dbe080cb9e687883e (patch)
treec67797213eda0a67663c7c2025ae9a45cb09ba9a /recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend
parentb5b993d760f006dfb167b6fa588b67855bdd5aa2 (diff)
apalis-tk1: disable nvidia logo shown exlusively on lvds
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend')
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend b/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend
new file mode 100644
index 0000000..55e6f37
--- /dev/null
+++ b/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-driver-package-${PV}:"
+
+SRC_URI_append_apalis-tk1 = " file://xorg.conf"
+
+do_install_append_apalis-tk1 () {
+ cp ${WORKDIR}/xorg.conf ${D}/etc/X11/
+}