From f2933cc5f9f3287daa206cf166f7f67881327be3 Mon Sep 17 00:00:00 2001 From: Leonardo Sandoval Date: Wed, 30 Sep 2015 05:38:34 +0000 Subject: yocto-bsp: Update templates to 4.1 kernel Add 4.1 kernel support. Old bbapends were not removed, so user still have the option for 3.14/3.19 kernels. (From meta-yocto rev: f47ea7224765a3c3da3a9e0a989173b2b1950cfc) Signed-off-by: Leonardo Sandoval 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') 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 c94f7f9e3f..018146fc0c 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 ?= "v2015.01%" +PREFERRED_VERSION_u-boot ?= "v2015.07%" {{ 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