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:
parent
d10a0dc009
commit
dee12841dd
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ include conf/machine/bananapi.conf
|
||||||
|
|
||||||
KERNEL_DEVICETREE = "sun7i-a20-bananapi-m1-plus.dtb"
|
KERNEL_DEVICETREE = "sun7i-a20-bananapi-m1-plus.dtb"
|
||||||
UBOOT_MACHINE = "bananapi_m1_plus_config"
|
UBOOT_MACHINE = "bananapi_m1_plus_config"
|
||||||
PREFERRED_VERSION_linux-mainline = "4.14.15"
|
PREFERRED_VERSION_linux-mainline = "4.17.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue