From 82d4f633ed6a5b3cb21b16546799665d4be06061 Mon Sep 17 00:00:00 2001 From: zihengL1 Date: Fri, 5 Aug 2022 09:10:30 +0800 Subject: [PATCH] doc: fix Build EFI-Stub fail problem In the "Enable ACRN Secure Boot With EFI-Stub" guide, to build EFI-Stub smoothly, the installation of "gnu-efi" package is added to GSG. Tracked-On: #7935 Signed-off-by: Ziheng Li --- doc/getting-started/getting-started.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 1667dfd9c..2172a5dce 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -129,7 +129,8 @@ To set up the ACRN build environment on the development computer: libsdl2-dev \ libegl-dev \ libgles-dev \ - libdrm-dev + libdrm-dev \ + gnu-efi #. Install Python package dependencies: