Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9719bad

Browse filesBrowse files
zephyr-build-guide: define ZEPHYR_WORKSPACE before use
ZEPHYR_WORKSPACE is not defined before use. Defining it first, as done in 'Build toolchains and SOF from sources' where SOF_WORKSPACE is defined before use. Signed-off-by: Suraj Sonawane <surajsonawane0215@gmail.com>
1 parent c7bf0c1 commit 9719bad
Copy full SHA for 9719bad

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎getting_started/build-guide/build-with-zephyr.rst‎

Copy file name to clipboardExpand all lines: getting_started/build-guide/build-with-zephyr.rst
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Initialize the west manifest ``$ZEPHYR_WORKSPACE/sof/west.yml`` using the ``west
3131

3232
.. code-block:: bash
3333
34+
ZEPHYR_WORKSPACE=~/zephyr_workspace
3435
mkdir $ZEPHYR_WORKSPACE && cd $ZEPHYR_WORKSPACE
3536
west init -m https://github.com/thesofproject/sof
3637

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.