[dpdk-dev] [PATCH 02/17] eal: add eal library to meson build

Van Haaren, Harry harry.van.haaren at intel.com
Mon Sep 4 15:53:56 CEST 2017


> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson
> Sent: Friday, September 1, 2017 11:04 AM
> To: dev at dpdk.org
> Cc: Richardson, Bruce <bruce.richardson at intel.com>
> Subject: [dpdk-dev] [PATCH 02/17] eal: add eal library to meson build
> 
> Support building the EAL with meson and ninja. This involves a number of
> different meson.build files for iterating through all the different
> subdirectories in the EAL. The library itself will be compiled on build but
> the header files are only copied from their initial location once "ninja
> install" is run. Instead, we use meson dependency tracking to ensure that
> other libraries which use the EAL headers can find them in their original
> locations.
> 
> Note: this does not include building kernel modules on either BSD or Linux
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Reviewed-by: Harry van Haaren <harry.van.haaren at intel.com>


More information about the dev mailing list