-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Eliminate recursive make in OpenAMP integration #7673
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
Labels
area: IPC
Inter-Process Communication
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Milestone
Comments
galak
added a commit
to galak/zephyr
that referenced
this issue
May 22, 2018
With recent changes to libmetal we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/hal/libmetal.cmake as part of this change and introduce a Kconfig option for libmetal. This is a partial fix for issue zephyrproject-rtos#7673. Signed-off-by: Kumar Gala <[email protected]>
galak
added a commit
to galak/zephyr
that referenced
this issue
May 23, 2018
With recent changes to libmetal we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/hal/libmetal.cmake as part of this change and introduce a Kconfig option for libmetal. This is a partial fix for issue zephyrproject-rtos#7673. Signed-off-by: Kumar Gala <[email protected]>
galak
added a commit
to galak/zephyr
that referenced
this issue
May 23, 2018
With recent changes to open-amp we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/lib/ipc/open-amp.cmake as part of this change and introduce a Kconfig option for open-amp. Fixes: zephyrproject-rtos#7673 Signed-off-by: Kumar Gala <[email protected]>
galak
added a commit
to galak/zephyr
that referenced
this issue
May 23, 2018
With recent changes to libmetal we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/hal/libmetal.cmake as part of this change and introduce a Kconfig option for libmetal. This is a partial fix for issue zephyrproject-rtos#7673. Signed-off-by: Kumar Gala <[email protected]>
galak
added a commit
to galak/zephyr
that referenced
this issue
May 23, 2018
With recent changes to open-amp we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/lib/ipc/open-amp.cmake as part of this change and introduce a Kconfig option for open-amp. Fixes: zephyrproject-rtos#7673 Signed-off-by: Kumar Gala <[email protected]>
galak
added a commit
that referenced
this issue
May 24, 2018
With recent changes to libmetal we can now include and build it directly as a zephyr library rather than doing a recursive make. We remove ext/hal/libmetal.cmake as part of this change and introduce a Kconfig option for libmetal. This is a partial fix for issue #7673. Signed-off-by: Kumar Gala <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: IPC
Inter-Process Communication
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
From @SebastianBoe in #7416:
The text was updated successfully, but these errors were encountered: