-
Notifications
You must be signed in to change notification settings - Fork 349
topology/cmake: add missing .m4 dependency, fixes incremental build #3945
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
topology/cmake: add missing .m4 dependency, fixes incremental build #3945
Conversation
There was no [MAIN_]DEPENDS on the .m4 source file, so changes were not triggering any rebuild. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
|
The checkpatch https://travis-ci.org/github/thesofproject/sof/builds/764043617 is the usual docker rate limit https://sof-ci.01.org/sofpr/PR3945/build8445/devicetest/?model=CML_HEL_RT5682&testcase=check-suspend-resume-5 is the usual TIMEOUT |
|
Try CI again, this should not break tests. |
|
SOFCI TEST |
|
https://sof-ci.01.org/sof-pr-viewer/#/build/PR3945/build6195635 has only TestGenericProcessorCompMultiCorePlb48000Hz32b32b4ch failing like this: Every other test is green. Can't be related to this. https://sof-ci.01.org/sofpr/PR3945/build8452/devicetest/ is amazingly all green |
|
Error is unrelated. I will check this test stability with master top. |
|
@zrombel thanks - let us know when we can merge. |
|
PR is good to merge. |
There was no [MAIN_]DEPENDS on the .m4 source file, so changes were not
triggering any rebuild.
Signed-off-by: Marc Herbert marc.herbert@intel.com