Skip to content

Commit cf0cff0

Browse files
committed
docs: allow toolchain rebuild on full rebuild
rebased on Azure Linux 20260304 is causing toolchain to rebuild during build-packages on full build, this is expected hence set flag to allow it. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
1 parent 90e56f0 commit cf0cff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/developer-guide/get-started/emt-build-and-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For example, to build a RAW image without real-time extensions, use `edge-image.
177177

178178
```bash
179179
# Rebuild packages/RPMs local toolchain
180-
sudo make build-packages REBUILD_TOOLS=y VALIDATE_TOOLCHAIN_GPG=n
180+
sudo make build-packages REBUILD_TOOLS=y VALIDATE_TOOLCHAIN_GPG=n ALLOW_TOOLCHAIN_REBUILDS=y
181181
```
182182

183183
8. Build the toolkit image:

docs/developer-guide/get-started/emt-building-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ git clone https://github.com/open-edge-platform/edge-microvisor-toolkit --branch
7373

7474
```bash
7575
# Rebuild packages/RPMs
76-
sudo make build-packages REBUILD_TOOLS=y VALIDATE_TOOLCHAIN_GPG=n
76+
sudo make build-packages REBUILD_TOOLS=y VALIDATE_TOOLCHAIN_GPG=n ALLOW_TOOLCHAIN_REBUILDS=y
7777
```
7878

7979
## Build the Edge Microvisor Toolkit Image

0 commit comments

Comments
 (0)