more MACHINE name fixes

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2018-04-10 01:36:28 -04:00
parent f4c040aab4
commit 4075daaa7e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ XSERVER = "xserver-xorg \
xf86-input-mouse \
xf86-input-keyboard"
PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0"
PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip"
KERNEL_IMAGETYPE = "zImage"

View File

@ -24,7 +24,7 @@ LINUX_VERSION_EXTENSION = ""
PR = "r1"
PV = "${LINUX_VERSION}"
COMPATIBLE_MACHINE = "(rk3288-veyron-speedy)"
COMPATIBLE_MACHINE = "(veyron-speedy)"
# The chromeos kernel uses the wifi subsystem v3.8
export WIFIVERSION="-3.8"