bananapi-m1-plus.conf: Set current kernel version

Kernel version 4.14.15 is not available anymore and 4.17.3
gets built anyway. So let's set 4.17.3 as preferred version
for the Bananapi M1 + to avoid the build complaining 4.14.15
kernel recipe is missing from the layers.

Changelog-entry: Set PREFERRED_VERSION linux-mainline to 4.17.3 for bananapi-m1-plus
Signed-off-by: Florin Sarbu <florin@resin.io>
This commit is contained in:
Florin Sarbu 2018-09-10 13:51:53 +02:00
parent d10a0dc009
commit dee12841dd

View file

@ -8,4 +8,4 @@ include conf/machine/bananapi.conf
KERNEL_DEVICETREE = "sun7i-a20-bananapi-m1-plus.dtb"
UBOOT_MACHINE = "bananapi_m1_plus_config"
PREFERRED_VERSION_linux-mainline = "4.14.15"
PREFERRED_VERSION_linux-mainline = "4.17.3"