numam-dpdk/config/arm
Bruce Richardson 8a19276261 bus/dpaa2: fix default IOVA setting for meson builds
By default, the DPAA2_USE_PHYS_IOVA setting with the make build-system
is "y", which is overridden to "n" in the config file specifically for
the arm64-dpaa2-linuxapp-gcc builds. The lack of this setting in meson
builds causes issues for 32-bit build, as the alternative code paths
have compiler warnings e.g. for i686 builds. Therefore we should align
the meson and make settings, setting the value to "true" by default and
overriding it to "false" for dpaa2-specific builds.

Fixes: 6ec78c2463 ("build: add meson support for dpaaX platforms")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2018-07-12 12:25:20 +02:00
..
arm64_armv8_linuxapp_gcc build: add more implementers IDs and PNs for ARM 2018-02-06 14:44:31 +01:00
arm64_dpaa2_linuxapp_gcc build: add meson cross-compilation config for dpaaX 2018-03-15 18:01:01 +01:00
arm64_dpaa_linuxapp_gcc build: add meson cross-compilation config for dpaaX 2018-03-15 18:01:01 +01:00
arm64_thunderx_linuxapp_gcc build: fix meson warning 2018-07-11 21:14:21 +02:00
armv8_machine.py build: detect micro-arch on ARM 2018-01-30 21:59:00 +01:00
meson.build bus/dpaa2: fix default IOVA setting for meson builds 2018-07-12 12:25:20 +02:00