aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-10-26 10:52:42 +0100
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-10-26 10:52:42 +0100
commit111a7d6e120b4cf5ccc6610484d8a85a783753ef (patch)
treec59164d68e3887d90928132c5f5be4705805a83f
parent2005c426f8f10afe0acfd0d97c22d307b738ff13 (diff)
Disabling the ODL plugin waiting for Fuel 7 uplift
Change-Id: Ica4dfa6f1ab221bce62fdff0c9c065b4a93d76b5 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
-rw-r--r--fuel/build/f_isoroot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fuel/build/f_isoroot/Makefile b/fuel/build/f_isoroot/Makefile
index 3831a09f0..968806c53 100644
--- a/fuel/build/f_isoroot/Makefile
+++ b/fuel/build/f_isoroot/Makefile
@@ -8,7 +8,9 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-SUBDIRS = f_kscfg f_bootstrap f_repobuild f_odlpluginbuild
+SUBDIRS = f_kscfg f_bootstrap f_repobuild
+# Disable f_odlplugin waiting for Fuel 7 uplift
+#SUBDIRS += f_odlpluginbuild
SUBCLEAN = $(addsuffix .clean,$(SUBDIRS))
.PHONY: all