diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-01-31 22:25:45 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-01-31 23:50:04 +0100 |
commit | 2bde158711c7a93bbe7c03a8967780d31f491f7d (patch) | |
tree | db9362061f4b9d988ee4fd4b200c0a92fb41e4f4 | |
parent | 2174fa67e96ed2c919f83aa9ce811c5303b47613 (diff) |
f_bgpvpn-pluginbuild: Enable after Newton rebase
Fuel@OPNFV rebased and bumped the BGPVPN Fuel plugin for Newton,
so enable building it for Armband ISO too.
JIRA: ARMBAND-202
Change-Id: Ifd59f060f828855d85a9621fcfed7a43f33d48fd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | armband-fuel-config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/armband-fuel-config.mk b/armband-fuel-config.mk index 6f29f474..1cd52bdd 100644 --- a/armband-fuel-config.mk +++ b/armband-fuel-config.mk @@ -23,8 +23,8 @@ ARMBAND_TRACK_REMOTES ?= yes # Armband plugins, supported archs & specific info # FIXME(alav): re-enable for D release after rebasing to Newton -#export PLUGINS := f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild -export PLUGINS := f_yardstick-pluginbuild f_congress-pluginbuild f_odlpluginbuild +#export PLUGINS := f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild +export PLUGINS := f_yardstick-pluginbuild f_congress-pluginbuild f_odlpluginbuild f_bgpvpn-pluginbuild export UBUNTU_ARCH := amd64 arm64 export PRODNO := OPNFV_A_FUEL export MIRROR_MOS_UBUNTU := linux.enea.com |