Commit c28d100
committed
scripts: xtensa-build-zephyr: Support native_sim architecture
The xtensa-build-zephyr.py script attempts to parse and copy the
zephyr.ri (rimage) file for reproducible checksums and installation.
Since the native_sim platform does not produce an rimage file,
building it with this script results in a FileNotFoundError. Adding
native_sim to the list of exceptions resolves the build failure.
Signed-off-by: Liam Girdwood <[email protected]>1 parent a6e0a25 commit c28d100
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1157 | 1157 | | |
1158 | 1158 | | |
1159 | 1159 | | |
1160 | | - | |
| 1160 | + | |
1161 | 1161 | | |
1162 | 1162 | | |
1163 | 1163 | | |
| |||
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
1314 | | - | |
| 1314 | + | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
| |||
0 commit comments