Skip to content

Commit

Permalink
scripts: xtensa-build-all: remove imx8ulp
Browse files Browse the repository at this point in the history
XTOS is going to be deprecated on i.MX8ULP so prevent
building it by removing it from the list of supported
platforms from `xtensa-build-all.sh`. This is needed for
switching to Zephyr native drivers.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
  • Loading branch information
LaurentiuM1234 authored and kv2019i committed Mar 15, 2024
1 parent d49395b commit 7cb15d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xtensa-build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# Platforms built and tested by default in CI using the `-a` option.
# They must have a toolchain available in the latest Docker image.
DEFAULT_PLATFORMS=(
imx8m imx8ulp
imx8m
rn rmb vangogh
mt8186 mt8195
)
Expand Down

0 comments on commit 7cb15d7

Please sign in to comment.