failing arm attempt

This commit is contained in:
Ciro Santilli
2017-05-21 13:32:43 +01:00
parent 8f3f07e314
commit 0d960ea031
3 changed files with 36 additions and 13 deletions

3
run
View File

@@ -1,7 +1,8 @@
#!/usr/bin/env bash
set -e
cd buildroot
make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_x86_64_defconfig
#make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_x86_64_defconfig
make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_arm_vexpress_defconfig
# Can't get rid of this for now.
# http://stackoverflow.com/questions/44078245/is-it-possible-to-use-config-fragments-with-buildroots-config
cat ../buildroot_config_fragment >> .config