Skip to content

Commit

Permalink
app: drop "overlay" from the name of a few extra configs
Browse files Browse the repository at this point in the history
Zephyr does not call extra configs "overlays", it uses overlays only for
Device Tree.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Sep 6, 2024
1 parent 695893e commit dd5dec1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/llext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
--cmake-args=-DEXTRA_CXXFLAGS=-Werror \
--cmake-args=-DEXTRA_AFLAGS='-Werror -Wa,--fatal-warnings' \
--cmake-args=--warn-uninitialized \
--overlay=sof/app/overlays/${{ matrix.platform }}/module_overlay.conf \
--overlay=sof/app/configs/${{ matrix.platform }}/modules.conf \
${{ matrix.platform }}"
4 changes: 2 additions & 2 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
--cmake-args=-DEXTRA_CXXFLAGS=-Werror
--cmake-args=-DEXTRA_AFLAGS='-Werror -Wa,--fatal-warnings'
--cmake-args=--warn-uninitialized
--overlay=sof/app/overlays/repro-build.conf
--overlay=sof/app/configs/repro-build.conf
--no-tarball
${{ matrix.build_opts }} ${{ matrix.IPC_platforms }}

Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
--cmake-args=-DEXTRA_CXXFLAGS=-Werror
--cmake-args=-DEXTRA_AFLAGS='-Werror -Wa,--fatal-warnings'
--cmake-args=--warn-uninitialized
--overlay=sof/app/overlays/repro-build.conf
--overlay=sof/app/configs/repro-build.conf
--no-tarball
${{ matrix.build_opts }} ${{ matrix.platforms }}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dd5dec1

Please sign in to comment.