Skip to content

Conversation

@laurenmurphyx64
Copy link
Contributor

@laurenmurphyx64 laurenmurphyx64 commented Oct 28, 2025

Workaround for logging test failures on intel_adsp_ace*/sim first observed in weekly build.

Fixes #98541

dcpleung
dcpleung previously approved these changes Oct 28, 2025
default y
endif

if SIMULATOR_XTENSA
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does Kconfig have an else?

Copy link
Contributor Author

@laurenmurphyx64 laurenmurphyx64 Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so... I don't see an else in any of our Kconfig* files, and I don't see any use of else in the Kernel docs examples to tell me how. When I try guessing and putting this,

if SIMULATOR_XTENSA
config LOG_BACKEND_XTENSA_SIM
	default y
else
config LOG_BACKEND_ADSP
	default y
endif

the build can't parse the Kconfig.

ADSP logging backend requires winstream console,
which is turned off for simulator.

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

intel_adsp: sim: several logging test build failures

4 participants