Skip to content

Instantly share code, notes, and snippets.

View mfleming's full-sized avatar

Matt Fleming mfleming

View GitHub Profile
diff --git a/scripts/runqemu b/scripts/runqemu
index b1d2d1a..aa8a8b9 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -494,13 +494,13 @@ fi
# Specify directory for BIOS, VGA BIOS and keymaps
if [ ! -z "$CUSTOMBIOSDIR" ]; then
- if [ -d "$OECORE_NATIVE_SYSROOT/$CUSTOMBIOSDIR" ]; then
- echo "Assuming biosdir is $OECORE_NATIVE_SYSROOT/$CUSTOMBIOSDIR"