19/03/2025 12:10, Pavan Nikhilesh Bhagavatula: > > Hi Gregory, > > > > > Arm meson.build unconditionally relays on the `extra_features` > > > member of SoC configuration. > > > > > > SoC dictionary is populated for Arm CPUs with generic instruction set > > > only. > > > For Arm CPUs with native CPU instruction set the SoC dictionary is > > > empty. > > > > > > meson setup failed for the BlueField-3 because it belongs to > > > the native Arm CPU instruction set. > > > > > > The patch adds global definition for extra_features. > > > > > > Fixes: 7829776d0abf ("config/arm: add extra -march features") > > > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > > Acked-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Applied, thanks.