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

Freestanding Zephyr Application #5

Open
nslowell opened this issue Oct 1, 2024 · 2 comments
Open

Freestanding Zephyr Application #5

nslowell opened this issue Oct 1, 2024 · 2 comments

Comments

@nslowell
Copy link

nslowell commented Oct 1, 2024

Based on the documentation here: https://docs.zephyrproject.org/latest/develop/application/index.html

Is it possible to create a freestanding application using meta-zephyr?
Could an example be provided to assist?
I can't get past the notion that the application will need zephyr first, but zephyr will need the application in order to build....what am I missing?

Does meta-zephyr install the zephyr cmake package somehow?

@saininav
Copy link
Owner

saininav commented Oct 2, 2024

Zephyr is not general purpose OS to do multiple things. Its real time operating system to do specific job. Pls do check https://docs.zephyrproject.org/latest/introduction/index.html

To build your zephyr application with meta-zephyr pls refer following:
https://git.yoctoproject.org/meta-zephyr/tree/README.txt

@nslowell
Copy link
Author

nslowell commented Oct 2, 2024

I am well aware what Zephyr is. I am using their technical terminology included in the link I provided. Another term would be "out-to-tree application". Similarly to out-of-tree drivers, I am simply wondering if there's a way to build a zephyr application outside of the zephyr source.

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

No branches or pull requests

2 participants