Note dpdk_config_options in d/changelog 02/16002/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 16 Nov 2018 16:30:46 +0000 (16:30 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 16 Nov 2018 16:30:46 +0000 (16:30 +0000)
Change-Id: I7d89fa418053b81bbe4cd8bd279bcfd02c3787b3
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/changelog

index d8aa836..b454080 100644 (file)
@@ -47,6 +47,10 @@ dpdk (18.11-rc3-1~git1.1) UNRELEASED; urgency=medium
     and the former is not needed as we no longer support vhost-user
     in client mode. Please switch to server mode.
   * d/p/0003-build-set-mfpu-neon-flag-for-armv7a-builds.patch: fix armhf build
+  * Add new DEB_BUILD_OPTIONS dpdk_config_options that accepts a comma
+    separated list (no spaces) of additional DPDK build configure options that
+    will be passed to Meson. Substitutes support for custom legacy Makefile
+    config files.
 
   [ Christian Ehrhardt ]
   * d/p/0001-build-avoid-non-supported-march-on-ppc-meson.patch: fix ppc build