All plug-ins except those explicitly rebased are disabled 27/7827/1
authorJonas Bjurel <jonas.bjurel@ericsson.com>
Sun, 24 Jan 2016 21:29:06 +0000 (22:29 +0100)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Sun, 24 Jan 2016 21:29:06 +0000 (22:29 +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>
build/f_isoroot/Makefile

index bae2fe7..fc4bf79 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.