From 9977a2e62e1a5a4b1755c9efe4e36ce3ee99f2f5 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 27 Feb 2015 00:10:46 +0100 Subject: zaurus.inc: use linux-handheld kernel Many patches have been merged in 3.19 and 4.0 so we simplify the kernel recipe catching up with upstream. This patch could be possibly reverted after linux-yocto_4.0. Signed-off-by: Andrea Adami --- conf/machine/include/zaurus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index f74b987..3d5293f 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/include/zaurus.inc @@ -20,7 +20,7 @@ XSERVER = "xserver-xorg xf86-video-fbdev xf86-input-keyboard xf86-input-mouse xf # kernel ######## -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" +PREFERRED_PROVIDER_virtual/kernel = "linux-handheld" # Default bootloader expects "zImage", use "uImage" for u-boot # Note: kexecboot can boot both kind of images -- cgit 1.2.3-korg