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-10-26 10:52:42 +0100 |
commit | 111a7d6e120b4cf5ccc6610484d8a85a783753ef (patch) | |
tree | c59164d68e3887d90928132c5f5be4705805a83f | |
parent | 2005c426f8f10afe0acfd0d97c22d307b738ff13 (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 |