aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-09-25 15:24:03 +0200
committerKarel Kočí <cynerd@email.cz>2015-09-25 15:32:29 +0200
commitf1bd89f141acb53333135c86940d1d1c0549b4bd (patch)
treedb7ffdebebc0a1b0b6226029de2185630a68512a /conf.py
parent47669028715fd1319219862e12a4ad5698409a6b (diff)
downloadlinux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.tar.gz
linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.tar.bz2
linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.zip
Add bbb target for BeagleBone Black
Buildroot configuration is now generated from base configuration and configuration defined by specified target. And initram is now build automatically for test target and all target.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index b4c2261..caafa04 100644
--- a/conf.py
+++ b/conf.py
@@ -87,9 +87,8 @@ dot_confmk = '.conf.mk'
dot_config = 'dot_config'
linux_sources = 'linux/'
-linux_kconfig_head = linux_sources + 'Kconfig'
-linux_dot_config = linux_sources + '.config'
-linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/bzImage'
+linux_build_folder = 'linux/'
+linux_image = linux_build_folder + 'arch/' + kernel_arch + '/boot/bzImage'
build_folder = 'jobfiles/'
jobfolder_linux_image = build_folder + 'linuxImage'
@@ -103,6 +102,8 @@ dot_config_back_file = build_folder + 'dot_config_back'
single_generated_file = build_folder + 'single_generated'
measurechecked_file = build_folder + 'measurechecked'
+buildroot_config_cyclictest = '/dev/null'
+
result_folder = 'result/'
log_folder = 'log/'