-
Notifications
You must be signed in to change notification settings - Fork 349
Zephyr: fix log filtering #5066
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
Conversation
This reverts commit 206df54. Part of the fix for thesofproject#5032 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This reverts commit b31d19b. Part of the fix for thesofproject#5032 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
|
https://github.com/thesofproject/sof/runs/4466614835?check_suite_focus=true before Zephyr 40975 was merged failed as expected: https://sof-ci.01.org/sofpr/PR5066/build11340/build/ |
|
SOFCI TEST https://sof-ci.01.org/sofpr/PR5066/build11393/build/ failed because it used Zephyr commit f8cd20fa3e74 which is not recent enough and missing intel/cavs.ld fix 9a1c5ec78eac from zephyrproject-rtos/zephyr/pull/40975 https://github.com/thesofproject/sof/runs/4555932363 builds successfully until it tries an IMX platform and then it fails. Additional IMX fix needed, submitted in zephyrproject-rtos/zephyr/pull/41282 |
|
Ok, lets rerun CI after Zephyr fix is merged. |
|
SOFCI TEST Zephyr builds are now OK Everything else is green. |
Fixes #5032.
Hard-dependency on zephyrproject-rtos/zephyr/pull/40975, Zephyr will fail to build until then.