[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: website: custom-toolchains-with-guix: Update reference URL
From: |
Ludovic Courtès |
Subject: |
01/03: website: custom-toolchains-with-guix: Update reference URL |
Date: |
Wed, 15 Mar 2023 10:29:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit feb2342120cb351926a1ad68874dedcc484e408b
Author: Mitchell Schmeisser <mitchellschmeisser@librem.one>
AuthorDate: Mon Mar 13 09:39:22 2023 -0400
website: custom-toolchains-with-guix: Update reference URL
* website/drafts/custom-toolchains-with-guix.md: Changed url from
"latest" to 3.1 which was the current version at the time of writting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
website/drafts/custom-toolchains-with-guix.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/drafts/custom-toolchains-with-guix.md
b/website/drafts/custom-toolchains-with-guix.md
index cbc491f..24b2197 100644
--- a/website/drafts/custom-toolchains-with-guix.md
+++ b/website/drafts/custom-toolchains-with-guix.md
@@ -455,7 +455,7 @@ for a given board.
There are standard locations the build system will look for the SDK. We are
not using any of them.
Our SDK lives in the store, immutable forever.
-According to [the Zephyr
documentation](https://docs.zephyrproject.org/latest/develop/west/without-west.html),
the variable `ZEPHYR_SDK_INSTALL_DIR` needs to point to our custom spot.
+According to [the Zephyr
documentation](https://docs.zephyrproject.org/3.1.0/develop/west/without-west.html),
the variable `ZEPHYR_SDK_INSTALL_DIR` needs to point to our custom spot.
We also need to grab the CMake files from the
[repository](https://github.com/zephyrproject-rtos/sdk-ng)