summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_isoroot/Makefile
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-11-19 09:25:47 +0100
commit73c20198d93c560d339b2ccd147640e78acf4bd9 (patch)
treeb40d509d19556958b5a2b67a79c233eec0b5b9d2 /fuel/build/f_isoroot/Makefile
parent27c12b01000ddaa12a57b3383c717fac65417db4 (diff)
Disabling the ODL plugin waiting for Fuel 7 uplift
Change-Id: Ica4dfa6f1ab221bce62fdff0c9c065b4a93d76b5 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel/build/f_isoroot/Makefile')
-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