summaryrefslogtreecommitdiff
path: root/conf/machine/puma-haikou.conf
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2024-03-20 11:39:43 +0100
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2024-05-13 13:43:43 +0000
commiteaebd27ba69bff2e7692096cebfa6bb64df41673 (patch)
tree8dc0bbcba8d466aec0b1d7f8a308dbe6223a6671 /conf/machine/puma-haikou.conf
parente913a7f268b9f61497bf61c2d1c08ea29a4d416e (diff)
kernel: linux: linux-yocto: remove support for linux-yocto kernels for Puma
Since we now have a Puma kernel that is based on v6.0.2 in linux-tsd_6.0, let's remove the support for other linux-yocto recipes which are older than that. The support for linux-yocto recipes was added as a intermediate solution until Puma got a newer downstream branch for Puma instead of using that ancient Rockchip Android 4.4 kernel. This may be revisited if we have proper CI and time to allocate to testing more flavors than just linux-tsd ones. For now, let's not mislead users into thinking linux-yocto support is actively maintained and tested. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Diffstat (limited to 'conf/machine/puma-haikou.conf')
-rw-r--r--conf/machine/puma-haikou.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/puma-haikou.conf b/conf/machine/puma-haikou.conf
index e516425..8b27e8e 100644
--- a/conf/machine/puma-haikou.conf
+++ b/conf/machine/puma-haikou.conf
@@ -16,7 +16,6 @@ IMAGE_FSTYPES += "wic wic.bmap"
SERIAL_CONSOLES = "115200;ttyS0"
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"