[oe] [meta-handheld][PATCH 2/3] h1940: prefer linux-yocto kernel

Andrea Adami andrea.adami at gmail.com
Wed May 21 21:26:21 UTC 2014


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 <andrea.adami at gmail.com>
---
 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"
-- 
1.9.1




More information about the Openembedded-devel mailing list