Skip to content

Commit 3652911

Browse files
serhiy-katsyuba-intelkv2019i
authored andcommitted
nvl: Fix CI failure
Toolchain for ACE4 is not yet available in Zephyr. Move (temporarily) nvl and nvl-s platforms to extra_platform_configs to avoid CI build with missing Zephyr toolchain. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
1 parent 4b0b578 commit 3652911

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

scripts/xtensa-build-zephyr.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@ class PlatformConfig:
9292
# These cannot be built by everyone out of the box yet.
9393
# For instance: there's no open-source toolchain available for them yet.
9494
extra_platform_configs = {
95+
"nvl" : PlatformConfig(
96+
"intel", "intel_adsp/ace40/nvl",
97+
f"RI-2022.10{xtensa_tools_version_postfix}",
98+
"ace4px_HiFi5MMU_PIF_nlib",
99+
ipc4 = True
100+
),
101+
"nvl-s" : PlatformConfig(
102+
"intel", "intel_adsp/ace40/nvls",
103+
f"RI-2022.10{xtensa_tools_version_postfix}",
104+
"ace4px_HiFi5MMU_PIF_nlib",
105+
ipc4 = True
106+
),
95107
"wcl-sim" : PlatformConfig(
96108
"intel", "intel_adsp/ace30/wcl/sim",
97109
f"RI-2022.10{xtensa_tools_version_postfix}",
@@ -180,18 +192,6 @@ class PlatformConfig:
180192
"ace30_LX7HiFi4_PIF",
181193
ipc4 = True
182194
),
183-
"nvl" : PlatformConfig(
184-
"intel", "intel_adsp/ace40/nvl",
185-
f"RI-2022.10{xtensa_tools_version_postfix}",
186-
"ace4px_HiFi5MMU_PIF_nlib",
187-
ipc4 = True
188-
),
189-
"nvl-s" : PlatformConfig(
190-
"intel", "intel_adsp/ace40/nvls",
191-
f"RI-2022.10{xtensa_tools_version_postfix}",
192-
"ace4px_HiFi5MMU_PIF_nlib",
193-
ipc4 = True
194-
),
195195

196196
# NXP platforms
197197
"imx8" : PlatformConfig(

0 commit comments

Comments
 (0)