aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2023-01-08 18:04:52 +0100
committerSébastien Dailly <sebastien@dailly.me>2023-01-08 18:04:52 +0100
commit7397b0527ae6fd53f2f72db6fa411f9197c11692 (patch)
tree5b1067b6c4a6a71a5b16055dfc651b85378a605d /build.sh
parent890800e24f31720cdc6614445ce6ee043bd540b4 (diff)
Added a target to emulate the system with qemu
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 3d3bf80..15e6d5a 100755
--- a/build.sh
+++ b/build.sh
@@ -5,6 +5,8 @@ usage() {
echo "with boardname in"
echo " - raspberrypi0w"
echo " - raspberrypi3_64"
+ echo " - qemu_x86_64"
+
}
test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2022.08.1"
@@ -23,6 +25,8 @@ case "$BOARDNAME" in
;;
raspberrypi3_64)
;;
+ qemu_x86_64)
+ ;;
*)
usage
echo