diff options
-rw-r--r-- | conf/machine/apalis-tk1.conf | 27 |
1 files changed, 15 insertions, 12 deletions
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 |