From 7492216de2f198e42bcd5e1539c8b21886a78d8c Mon Sep 17 00:00:00 2001 From: Hans Feldt Date: Thu, 11 Jun 2015 14:33:10 +0200 Subject: Add support for building images Two scripts are added. One that will be installed in user's PATH and one that is an example of how to modify an image from within. See README for example and script for more info Change-Id: Iab743f6e9105d5ba872ffba0512ffee954c6d830 JIRA: YARDSTICK-28 Signed-off-by: Hans Feldt --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 688185185..ff415aecd 100644 --- a/setup.py +++ b/setup.py @@ -26,5 +26,6 @@ setup( 'console_scripts': [ 'yardstick=yardstick.main:main', ], - } + }, + scripts =['tools/yardstick-img-modify'] ) -- cgit 1.2.3-korg