
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>
11 lines
362 B
Text
11 lines
362 B
Text
#@TYPE: Machine
|
|
#@NAME: Bananapi M1+
|
|
#@DESCRIPTION: Machine configuration for the Bananapi M1+, based on allwinner A20 CPU http://bananapi.org/
|
|
|
|
MACHINEOVERRIDES = "bananapi:${MACHINE}"
|
|
|
|
include conf/machine/bananapi.conf
|
|
|
|
KERNEL_DEVICETREE = "sun7i-a20-bananapi-m1-plus.dtb"
|
|
UBOOT_MACHINE = "bananapi_m1_plus_config"
|
|
PREFERRED_VERSION_linux-mainline = "4.17.3"
|