Skip to content

Commit f82c941

Browse files
committed
devel: Remove hard-coded ZEPHYR_BASE environment variable
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]>
1 parent cae3808 commit f82c941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile.devel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ USER $USERNAME
6969

7070
# Configure environment variables
7171
ENV DISPLAY=:0
72-
ENV ZEPHYR_BASE=/workdir/zephyr
7372

7473
# Set working directory
7574
WORKDIR /workdir

0 commit comments

Comments
 (0)