From 81c4a2b3ad5898dd4d8bdaf0a6444f0a1d727c7a Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 9 Apr 2018 11:07:47 -0400 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-veyron_3.14.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-veyron_3.14.0.bb b/recipes-kernel/linux/linux-veyron_3.14.0.bb index 80edd28..2aac9d5 100644 --- a/recipes-kernel/linux/linux-veyron_3.14.0.bb +++ b/recipes-kernel/linux/linux-veyron_3.14.0.bb @@ -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"