diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-28 19:13:48 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-29 15:41:16 +0200 |
commit | 43b8dbf7e490662f506dcf2f50fbc03bb602f26f (patch) | |
tree | 84420aec091801ecd16f62a732848724d9c27c25 /patches/opnfv-fuel/0012-yardstick-plugin-Allow-overriding-git-info.patch | |
parent | 8a10d94f7dfd4bdd0459604b73bd72479c74aa43 (diff) |
submodule: yardstick.
Fuel@OPNFV just added the Yardstick plugin.
This plugin is a little different, instead of breaking fuel plugin
code apart from the contents (i.e. fuel-plugin-yardstick separate
from yardstick itself), it holds both fuel plugin metadata and
actual yardstick code in the same repo.
So far, yardstick plugin code itself is arch-independant and should
not be touched.
TODO:
- add yardstick patches for arm64 until we can validate Yardstick;
- submit patches added locally in Armband to upstream
(Yardstick@OPNFV);
Change-Id: I24bc8858b92c9bdd529a64de833d7b98c06a6ade
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0012-yardstick-plugin-Allow-overriding-git-info.patch')
-rw-r--r-- | patches/opnfv-fuel/0012-yardstick-plugin-Allow-overriding-git-info.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/opnfv-fuel/0012-yardstick-plugin-Allow-overriding-git-info.patch b/patches/opnfv-fuel/0012-yardstick-plugin-Allow-overriding-git-info.patch new file mode 100644 index 00000000..79825128 --- /dev/null +++ b/patches/opnfv-fuel/0012-yardstick-plugin-Allow-overriding-git-info.patch @@ -0,0 +1,22 @@ +From: Alexandru Avadanii <Alexandru.Avadanii@enea.com> +Date: Tue, 28 Jun 2016 19:06:57 +0200 +Subject: [PATCH] yardstick plugin: Allow overriding git info. + +--- + build/f_isoroot/f_yardstick-pluginbuild/config.mk | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/build/f_isoroot/f_yardstick-pluginbuild/config.mk b/build/f_isoroot/f_yardstick-pluginbuild/config.mk +index 36df8f1..f671aa9 100644 +--- a/build/f_isoroot/f_yardstick-pluginbuild/config.mk ++++ b/build/f_isoroot/f_yardstick-pluginbuild/config.mk +@@ -8,6 +8,6 @@ + # http://www.apache.org/licenses/LICENSE-2.0 + ############################################################################## + +-YARDSTICK_BRANCH=675eef731a098f83aa98c2021b151b7e5ba1da7d +-YARDSTICK_REPO=https://gerrit.opnfv.org/gerrit/yardstick.git +-YARDSTICK_CHANGE= ++YARDSTICK_BRANCH?=675eef731a098f83aa98c2021b151b7e5ba1da7d ++YARDSTICK_REPO?=https://gerrit.opnfv.org/gerrit/yardstick.git ++YARDSTICK_CHANGE?= |