From 844e3052991bbebd37262f56c199571505d1f286 Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Mon, 1 Jun 2026 10:51:55 +0300 Subject: [PATCH] amdgpu: fix recipe comment to reference Linux 7.1 (not 7.0-rc7) The amdgpu-source tree was upgraded from Linux 7.0-rc7 to 7.1. The old backup remains at amdgpu-source.bak-7.0-rc7. --- local/recipes/gpu/amdgpu/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/recipes/gpu/amdgpu/recipe.toml b/local/recipes/gpu/amdgpu/recipe.toml index eb72563ea6..9a0fbd94c9 100644 --- a/local/recipes/gpu/amdgpu/recipe.toml +++ b/local/recipes/gpu/amdgpu/recipe.toml @@ -5,7 +5,7 @@ # plus Mesa radeonsi backend enablement. [source] -# Local overlay recipe. The extracted Linux 7.0-rc7 AMDGPU tree lives next to this +# Local overlay recipe. The extracted Linux 7.1 AMDGPU tree lives next to this # recipe at ../amdgpu-source and is referenced by the custom build script below. path = "source"