Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa-build-zephyr.py: remove imx8ulp from --all
As of today's Zephyr commit 92fb8b223825, imx8ulp does not compile. Do not remove any of its data from `xtensa-build-zephyr.py` but exclude it from --all Fixes: ``` scripts/xtensa-build-zephyr.py --all -- Board: nxp_adsp_imx8ulp No board named 'nxp_adsp_imx8ulp' found. CMake Error at zephyr/cmake/modules/boards.cmake:167 (message): Invalid BOARD; see above. Call Stack (most recent call first): cmake/modules/zephyr_default.cmake:129 (include) share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:5 (find_package) ``` Fixes 61ccb4c ("scripts: zephyr: Add support to build sof for imx8ulp") Signed-off-by: Marc Herbert <marc.herbert@intel.com>
- Loading branch information