Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate XTOS on imx8/imx8x platforms #8856

Merged
merged 4 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix: # just a vector in this case
make_env: [
IPC_VERSION= UNSIGNED_list='imx8' SIGNED_list=, # default version
IPC_VERSION= UNSIGNED_list='imx8m' SIGNED_list=, # default version
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
# The main reason for these groups is to avoid the matrix
# swarming the Github web interface and burying other checks.
# See longer example above.
platform: [imx8 imx8x imx8m,
platform: [imx8m,
]

steps:
Expand Down
4 changes: 2 additions & 2 deletions installer/tests/staging_sof_ref.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.
├── sof-imx8.ldc
└── sof-imx8.ri
├── sof-imx8m.ldc
└── sof-imx8m.ri

0 directories, 2 files
2 changes: 1 addition & 1 deletion scripts/test-repro-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SOF2="$SOF_PARENT"/sof-bind-mount-DO-NOT-DELETE
# considerably, replace "sof" with something of the same length:
# SOF2="$SOF_PARENT"/sog

PLATFS=(imx8)
PLATFS=(rmb)

# diffoscope is great but it has hundreds of dependencies, too long to
# install for CI so we don't use it here. This is just an alias
Expand Down
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=(
imx8 imx8x imx8m imx8ulp
imx8m imx8ulp
rn rmb vangogh
mt8186 mt8195
)
Expand Down
Loading