aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-10-27 14:17:32 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-10-27 14:17:32 +0000
commitc2a30637d07c9d6690ff24af9e76cab089135850 (patch)
treec59164d68e3887d90928132c5f5be4705805a83f
parent7e530ea3d1d5b7baf7d224a87d889ef2d2dc1904 (diff)
parent111a7d6e120b4cf5ccc6610484d8a85a783753ef (diff)
Merge "Disabling the ODL plugin waiting for Fuel 7 uplift" into experimental
-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