Skip to content

Commit 59b3e58

Browse files
committed
doc: update build deps, bison needed new uboot-tools
The Buildroot 2024.02.x-kkit branch recently had uboot-tools upgraded and the patches needed require bison to rebuild. The recommendation is to also install flex, they always go together. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 6a8eaac commit 59b3e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ sudo apt install bc binutils build-essential bzip2 cpio \
6767
diffutils file findutils git gzip \
6868
libncurses-dev libssl-dev perl patch \
6969
python3 rsync sed tar unzip wget \
70-
autopoint
70+
autopoint bison flex
7171
```
7272

7373
For testing, a few more tools and services are required on your system:

0 commit comments

Comments
 (0)