Makefile: Add `make upgrade` target
[armband.git] / armband-fuel-config.mk
index 1a7c3ab..a4a0ad5 100644 (file)
@@ -12,11 +12,12 @@ A_FUEL_BASE := ${ARMBAND_BASE}/upstream/fuel
 A_PATCH_DIR := ${ARMBAND_BASE}/patches
 A_OPNFV_TAG  = armband-opnfv
 A_PATCHES    = $(shell find ${A_PATCH_DIR} -name '*.patch')
+A_BRANCH     = $(shell sed -ne 's/defaultbranch=//p' ${ARMBAND_BASE}/.gitreview)
 F_PATCH_DIR := ${A_FUEL_BASE}/mcp/patches
 
 # To enable remote tracking, set the following var to any non-empty string.
 # Leaving this var empty will bind each git submodule to its saved commit.
-ARMBAND_TRACK_REMOTES ?= yes
+ARMBAND_TRACK_REMOTES ?=
 
 # for the patches applying purposes (empty git config in docker build container)
 export GIT_COMMITTER_NAME?=OPNFV Armband