From d359c70dc97f4d4733fe6c6abf5493c48222a07e Mon Sep 17 00:00:00 2001 From: Jonas Bjurel Date: Mon, 21 Dec 2015 21:36:30 +0100 Subject: Added Fuel plug-in builder for OVSNFV JIRA FUEL-36 Change-Id: I354919bbed08dc2a449fa49334ca26d05e057676 Signed-off-by: Jonas Bjurel --- build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk (limited to 'build/f_isoroot/f_ovsnfv-dpdk-pluginbuild/config.mk') 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= -- cgit 1.2.3-korg