diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-10-26 10:52:42 +0100 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-11-19 09:25:47 +0100 |
commit | 73c20198d93c560d339b2ccd147640e78acf4bd9 (patch) | |
tree | b40d509d19556958b5a2b67a79c233eec0b5b9d2 | |
parent | 27c12b01000ddaa12a57b3383c717fac65417db4 (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/Makefile | 4 |
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 |