aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-19 21:44:16 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-19 22:59:47 +0200
commit9ca8696a489b5c16a2239213919c9e8b7f8c55d5 (patch)
treef8a27acafa140df41fc677b6390e101f7f6abdb9 /targets
parent6436b2120ffb4c554577d38480c0bf8f17adb56c (diff)
downloadlinux-conf-perf-9ca8696a489b5c16a2239213919c9e8b7f8c55d5.tar.gz
linux-conf-perf-9ca8696a489b5c16a2239213919c9e8b7f8c55d5.tar.bz2
linux-conf-perf-9ca8696a489b5c16a2239213919c9e8b7f8c55d5.zip
Fix wrong input type to compare_text in register_conf
Diffstat (limited to 'targets')
-rw-r--r--targets/ryuglab/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py
index 2ed474f..11d8a14 100644
--- a/targets/ryuglab/conf.py
+++ b/targets/ryuglab/conf.py
@@ -4,7 +4,7 @@
kernel_arch = 'powerpc'
kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kernel_arch}
-build_command = ['make']
+build_command = ['make', 'uImage']
boot_command = ['targets/ryuglab/boot/boot']
parse_command = ['tests/cyclictest/parse']