From 6207a3967e0efeb0b52e24bc82b16e53085b6b9b Mon Sep 17 00:00:00 2001 From: Eloy Degen Date: Sun, 13 Mar 2022 18:43:19 +0100 Subject: [PATCH] Documentation/tutorial/part1.md: Add Fedora package `patch` It is necessary to build crossgcc. Change-Id: I32f6507b4d8346bf94aaccd3eef4f22697c33965 Signed-off-by: Eloy Degen Reviewed-on: https://review.coreboot.org/c/coreboot/+/62765 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- Documentation/tutorial/part1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 870248847f..84b77afad2 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -12,7 +12,7 @@ Download, configure, and build coreboot ### Step 1 - Install tools and libraries needed for coreboot $ sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev $ sudo pacman -S base-devel curl git gcc-ada ncurses zlib - $ sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++ ncurses-devel wget zlib-devel + $ sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++ ncurses-devel wget zlib-devel patch ### Step 2 - Download coreboot source tree $ git clone https://review.coreboot.org/coreboot