Skip to content

Commit

Permalink
CMakeLists.txt: mention cherry-pick across repos in build error too
Browse files Browse the repository at this point in the history
This was meant to be part of previous commit b38fef7 ("README.md:
show how to git cherry-pick across sof.git and rimage.git") but I forgot
it.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Nov 1, 2023
1 parent b38fef7 commit 9e07960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ message(FATAL_ERROR
"The rimage 'main' branch has been moved to:
https://github.com/thesofproject/sof/tree/main/tools/rimage
Please use another branch.
Note you can `git cherry-pick -x` commits across the different \
sof and rimage git repositories, see example in the README.md here.
For more see https://github.com/thesofproject/sof/issues/8178")
endif()

Expand Down

0 comments on commit 9e07960

Please sign in to comment.