linux-veyron: last one MACHINE change fix

It looks like this COMPATIBLE_MACHINE fix was missed when the MACHINEs were
renamed.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2018-04-09 11:07:47 -04:00
parent 4f572b0381
commit 81c4a2b3ad

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"