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 09:55:37 +0100
commit8c8b350b079619edde97e0c11b90f85062532911 (patch)
treeac8b4f6e39ff76f3d82ad3fdbb44f5ad45e12923
parent8d3d527425b592480900d006c76694877755486a (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>
-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 1a17720..7986ee5 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -70,12 +70,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 \