@@ -1176,7 +1176,7 @@ def install_platform(platform, sof_output_dir, platf_build_environ, platform_wco
11761176
11771177 os .makedirs (install_key_dir , exist_ok = True )
11781178 # looses file owner and group - file is commonly accessible, dont install qemu.
1179- if platform not in ("qemu_xtensa" , "qemu_xtensa_mmu" ):
1179+ if platform not in ("qemu_xtensa" , "qemu_xtensa_mmu" , "native_sim" ):
11801180 shutil .copy2 (abs_build_dir / "zephyr.ri" , install_key_dir / output_fwname )
11811181
11821182 if args .deployable_build and platform_configs [platform ].ipc4 :
@@ -1330,7 +1330,7 @@ def gzip_compress(fname, gzdst=None):
13301330RI_INFO_UNSUPPORTED += ['imx8' , 'imx8x' , 'imx8m' , 'imx8m_cm7' , 'imx8ulp' , 'imx95' ]
13311331RI_INFO_UNSUPPORTED += ['rn' , 'acp_6_0' , 'acp_7_0' ]
13321332RI_INFO_UNSUPPORTED += ['mt8186' , 'mt8188' , 'mt8195' , 'mt8196' , 'mt8365' ]
1333- RI_INFO_UNSUPPORTED += ['qemu_xtensa' , 'qemu_xtensa_mmu' ]
1333+ RI_INFO_UNSUPPORTED += ['qemu_xtensa' , 'qemu_xtensa_mmu' , 'native_sim' ]
13341334
13351335
13361336# For temporary workarounds. Unlike _UNSUPPORTED above, the platforms below will print a warning.
0 commit comments