summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-02-03 18:17:47 +0100
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-02-03 18:35:20 +0100
commit4315935baf52bf37fd075e6a55700abf0fd5607a (patch)
tree48c372d12f570a121654d31f8ce6636cfe1d1725
parentdea2b391b2966c75269a2a5196b00e37ba225f8d (diff)
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 <quentin.schulz@theobroma-systems.com>
-rw-r--r--conf/machine/puma-haikou.conf2
1 files changed, 2 insertions, 0 deletions
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 #