Liam Girdwood
Liam Girdwood
The long term direction for SOF on Zephyr platforms is that IP drivers will migrate to Zephyr i.e. the need for bit setting macros will be reduced. We will still...
@ceolin can you check CI, looks like some build failures.
@ceolin fwiw - I'm looking at a more strict partitioning of RTOS headers and logic. See https://github.com/thesofproject/sof/pull/6161 The intent is to make sure we have no contamination in the future...
@fredoh9 @marc-hb @greg-intel do the CI containers carry the alsa-lib kernel ABI headers ? ``` -- Build files have been written to: /home/runner/work/sof/sof/tools/testbench/build_testbench/sof_parser/build [ 52%] Performing build step for 'parser_ep'...
Container has the headers ``` sof@f7a3cfc83173:~/work/sof.git$ ls -l /usr/include/alsa/sound/uapi/asoc.h -rw-r--r-- 1 root root 22550 Jun 6 15:22 /usr/include/alsa/sound/uapi/asoc.h ``` and I can locally build in my container. @fredoh9 any idea...
@fredoh9 for info Ubuntu docker is using the overlay FS by default. ``` docker info Client: Context: default Debug Mode: false Plugins: app: Docker App (Docker Inc., v0.9.1-beta3) buildx: Build...
@wszypelt @lrudyX not sure why CI is reporting failure, this PR is for testbench only, so it should not impact the FW ?
Jenkins not run. Rerun CI.
@plbossart @ranj063 @kv2019i @lyakh the general plan is a large simplification and code reduction around our pipeline and component logic. The IPC 3/4 host interface will not change. PAUSE ==...