From 8990b921d1a3f496f9710f0046fc62326fab212a Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sat, 7 Apr 2018 09:06:56 -0400 Subject: [PATCH] rename machines: veyron-speedy fixup A machine rename fixup was missed: adjusting COMPATIBLE_MACHINE for linux-veyron recipe. 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 a983770..9a0998c 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"