From d4580e8d2e81365e27c3002cdbb19aa272478cd2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 13 Dec 2019 11:59:38 +0100 Subject: 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 (cherry picked from commit 8c8b350b079619edde97e0c11b90f85062532911) --- conf/machine/apalis-tk1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3