aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/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 /targets/ryuglab/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 'targets/ryuglab/conf.py')
-rw-r--r--targets/ryuglab/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py
index c8e17a3..8ab26ac 100644
--- a/targets/ryuglab/conf.py
+++ b/targets/ryuglab/conf.py
@@ -21,8 +21,8 @@ kernel_make_output = False
boot_output = False
parse_output = False
+test_config_cyclictest = '/targets/ryuglab/cyclictest_config'
linux_sources = 'targets/ryuglab/linux/'
-linux_kconfig_head = linux_sources + 'Kconfig'
-linux_dot_config = linux_sources + '.config'
+linux_build_folder = linux_sources
linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage'