From 46e3d5e4e2936120cffda040509953cca1765bac Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Sat, 30 Mar 2024 20:57:01 +0000 Subject: [PATCH] linux-hwe-6.5: fix path for ppc64el build required change. --- helpers/make-linux-hwe-6.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-linux-hwe-6.5 b/helpers/make-linux-hwe-6.5 index ef7751a..65d0256 100644 --- a/helpers/make-linux-hwe-6.5 +++ b/helpers/make-linux-hwe-6.5 @@ -301,7 +301,7 @@ if [ $HWE_ENABLED != 1 ]; then else # HWEKR - 6.5+ ## Disable ppc64el Werroron amdgpu - for i in $(grep -rl CONFIG_DRM_AMDGPU_WERROR $DEBIAN_PATH/config/annotations) + for i in $(grep -rl CONFIG_DRM_AMDGPU_WERROR debian.*/config/annotations) do sed -i "/CONFIG_DRM_AMDGPU_WERROR/s|'ppc64el': 'y'|'ppc64el': 'n'|" $i done