summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-12-13 11:59:38 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-01-28 11:38:18 +0100
commitd4580e8d2e81365e27c3002cdbb19aa272478cd2 (patch)
treea2d7374a4b9abb718f2911bd6a5d96233abafc86
parent691b4469b3cf94273514f2f41563ab608120643b (diff)
apalis-tk1: move install of the x11 drivers
Move installing of the driver package from machine firmware to the XSERVER variable where it belongs. This allows an image without X11 to not pull in unnedded userspace drivers. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 8c8b350b079619edde97e0c11b90f85062532911)
-rw-r--r--conf/machine/apalis-tk1.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 4df80e1..b71dc40 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -73,12 +73,12 @@ XSERVER ?= " \
xf86-input-keyboard \
xf86-input-mouse \
xf86-video-modesetting \
+ linux-driver-package \
"
MACHINE_FEATURES = "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci "
MACHINE_EXTRA_RDEPENDS = " \
tdx-k20-fw \
- linux-driver-package \
linux-driver-package-boot \
linux-driver-package-firmware \
linux-driver-package-firstboot \