From b72726c17134e0788089d3d96d275a40e599e7e8 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 27 Aug 2025 08:11:25 +0200 Subject: [PATCH] fix: update to kernel 6.15.8 --- conf/layer.conf | 2 +- .../linux/{linux-megi_6.15.6.bb => linux-megi_6.15.8.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-kernel/linux/{linux-megi_6.15.6.bb => linux-megi_6.15.8.bb} (100%) diff --git a/conf/layer.conf b/conf/layer.conf index de9627c..d480948 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,7 +15,7 @@ LAYERSERIES_COMPAT_meta-pinephone-diya = "walnascar" MACHINE ?= "pinephone" PREFERRED_PROVIDER_virtual/kernel = "linux-megi" -PREFERRED_VERSION_linux-megi = "6.15.6" +PREFERRED_VERSION_linux-megi = "6.15.8" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-megous" PREFERRED_PROVIDER_u-boot = "u-boot-megous" diff --git a/recipes-kernel/linux/linux-megi_6.15.6.bb b/recipes-kernel/linux/linux-megi_6.15.8.bb similarity index 100% rename from recipes-kernel/linux/linux-megi_6.15.6.bb rename to recipes-kernel/linux/linux-megi_6.15.8.bb