From 88940813796dbc5627c6b483db35525c83f036f9 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 23 Aug 2021 18:20:44 -0700 Subject: [PATCH] doc: update GSG checkout commits Need to "freeze" the acrn-hypervisor for DX reviews since the release_2.6 branch is still changing with fixes. Signed-off-by: David B. Kinder --- doc/getting-started/getting-started.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index f24bc8817..3c9a9a70c 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -155,14 +155,15 @@ To set up the ACRN build environment on the development computer: make clean && make iasl sudo cp ./generate/unix/bin/iasl /usr/sbin -#. Get the ACRN hypervisor and kernel source code: +#. Get the ACRN hypervisor and kernel source code. (Note these checkout tags + will be updated when we launch the v2.6 release): .. code-block:: bash cd ~/acrn-work git clone https://github.com/projectacrn/acrn-hypervisor cd acrn-hypervisor - git checkout release_2.6 + git checkout a7c273996 cd .. git clone https://github.com/projectacrn/acrn-kernel