From 4315935baf52bf37fd075e6a55700abf0fd5607a Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 3 Feb 2023 18:17:47 +0100 Subject: machine: puma-haikou: select vendor linux-tsd recipe as default Linux Since our vendor Linux tree is newer than what's currently offered by Yocto and we also happen to support a tiny bit more than upstream does at the moment, let's make our vendor kernel tree the default one. Signed-off-by: Quentin Schulz --- conf/machine/puma-haikou.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/puma-haikou.conf b/conf/machine/puma-haikou.conf index 698b453..e516425 100644 --- a/conf/machine/puma-haikou.conf +++ b/conf/machine/puma-haikou.conf @@ -19,6 +19,8 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" PREFERRED_VERSION_linux-yocto = "5.10%" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-tsd" PREFERRED_PROVIDER_u-boot = "u-boot-tsd" +PREFERRED_PROVIDER_virtual/kernel = "linux-tsd" +PREFERRED_VERSION_linux-tsd = "6.0" ############################################################## # Rockchip Android 4.4 vendor kernel configuration/selection # -- cgit v1.2.3