From fc2cffe84fc11ced95d0430e80aa3517d4bc313f Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Fri, 2 May 2025 17:43:38 +0300 Subject: [PATCH 1/2] build: xtensa-build-zephyr.py: remove Intel ehl target Remove the Intel EHL platform from list of aliases. This platform is supported from old stable-v2.2 branch and upgrade to IPC4 is not planned. Signed-off-by: Kai Vehmanen --- scripts/xtensa-build-zephyr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xtensa-build-zephyr.py b/scripts/xtensa-build-zephyr.py index ff377b56f0b4..f3c72c78d213 100755 --- a/scripts/xtensa-build-zephyr.py +++ b/scripts/xtensa-build-zephyr.py @@ -138,7 +138,7 @@ class PlatformConfig: f"RG-2017.8{xtensa_tools_version_postfix}", "cavs2x_LX6HiFi3_2017_8", "xcc", - aliases = ['adl', 'adl-n', 'ehl', 'rpl'], + aliases = ['adl', 'adl-n', 'rpl'], ipc4 = True ), "tgl-h" : PlatformConfig( From 1f642faa4f43e7382f2917526481b056be6946de Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 6 May 2025 16:16:15 +0300 Subject: [PATCH 2/2] TEST: foobar --- foobar | 1 + 1 file changed, 1 insertion(+) create mode 100644 foobar diff --git a/foobar b/foobar new file mode 100644 index 000000000000..323fae03f460 --- /dev/null +++ b/foobar @@ -0,0 +1 @@ +foobar