From d1cca12209282b4a9a1f2ecc8c990d50a24515b4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 4 May 2019 11:53:01 +0200 Subject: apalis-tk1: unconditionally install linux-driver-package linux-driver-package* contains more than just X11 components. Signed-off-by: Max Krummenacher --- conf/machine/apalis-tk1.conf | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'conf/machine/apalis-tk1.conf') diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index eb002df..8555213 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -56,20 +56,23 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa" #xf86-video-nouveau #our fs-init may conflict with linux-driver-package-firstboot -XSERVER ?= "xserver-xorg \ - linux-driver-package \ - linux-driver-package-boot \ - linux-driver-package-firmware \ - linux-driver-package-firstboot \ - mesa-driver-swrast \ - xf86-input-evdev \ - xf86-input-keyboard \ - xf86-input-mouse \ - xf86-video-modesetting \ - " +XSERVER ?= " \ + xserver-xorg \ + mesa-driver-swrast \ + xf86-input-evdev \ + xf86-input-keyboard \ + xf86-input-mouse \ + xf86-video-modesetting \ +" MACHINE_FEATURES = "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci " -MACHINE_EXTRA_RDEPENDS = "tdx-k20-fw" +MACHINE_EXTRA_RDEPENDS = " \ + tdx-k20-fw \ + linux-driver-package \ + linux-driver-package-boot \ + linux-driver-package-firmware \ + linux-driver-package-firstboot \ +" EXTRA_IMAGEDEPENDS += "u-boot" # used by sysvinit_2 -- cgit v1.2.3