summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-04-13 19:14:30 +0000
committerCommit Bot <commit-bot@chromium.org>2021-04-20 17:43:32 +0000
commit477997408185b0d446d388239a53657de6367570 (patch)
tree6008ad5045129df85c206f91be072ab37f5c9965 /docs
parentb00ac9439f742b29632f9db5eaf4516ae957503b (diff)
downloadchrome-ec-477997408185b0d446d388239a53657de6367570.tar.gz
Reland "zephyr: zmake: Add a test for zmake and output filtering"
This reverts commit 3ea453e890f2f782e8195c94af5de00c8c754f74. Reason for revert: Trying again to see what error is produced Original change's description: > Revert "zephyr: zmake: Add a test for zmake and output filtering" > > This reverts commit ca160a3394c952f0732f66eb113b9735b5655ed2. > > Reason for revert: responsible for CQ failures (crbug.com/1198472) > > BUG=chromium:1198472 > BRANCH=none > TEST=pytest zephyr/zmake/test > > Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> > Change-Id: I273ee3e26309d595973ec8040a2d835169096670 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2824028 > Reviewed-by: Sonny Rao <sonnyrao@chromium.org> Bug: chromium:1198472 Change-Id: Icaae5c6698f6747b634952d03ae83668e937c089 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2822402 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/zephyr_build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zephyr_build.md b/docs/zephyr_build.md
index 79a3c7e42f..5a3c809724 100644
--- a/docs/zephyr_build.md
+++ b/docs/zephyr_build.md
@@ -71,7 +71,7 @@ You may also need to install these items:
```bash
sudo apt-get install cmake ninja-build python3-pyelftools gcc-multilib \
- python3-pykwalify python3-colorama
+ python3-pykwalify python3-colorama python3-testfixtures
```
You must reinstall zmake after any `repo sync` since new features may have been