From f1bd89f141acb53333135c86940d1d1c0549b4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 25 Sep 2015 15:24:03 +0200 Subject: 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. --- targets/ryuglab/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'targets/ryuglab/conf.py') 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' -- cgit v1.2.3