From 42c4ba9c966653d7c39c4787c4fdc5b00dce7682 Mon Sep 17 00:00:00 2001 From: Nathan Dunne Date: Tue, 17 Nov 2020 12:59:20 +0000 Subject: [PATCH] arm-autonomy/documentation: Updated for gatesgarth branch Updated arm-autonomy-quickstart.md to suggest a user checkout the latest gatesgarth branch instead of zeus. Issue-Id: SCM-1521 Signed-off-by: Nathan Dunne Change-Id: Idbd54efbe4bdbc31588f726b41b082de89812d60 Signed-off-by: Jon Mason --- meta-arm-autonomy/documentation/arm-autonomy-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md b/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md index eb02b3a6..13b588f8 100644 --- a/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md +++ b/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md @@ -30,7 +30,7 @@ First you must download the Yocto layers needed: - all other layers you might want to use For each of the downloaded layer make sure you checkout the release of Yocto -you want to use (for example zeus using `git checkout zeus`). +you want to use (for example gatesgarth using `git checkout gatesgarth`). Please follow [Yocto documentation](https://www.yoctoproject.org/docs/latest/brief-yoctoprojectqs/brief-yoctoprojectqs.html) in order to have the required dependencies.