summaryrefslogtreecommitdiff
path: root/recipes-bsp/binary-drivers
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-09-22 21:44:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 20:59:56 +0200
commit6a32cfbd75cc4621a12a282366369afde9041a10 (patch)
tree7c518340ca5dcca71f02590146328724cd8f6f7b /recipes-bsp/binary-drivers
parent6cd5833d3afd0fb44ef62d7dbe080cb9e687883e (diff)
linux-driver-package: deploy additional gst components
While at it move the bbappend and xorg.conf under jetson-tk1 so that one only needs meta-jetson-tk1 when one builds for tk1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/binary-drivers')
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf22
-rw-r--r--recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend7
2 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf b/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf
deleted file mode 100644
index 68b7925..0000000
--- a/recipes-bsp/binary-drivers/linux-driver-package-21.5.0/xorg.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (c) 2011-2013 NVIDIA CORPORATION. All Rights Reserved.
-
-#
-# This is the minimal configuration necessary to use the Tegra driver.
-# Please refer to the xorg.conf man page for more configuration
-# options provided by the X server, including display-related options
-# provided by RandR 1.2 and higher.
-
-# Disable extensions not useful on Tegra.
-Section "Module"
- Disable "dri"
- SubSection "extmod"
- Option "omit xfree86-dga"
- EndSubSection
-EndSection
-
-Section "Device"
- Identifier "Tegra0"
- Driver "nvidia"
- Option "NoLogo" "true"
-EndSection
-
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
deleted file mode 100644
index 55e6f37..0000000
--- a/recipes-bsp/binary-drivers/linux-driver-package_21.5.0.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-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/
-}