Skip to content
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

[imx-stable-v2.7] Update west.yml for imx-stable-v2.7 to point to zephyr v.3.5 rc2 #8317

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

dbaluta
Copy link
Collaborator

@dbaluta dbaluta commented Oct 12, 2023

Also, backport 98e8f8f zephyr: ll-schedule: stop using zephyr/timeout_q.h to get rid of a compilation issue.

kv2019i and others added 2 commits October 12, 2023 14:57
Replace the call to z_abort_timeout() to be able to drop
dependency to timeout_q.h. This header is intended to be Zephyr
kernel private and plan is to remove this.

Signed-off-by: Kai Vehmanen <[email protected]>
imx-stable-v2.5 will use zephyr release v3.5.

Until full release is out use rc2 version.

Signed-off-by: Daniel Baluta <[email protected]>
@dbaluta dbaluta changed the title Update west.yml for imx-stable-v2.7 to point to zephyr v.3.5 rc2 [imx-stable-v2.7] Update west.yml for imx-stable-v2.7 to point to zephyr v.3.5 rc2 Oct 12, 2023
@dbaluta
Copy link
Collaborator Author

dbaluta commented Oct 12, 2023

@marc-hb

Using Xtensa proprietary toolchain we get some warning like this:

xt-ld: warning: orphan section `.note.GNU-stack' from `modules/sof/libmodules_sof.a(clk.c.obj)' being placed in section `.note.GNU-stack'                                                     
xt-ld: warning: orphan section `.note.GNU-stack' from `modules/sof/libmodules_sof.a(notifier.c.obj)' being placed in section `.note.GNU-stack'                                                
xt-ld: warning: orphan section `.note.GNU-stack' from `modules/sof/libmodules_sof.a(pm_runtime.c.obj)' being placed in section `.note.GNU-stack'                                              
xt-ld: warning: orphan section `.note.GNU-stack' from `modules/sof/libmodules_sof.a(dma.c.obj)' being placed in section `.note.GNU-stack'                                                     
xt-ld: warning: orphan section `.note.GNU-stack' from `modules/sof/libmodules_sof.a(dai.c.obj)' being placed in section `.note.GNU-stack'    

Any clue what might be wrong? Did you see these when you use your internal Xtensa toolchain for build?

@dbaluta
Copy link
Collaborator Author

dbaluta commented Oct 12, 2023

Will merge this unblock our CI and will later investigate the linker warnings.

@dbaluta dbaluta merged commit ac11bd1 into thesofproject:imx-stable-v2.7 Oct 12, 2023
19 of 33 checks passed
@marc-hb
Copy link
Collaborator

marc-hb commented Oct 12, 2023

This rings a bell...

Maybe try something like zephyrproject-rtos/zephyr@f09a3a1bd675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants