mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 05:09:01 +00:00
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:
committed by
David Kinder
parent
beb27b3189
commit
b787f3ba7d
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user