From 369932178fe9e7aa4a6d0e2ef1e2e539be701d02 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 27 Feb 2015 09:33:44 -0600 Subject: yocto-bsp: Update templates to 3.19 kernel Add 3.19 kernel support and remove 3.10 and 3.17 support. 'Fixes' [YOCTO #7391]. (From meta-yocto rev: fe9b3c567230e815f528431f1098626669a9568f) Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf') diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf index 48fcb2bbbe..c94f7f9e3f 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf @@ -74,7 +74,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-evdev \ xf86-video-fbdev" -PREFERRED_VERSION_u-boot ?= "v2013.07%" +PREFERRED_VERSION_u-boot ?= "v2015.01%" {{ input type:"edit" name:"uboot_entrypoint" prio:"40" msg:"Please specify a value for UBOOT_ENTRYPOINT:" default:"0x00000000" }} UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}" -- cgit v1.2.3-54-g00ecf