linux-hwe-6.5: fix path for ppc64el build required change.

This commit is contained in:
Luis Guzman 2024-03-30 20:57:01 +00:00
parent e1d1c6724c
commit 46e3d5e4e2

View file

@ -301,7 +301,7 @@ if [ $HWE_ENABLED != 1 ]; then
else else
# HWEKR - 6.5+ # HWEKR - 6.5+
## Disable ppc64el Werroron amdgpu ## 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 do
sed -i "/CONFIG_DRM_AMDGPU_WERROR/s|'ppc64el': 'y'|'ppc64el': 'n'|" $i sed -i "/CONFIG_DRM_AMDGPU_WERROR/s|'ppc64el': 'y'|'ppc64el': 'n'|" $i
done done