maas: curtin: Fix generic kernel dep purge
[fuel.git] / mcp / patches / config.mk
1 ##############################################################################
2 # Copyright (c) 2018 Ericsson AB, Enea AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 ##############################################################################
12 # Components pinning / remote tracking
13 ##############################################################################
14
15 # git submodule & patch locations for Fuel components
16 F_GIT_ROOT   := $(shell git rev-parse --show-toplevel)
17 F_GIT_DIR    := $(shell git rev-parse --git-dir)
18 F_PATCH_DIR  := $(shell pwd)
19 F_OPNFV_TAG  := master-opnfv
20
21 export GIT_COMMITTER_NAME?=Fuel OPNFV
22 export GIT_COMMITTER_EMAIL?=fuel@opnfv.org