zephyr-kernel-src set default preferred version to 2.6.0

Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com>
This commit is contained in:
Wojciech Zmuda
2021-06-08 13:50:48 +02:00
committed by Naveen Saini
parent 426c7d9db3
commit 530e0a46c5

View File

@@ -22,5 +22,5 @@ SRC_URI = "\
S = "${WORKDIR}/git"
# Default to a stable version
PREFERRED_VERSION_zephyr-kernel ??= "2.5.0"
PREFERRED_VERSION_zephyr-kernel ??= "2.6.0"
include zephyr-kernel-src-${PREFERRED_VERSION_zephyr-kernel}.inc