diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-12-21 21:36:30 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-12-28 09:27:37 +0000 |
commit | d359c70dc97f4d4733fe6c6abf5493c48222a07e (patch) | |
tree | 81e6ec0e826f6b26787b1b0e807242a7235445ff /build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk | |
parent | 54a1fd13b664c5c6ce0efaf5361919b802b7fb04 (diff) |
Added Fuel plug-in builder for OVSNFV
JIRA FUEL-36
Change-Id: I354919bbed08dc2a449fa49334ca26d05e057676
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk b/build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk new file mode 100644 index 000000000..cfaa4f723 --- /dev/null +++ b/build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk @@ -0,0 +1,12 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# jonas.bjurel@eicsson.com +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +OVSNFV_DPDK_BRANCH=d13417a93c4df1d4db8f86f23ae4d42a056b5de8 +OVSNFV_DPDK_REPO=https://github.com/mrmarkgray/fuel-plugin-ovsnfv +OVSNFV_DPDK_CHANGE= |