Drop dpaa2 firmware on non-aarch64 arches
AFAICS, the devices that need these firmwares - various boards built by NXP, https://www.nxp.com - are all aarch64. So we don't need to carry these firmware files in the installer env for other arches. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c1d247e0f5
commit
2078c83704
@ -234,6 +234,9 @@ removefrom linux-firmware /usr/lib/firmware/as102*
|
|||||||
removefrom linux-firmware /usr/lib/firmware/qcom/venus*/*
|
removefrom linux-firmware /usr/lib/firmware/qcom/venus*/*
|
||||||
removefrom linux-firmware /usr/lib/firmware/meson/vdec/*
|
removefrom linux-firmware /usr/lib/firmware/meson/vdec/*
|
||||||
removefrom linux-firmware /usr/lib/firmware/mellanox/mlxsw_spectrum*
|
removefrom linux-firmware /usr/lib/firmware/mellanox/mlxsw_spectrum*
|
||||||
|
%if basearch != "aarch64":
|
||||||
|
removefrom linux-firmware /usr/lib/firmware/dpaa2/*
|
||||||
|
%endif
|
||||||
removefrom lldpad /etc/*
|
removefrom lldpad /etc/*
|
||||||
removefrom mdadm /etc/*
|
removefrom mdadm /etc/*
|
||||||
removefrom mesa-dri-drivers /usr/${libdir}/dri/*_video.so
|
removefrom mesa-dri-drivers /usr/${libdir}/dri/*_video.so
|
||||||
|
Loading…
Reference in New Issue
Block a user