aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-07-28 22:42:45 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-12 10:22:55 +0200
commit440bca33aaeb7ed453948c933eaaef42e2eb0f6e (patch)
tree95200bfea919171d3acba0a265bd97c29f3ac64f /conf.py
parent7f470bd576f8b66345d22ee72b1a4ec57fd13c93 (diff)
downloadlinux-conf-perf-440bca33aaeb7ed453948c933eaaef42e2eb0f6e.tar.gz
linux-conf-perf-440bca33aaeb7ed453948c933eaaef42e2eb0f6e.tar.bz2
linux-conf-perf-440bca33aaeb7ed453948c933eaaef42e2eb0f6e.zip
Add external scripts and set boot configuration
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 80c4008..f9f8932 100644
--- a/conf.py
+++ b/conf.py
@@ -14,7 +14,7 @@ kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kern
linux_make_args = ['-j8']
# build_command
# Command executed for kernel build in linux folder.
-build_command = ['make'] + linux_make_args
+build_command = ['measure_scripts/30-compile']
# novaboot_args
# These are arguments passed to Novaboot,
@@ -25,7 +25,7 @@ novaboot_args = ['--qemu=qemu-system-x86_64']
nbscript = 'scripts/nbscript'
# boot_command
# Command executed for booting. Output of this command is saved to output folder.
-boot_command = ['echo', 'bootit']
+boot_command = ['scripts/nbscript']
# parse_command
# Command to parse double value from boot output