From 2be4e35adc6b7878e9ad1941102287cc7f5e52b6 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 21 Dec 2020 12:10:27 +0100 Subject: [PATCH] Add instruction for submodules BugzID: 69469 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1203df4..8c798f3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ The purpose of this repository is to provide a base or a template for customers The submodules and source revisions are frozen to match the latest release. +## Initial steps +Before building anything, it is required to get all the submodules. This is done with the following commands: +``` +git submodule init +git submodule update +``` + ## Selecting hardware target The hardware target can be selected by sourcing the machine_select script: ```