Merge "submodule: Kill yardstick"
[armband.git] / patches / opnfv-fuel / 0041-build-Allow-PLUGINS-override.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Wed, 10 Aug 2016 16:43:39 +0200
3 Subject: [PATCH] build: Allow PLUGINS override
4
5 Instead of using BUILD_FUEL_PLUGINS, which was intended for manual
6 overrides of the Fule@OPNFV plugin list, allow PLUGINS to be
7 preset to a custom list, which we will provide via Armband
8 Makefile spec.
9
10 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
11 ---
12  build/f_isoroot/Makefile | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile
16 index 4df7bcb..448f415 100644
17 --- a/build/f_isoroot/Makefile
18 +++ b/build/f_isoroot/Makefile
19 @@ -11,7 +11,7 @@
20  # Add Fuel plugin build targets here
21  # Plugins disabled for the Fuel Mitaka uplift. Please re-enable your plugin as you have
22  # verified it!
23 -PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_vsperfpluginbuild f_ovs-nsh-dpdk-pluginbuild f_yardstick-pluginbuild f_kvm-pluginbuild f_bgpvpn-pluginbuild f_collectd-ceilometer-pluginbuild
24 +PLUGINS ?= f_odlpluginbuild f_onosfwpluginbuild f_vsperfpluginbuild f_ovs-nsh-dpdk-pluginbuild f_yardstick-pluginbuild f_kvm-pluginbuild f_bgpvpn-pluginbuild f_collectd-ceilometer-pluginbuild
25  #PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild f_ovs-nsh-dpdk-pluginbuild f_bgpvpn-pluginbuild
26  export PLUGINS
27  #NON_8-0_REBASED_PLUGINS = f_bgpvpn-pluginbuild