mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky: set linux-yocto default to 4.18
4.18 will be the newest kernel in the upcoming release, so we bump our default to it in preparation of 4.15 being dropped. (From meta-yocto rev: 698c1edd9a258a891b7f1373c3468218e6440856) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a842b02a87
commit
eacb605ff7
@@ -21,7 +21,7 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
|
||||
|
||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "4.14%"
|
||||
PREFERRED_VERSION_linux-yocto ?= "4.18%"
|
||||
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
|
||||
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user