Commit f2a31fa
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 <liam.r.girdwood@linux.intel.com>1 parent 2f65c58 commit f2a31fa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
| 1173 | + | |
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
1327 | | - | |
| 1327 | + | |
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
| |||
0 commit comments