diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2016-03-02 19:10:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:45 +0000 |
commit | fb437d338a1ecf09ee800eecb9b2b06b1a73ee51 (patch) | |
tree | 4a342e0d4f7651b33307e9fc79b3bd4c1ed469ab /meta-yocto-bsp/conf/machine/beaglebone.conf | |
parent | fbedac4f10662f2b45efbdb1495e8bd702cf45ae (diff) | |
download | poky-fb437d338a1ecf09ee800eecb9b2b06b1a73ee51.tar.gz |
meta-yocto-bsp: bump to linux-yocto 4.4 for the non-x86 BSPs
Boot test for all these boards.
(From meta-yocto rev: 1518fae6804aff25939907d1be7c2b873f74e81f)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/beaglebone.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index ff46fb2bf2..179d135a5e 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf | |||
@@ -22,7 +22,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " | |||
22 | SERIAL_CONSOLE = "115200 ttyO0" | 22 | SERIAL_CONSOLE = "115200 ttyO0" |
23 | 23 | ||
24 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 24 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
25 | PREFERRED_VERSION_linux-yocto ?= "4.1%" | 25 | PREFERRED_VERSION_linux-yocto ?= "4.4%" |
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" | 28 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" |