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
9ead517ec4
commit
49190376ce
@ -267,6 +267,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 lua /usr/bin/*
|
removefrom lua /usr/bin/*
|
||||||
removefrom madan-fonts /usr/share/fonts/madan/*
|
removefrom madan-fonts /usr/share/fonts/madan/*
|
||||||
|
Loading…
Reference in New Issue
Block a user