DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] generalize builds apps using meson
@ 2018-02-16 16:53 Bruce Richardson
  2018-02-16 16:53 ` [dpdk-dev] [PATCH 1/3] app: generalize building of " Bruce Richardson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bruce Richardson @ 2018-02-16 16:53 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

Put the building of the apps into a foreach loop as is done with the libs
and drivers in the DPDK meson build. This will reduce the path needed to
call the compiled binaries in the build directory by one level, while the
main benefit is reduced code duplication between the different apps.

Bruce Richardson (3):
  app: generalize building of apps using meson
  app/proc_info: rename folder to remove underscore
  app: add all remaining apps to meson build

 app/meson.build                       | 47 +++++++++++++++++++++++++++++++++--
 app/pdump/meson.build                 |  6 +++++
 app/{proc_info => proc-info}/Makefile |  0
 app/{proc_info => proc-info}/main.c   |  0
 app/proc-info/meson.build             |  6 +++++
 app/test-bbdev/meson.build            |  9 +++++++
 app/test-crypto-perf/meson.build      | 14 +++++++++++
 app/test-eventdev/meson.build         | 15 +----------
 app/test-pmd/meson.build              | 20 ++-------------
 9 files changed, 83 insertions(+), 34 deletions(-)
 create mode 100644 app/pdump/meson.build
 rename app/{proc_info => proc-info}/Makefile (100%)
 rename app/{proc_info => proc-info}/main.c (100%)
 create mode 100644 app/proc-info/meson.build
 create mode 100644 app/test-bbdev/meson.build
 create mode 100644 app/test-crypto-perf/meson.build

-- 
2.14.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-12 15:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-16 16:53 [dpdk-dev] [PATCH 0/3] generalize builds apps using meson Bruce Richardson
2018-02-16 16:53 ` [dpdk-dev] [PATCH 1/3] app: generalize building of " Bruce Richardson
2018-03-12 12:25   ` Van Haaren, Harry
2018-02-16 16:53 ` [dpdk-dev] [PATCH 2/3] app/proc_info: rename folder to remove underscore Bruce Richardson
2018-03-12 12:30   ` Van Haaren, Harry
2018-02-16 16:53 ` [dpdk-dev] [PATCH 3/3] app: add all remaining apps to meson build Bruce Richardson
2018-03-12 12:29   ` Van Haaren, Harry
2018-03-12 15:06 ` [dpdk-dev] [PATCH 0/3] generalize builds apps using meson Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).