Re: [PATCH v5 3/9] ci: allow use of DPDK tools when building examples

2023-10-17 Thread Aaron Conole
Bruce Richardson writes: > To allow use of the DPDK python scripts (installed in $(prefix)/bin) > from within the makefiles of our examples, we need to export the PATH > variable with the location of our installed scripts from within our CI > scripts. This matches what is already done for other p

[PATCH v5 3/9] ci: allow use of DPDK tools when building examples

2023-10-17 Thread Bruce Richardson
To allow use of the DPDK python scripts (installed in $(prefix)/bin) from within the makefiles of our examples, we need to export the PATH variable with the location of our installed scripts from within our CI scripts. This matches what is already done for other paths e.g. the PKG_CONFIG_PATH varia