Skip to content

Commit b16996a

Browse files
authored
Merge pull request #2765 from reubenmiller/docs-yocto-file-dep
docs(yocto): add missing build dependency `file`
2 parents c66aafc + 0af63ba commit b16996a

File tree

1 file changed

+1
-1
lines changed
  • docs/src/extend/firmware-management/building-image/yocto

1 file changed

+1
-1
lines changed

docs/src/extend/firmware-management/building-image/yocto/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before being able to build your own image, you need to prepare an environment to
2929
2. Install essential packages
3030

3131
```sh tab={"label":"Ubuntu-20.04"}
32-
sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool
32+
sudo apt install file gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool
3333
```
3434

3535
:::note

0 commit comments

Comments
 (0)