diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-03 02:47:01 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-03 02:47:01 +0100 |
commit | e5231d51b917d52f41cfc25fbab5b3d37a32791c (patch) | |
tree | 8512310a321c60c35d8c7ddc79709cac5c4ac360 | |
parent | ec0504dbebc5e3f9e29606f1995a0ad0b603bdad (diff) |
f_tacker-pluginbuild: Enable for Newton
JIRA: ARMBAND-204
Change-Id: I96b45c705d05dc0f1c71257f8f8237838a6fc5a3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | armband-fuel-config.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/armband-fuel-config.mk b/armband-fuel-config.mk index ef5e42c6..50db8464 100644 --- a/armband-fuel-config.mk +++ b/armband-fuel-config.mk @@ -22,9 +22,7 @@ F_SUB_DIR := ${F_REPOS_DIR}/sub ARMBAND_TRACK_REMOTES ?= yes # Armband plugins, supported archs & specific info -# FIXME(alav): re-enable for D release after rebasing to Newton -#export PLUGINS := f_tacker-pluginbuild -export PLUGINS := f_yardstick-pluginbuild f_congress-pluginbuild f_odlpluginbuild f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild +export PLUGINS := f_yardstick-pluginbuild f_congress-pluginbuild f_odlpluginbuild f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild export UBUNTU_ARCH := amd64 arm64 export PRODNO := OPNFV_A_FUEL export MIRROR_MOS_UBUNTU := linux.enea.com |