This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
NewerOlder