summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/powerpc/conf
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2016-03-03 15:17:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-09 16:58:14 +0000
commita27ca6da59e6939a5bbab641236f7f792c03694f (patch)
treeff925b162f6e620e66f1dd049ff673cb68f66a1a /scripts/lib/bsp/substrate/target/arch/powerpc/conf
parent2d0933ce31619f9dd0c28c5ed3486059442c250b (diff)
downloadpoky-a27ca6da59e6939a5bbab641236f7f792c03694f.tar.gz
yocto-bsp: Update templates to 4.4 kernel
Add kernel 4.4 support. kernel 4.1 was left in the tree for user to choose between 4.1 and 4.4. [YOCTO #9047] (From meta-yocto rev: c04093ec9b3cd151cf857bca9ad35bc9a0d4a4b1) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/powerpc/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 018146fc0c..583c5e44fd 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.07%" 77PREFERRED_VERSION_u-boot ?= "v2016.01%"
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