diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2018-08-25 20:51:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-28 10:31:13 +0100 |
commit | fd1da1ac6e7603159b589c9d85b4a26a4a6978a9 (patch) | |
tree | aa73bfde97b64eceefea27a80926f217398aaff7 /meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | |
parent | ed84cafb037e27f2ebd777b424174808ad7c9265 (diff) | |
download | poky-fd1da1ac6e7603159b589c9d85b4a26a4a6978a9.tar.gz |
meta-yocto-bsp: Bump the kernel to v4.18
Bump the kernel to v4.18 for all the boards in meta-yocto-bsp layer.
(From meta-yocto rev: 1e672581cc3fc695570f1ae9f951efbe4b05733a)
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/mpc8315e-rdb.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index 441987a78e..6f5b9859d7 100644 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | |||
@@ -14,7 +14,7 @@ SERIAL_CONSOLES = "115200;ttyS0" | |||
14 | 14 | ||
15 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | 15 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" |
16 | 16 | ||
17 | PREFERRED_VERSION_linux-yocto ?= "4.15%" | 17 | PREFERRED_VERSION_linux-yocto ?= "4.18%" |
18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
19 | 19 | ||
20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |