Skip to content

Conversation

stephanosio
Copy link
Member

This commit removes the hard-coded ZEPHYR_BASE environment variable from the Developer image to allow more flexibility for the user Zephyr tree layout.

With this change, it is now up to the user to provide the adequate environment configuration (e.g. setting ZEPHYR_BASE environment variable, or providing west configuration file with Zephyr base path) for Zephyr source root discovery.


Closes #162

@stephanosio stephanosio force-pushed the devel_no_hardcoded_zephyr_base branch 2 times, most recently from 330aa81 to d9c6863 Compare August 17, 2025 15:43
@stephanosio stephanosio marked this pull request as ready for review August 17, 2025 16:03
This commit removes the hard-coded `ZEPHYR_BASE` environment variable
from the Developer image to allow more flexibility for the user Zephyr
tree layout.

With this change, it is now up to the user to provide the adequate
environment configuration (e.g. setting `ZEPHYR_BASE` environment
variable, or providing west configuration file with Zephyr base path)
for Zephyr source root discovery.

Signed-off-by: Stephanos Ioannidis <[email protected]>
@stephanosio stephanosio force-pushed the devel_no_hardcoded_zephyr_base branch from d9c6863 to f82c941 Compare August 29, 2025 13:04
@stephanosio stephanosio merged commit ffc8cd8 into zephyrproject-rtos:main Aug 30, 2025
3 checks passed
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.

Why is ZEPHYR_BASE hard coded?
1 participant