diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-28 17:48:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 23:04:36 +0100 |
commit | 8fe1e244d7760581aecafb7454cba3f4f5046c5d (patch) | |
tree | 1a6f17d316be712ba5289e5d2af7a88d432d0ce3 /meta-yocto-bsp | |
parent | 76b1d595cd7104797495067cc8c59db631edb75d (diff) | |
download | poky-8fe1e244d7760581aecafb7454cba3f4f5046c5d.tar.gz |
beaglebone: Switch to linux-yocto 3.14
(From meta-yocto rev: c178be238b92212dc866f8e039aaa84003aaafda)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 0765b33e24..4a617e0357 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf | |||
@@ -22,8 +22,8 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " | |||
22 | 22 | ||
23 | SERIAL_CONSOLE = "115200 ttyO2" | 23 | SERIAL_CONSOLE = "115200 ttyO2" |
24 | 24 | ||
25 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev" | 25 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
26 | PREFERRED_VERSION_linux-yocto-dev ?= "3.14%" | 26 | PREFERRED_VERSION_linux-yocto ?= "3.14%" |
27 | 27 | ||
28 | KERNEL_IMAGETYPE = "zImage" | 28 | KERNEL_IMAGETYPE = "zImage" |
29 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" | 29 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" |