From c1f94e46497623bfb8c5d5a2f9bded641fcc6ac8 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 21 May 2014 23:26:21 +0200 Subject: h1940: prefer linux-yocto kernel h1940 was using linux-yocto-dev, waiting for inclusion in linux-yocto_3.14. Support is now present so we can switch back to the standard kernel provider. Signed-off-by: Andrea Adami --- conf/machine/h1940.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf index 5945363..7a6b5a2 100644 --- a/conf/machine/h1940.conf +++ b/conf/machine/h1940.conf @@ -9,7 +9,7 @@ require conf/machine/include/tune-arm920t.inc # Set preferred providers -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev" +PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" KERNEL_IMAGETYPE = "uImage" UBOOT_LOADADDRESS = "0x30108000" -- cgit 1.2.3-korg