summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2015-09-30 05:38:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:39 +0100
commitf2933cc5f9f3287daa206cf166f7f67881327be3 (patch)
tree3cdacc9ebadb1218430a41b185d8d603e5ee5cd0 /scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf
parent8283a57db845b2fc407909909460cb58e5baafd7 (diff)
downloadpoky-f2933cc5f9f3287daa206cf166f7f67881327be3.tar.gz
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 <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf2
1 files changed, 1 insertions, 1 deletions
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 \
74 xf86-input-evdev \ 74 xf86-input-evdev \
75 xf86-video-fbdev" 75 xf86-video-fbdev"
76 76
77PREFERRED_VERSION_u-boot ?= "v2015.01%" 77PREFERRED_VERSION_u-boot ?= "v2015.07%"
78{{ input type:"edit" name:"uboot_entrypoint" prio:"40" msg:"Please specify a value for UBOOT_ENTRYPOINT:" default:"0x00000000" }} 78{{ input type:"edit" name:"uboot_entrypoint" prio:"40" msg:"Please specify a value for UBOOT_ENTRYPOINT:" default:"0x00000000" }}
79UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}" 79UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}"
80 80