From 5546e43f7943d6edff6c6587ed4e7233e8002e28 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 30 Sep 2021 20:04:14 +0200 Subject: build: don't hardcode triplet, allow specifying custom lib dir Type: fix Change-Id: I33f364fda88914f88f9b976cb83e6d3ff466f0bb Signed-off-by: Damjan Marion Signed-off-by: Ray Kinsella --- src/vpp/conf/startup.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index ee10faa8683..a879db38864 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -201,6 +201,8 @@ cpu { # plugins { ## Adjusting the plugin path depending on where the VPP plugins are # path /ws/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins + ## Add additional directory to the plugin path + # add-path /tmp/vpp_plugins ## Disable all plugins by default and then selectively enable specific plugins # plugin default { disable } -- cgit 1.2.3-korg