From 59b3e583f11a5af89b470a30d85c9f61fe7f2d70 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 3 May 2024 17:03:03 +0200 Subject: [PATCH] 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 --- doc/developers-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers-guide.md b/doc/developers-guide.md index 0f3619b1..035d9a2c 100644 --- a/doc/developers-guide.md +++ b/doc/developers-guide.md @@ -67,7 +67,7 @@ $ sudo apt install bc binutils build-essential bzip2 cpio \ diffutils file findutils git gzip \ libncurses-dev libssl-dev perl patch \ python3 rsync sed tar unzip wget \ - autopoint + autopoint bison flex ``` For testing, a few more tools and services are required on your system: