Add qemu-user-static to build_rootfs dependencies
Signed-off-by: Maxwell Henderson <maxwell.henderson@mailbox.org>
Change-Id: I92b9a5dd252390581bf4db518635026bf88ab508
diff --git a/frc971/rockpi/build_rootfs.sh b/frc971/rockpi/build_rootfs.sh
index d61fb48..cd80e58 100755
--- a/frc971/rockpi/build_rootfs.sh
+++ b/frc971/rockpi/build_rootfs.sh
@@ -20,6 +20,7 @@
gcc-arm-none-eabi
swig
u-boot-tools
+ qemu-user-static
)
for dep in "${REQUIRED_DEPS[@]}"; do
if ! dpkg-query -W -f='${Status}' "${dep}" | grep -q "install ok installed"; then