doc: update acrn-kernel repo tag

acrn-kernel tag (for v3.0 hypervisor) should be acrn-v3.0

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2022-06-29 12:23:22 -07:00
committed by David Kinder
parent beb27b3189
commit b787f3ba7d
2 changed files with 7 additions and 7 deletions

View File

@@ -155,9 +155,7 @@ 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. (Because the ``acrn-kernel`` repo
has a lot of Linux kernel history, you can clone the relevant release branch
with minimal history, as shown here.)
#. Get the ACRN hypervisor and kernel source code.
.. code-block:: bash
@@ -167,7 +165,9 @@ To set up the ACRN build environment on the development computer:
git checkout v3.0
cd ..
git clone --depth 1 --branch release_3.0 https://github.com/projectacrn/acrn-kernel.git
git clone https://github.com/projectacrn/acrn-kernel.git
cd acrn-kernel
git checkout acrn-v3.0
.. _gsg-board-setup: