linux-hwe-6.5: fix path for ppc64el build required change.
This commit is contained in:
parent
e1d1c6724c
commit
46e3d5e4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue