diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-01-08 18:04:52 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-01-08 18:04:52 +0100 |
commit | 7397b0527ae6fd53f2f72db6fa411f9197c11692 (patch) | |
tree | 5b1067b6c4a6a71a5b16055dfc651b85378a605d /configs | |
parent | 890800e24f31720cdc6614445ce6ee043bd540b4 (diff) |
Added a target to emulate the system with qemu
Diffstat (limited to 'configs')
-rw-r--r-- | configs/qemu_x86_64 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/qemu_x86_64 b/configs/qemu_x86_64 new file mode 100644 index 0000000..a5a54c9 --- /dev/null +++ b/configs/qemu_x86_64 @@ -0,0 +1,5 @@ + +BR2_SYSTEM_DHCP="eth0" +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh" +BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)" +BR2_TOOLCHAIN_BUILDROOT_CXX=y |