Re: [dpdk-dev] [PATCH 6/6] devtools: load target-specific compilation environment

2019-08-13 Thread Luca Boccassi
On Tue, 2019-08-13 at 01:03 +0200, Thomas Monjalon wrote: > In order to re-use the same test environment as with > test-build.sh, the configuration file is loaded at each build, > after adjusting the variable DPDK_TARGET. > > This is especially useful to set the variable PKG_CONFIG_PATH, > or defi

[dpdk-dev] [PATCH 6/6] devtools: load target-specific compilation environment

2019-08-12 Thread Thomas Monjalon
In order to re-use the same test environment as with test-build.sh, the configuration file is loaded at each build, after adjusting the variable DPDK_TARGET. This is especially useful to set the variable PKG_CONFIG_PATH, or define some meson options (without -D) in DPDK_MESON_OPTIONS. The DPDK_TA