From 7397b0527ae6fd53f2f72db6fa411f9197c11692 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 8 Jan 2023 18:04:52 +0100 Subject: Added a target to emulate the system with qemu --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sh') 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 -- cgit v1.2.3