From 4075daaa7e0c875f34b0ad503bff05f1f09ea6aa Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 10 Apr 2018 01:36:28 -0400 Subject: [PATCH] more MACHINE name fixes Signed-off-by: Trevor Woerner --- conf/machine/include/rk3066.inc | 2 +- recipes-kernel/linux/linux-veyron_3.14.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/rk3066.inc b/conf/machine/include/rk3066.inc index d43a88c..516976e 100644 --- a/conf/machine/include/rk3066.inc +++ b/conf/machine/include/rk3066.inc @@ -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" 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"