west.yml: update to include a p4wq fix - #11057
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Zephyr project pin in the west manifest to pull in an upstream p4wq fix (“skip k_thread_cpu_mask_clear() in PIN_ONLY mode”), ensuring the SOF tree integrates the corrected Zephyr behavior via the pinned revision.
Changes:
- Bump the
zephyrprojectrevisioninwest.ymltof2b5ecd866f0a4b3ce91e3cdbc89b51bf93c53c0.
|
CI is failing with Probably because of this: zephyrproject-rtos/zephyr#113911 Lukasz is on vacation till the end of this week. Adding @abonislawski. |
|
Im checking if we can bump cmake ver or needs to wait for Lukasz. |
@abonislawski let me know if you have a difficulty with that, we can use one commit before that change for now zephyrproject-rtos/zephyr@fbd71c3 - which also contains Jyri's change |
Update Zephyr to include 24f16b4f886c ("lib: os: p4wq: skip
k_thread_cpu_mask_clear() in PIN_ONLY mode").
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
updated to point to a commit before the cmake requirement change. |
Update Zephyr to include 24f16b4f886c ("lib: os: p4wq: skip k_thread_cpu_mask_clear() in PIN_ONLY mode").