machine: Add support to the veyron-speedy machine desc. to work with sato images

This includes modules and firmwares to have a working drm and wifi. It also
defines the right x11 packages and dependencies.

Signed-off-by: Romain Perier <romain.perier@gmail.com>
This commit is contained in:
Romain Perier 2015-09-13 13:30:03 +02:00
parent 969b72e26a
commit c1a0b02951

View File

@ -7,4 +7,13 @@
#https://www.google.com/chromebook/find/#?device=asus-chromebook-c201
include conf/machine/include/rk3288.inc
KERNEL_DEVICETREE = "rk3288-veyron-speedy.dtb"
KERNEL_DEVICETREE = "rk3288-speedy.dtb"
MACHINE_EXTRA_RDEPENDS = "linux-firmware-bcm4354 linux-firmware-bcm-veyron kernel-module-brcmfmac kernel-module-cros-ec-accel kernel-module-btbcm kernel-module-hci-uart"
PREFERRED_PROVIDER_virtual/kernel = "linux-veyron"
XSERVER = " xserver-xorg \
xf86-video-armsoc-rockchip \
xf86-input-evdev \
xf86-input-synaptics \
xf86-input-keyboard"