All plug-ins except those explicitly rebased are disabled 17/8517/2
authorJonas Bjurel <jonas.bjurel@ericsson.com>
Sun, 24 Jan 2016 21:29:06 +0000 (22:29 +0100)
committerStefan Berg <sfb@consultron.com>
Fri, 29 Jan 2016 13:25:44 +0000 (14:25 +0100)
Plugin providers need to enable plugins as they get rebased to Fuel8
and builds successfully

Change-Id: Iea0847a1fc0484cf0900912ab6e07bfa501bc479
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit 307abd417ed218d1245f8fd829d0265999f3ae18)

build/f_isoroot/Makefile

index ec0db48..babb5d6 100644 (file)
@@ -9,7 +9,8 @@
 ##############################################################################
 
 # Add Fuel plugin build targets here
-PLUGINS = f_odlpluginbuild f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild f_onosfwpluginbuild f_bgpvpn-pluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild
+PLUGINS = f_odlpluginbuild
+#NON_8-0_REBASED_PLUGINS = f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild f_onosfwpluginbuild f_bgpvpn-pluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild
 
 # If the BUILD_FUEL_PLUGINS environment variable is set, only build the plugins
 # indicated therein.