docker: fpb: Obsolete src override
[armband.git] / armband-fuel-config.mk
1 ##############################################################################
2 # Copyright (c) 2016 Enea AB and others.
3 # Alexandru.Avadanii@enea.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 # Prepare for merging with Fuel@OPNFV by keeping the same patch dir structure
11 A_FUEL_BASE := ${ARMBAND_BASE}/upstream/fuel
12 A_PATCH_DIR := ${ARMBAND_BASE}/patches
13 A_OPNFV_TAG  = armband-opnfv
14 A_PATCHES    = $(shell find ${A_PATCH_DIR} -name '*.patch')
15 F_BUILD_DIR := ${A_FUEL_BASE}/build
16 F_REPOS_DIR := ${F_BUILD_DIR}/f_repos
17 F_PATCH_DIR := ${F_REPOS_DIR}/patch
18 F_SUB_DIR   := ${F_REPOS_DIR}/sub
19
20 # To enable remote tracking, set the following var to any non-empty string.
21 # Leaving this var empty will bind each git submodule to its saved commit.
22 ARMBAND_TRACK_REMOTES ?= yes
23
24 # Armband plugins, supported archs & specific info
25 # FIXME(alav): re-enable for D release after rebasing to Newton
26 #export PLUGINS           := f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild
27 export PLUGINS           := f_yardstick-pluginbuild f_congress-pluginbuild f_odlpluginbuild f_bgpvpn-pluginbuild
28 export UBUNTU_ARCH       := amd64 arm64
29 export PRODNO            := OPNFV_A_FUEL
30 export MIRROR_MOS_UBUNTU := linux.enea.com
31 export EXTRA_RPM_REPOS   := armband,http://linux.enea.com/mos-repos/centos/mos10.0-centos7/armband/x86_64,10
32
33 # Armband git submodules for Fuel/OPNFV components
34 export FUEL_PLUGIN_ODL_REPO        := ${ARMBAND_BASE}/upstream/fuel-plugin-opendaylight
35 export FUEL_PLUGIN_ODL_BRANCH      := opnfv-armband
36 export FUEL_PLUGIN_ODL_CHANGE      := ${A_OPNFV_TAG}
37
38 export OVS_NSH_DPDK_REPO   := ${ARMBAND_BASE}/upstream/fuel-plugin-ovs
39 export OVS_NSH_DPDK_BRANCH := opnfv-armband
40 export OVS_NSH_DPDK_CHANGE := ${A_OPNFV_TAG}
41
42 export VSPERF_REPO   := ${ARMBAND_BASE}/upstream/vswitchperf
43 export VSPERF_BRANCH := opnfv-armband
44 export VSPERF_CHANGE := ${A_OPNFV_TAG}
45
46 # for the patches applying purposes (empty git config in docker build container)
47 export GIT_COMMITTER_NAME?=Fuel OPNFV
48 export GIT_COMMITTER_EMAIL?=fuel@opnfv.org