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 <david.b.kinder@intel.com>
This commit is contained in:
parent
5a8b9ff8f2
commit
8894081379
|
@ -155,14 +155,15 @@ To set up the ACRN build environment on the development computer:
|
||||||
make clean && make iasl
|
make clean && make iasl
|
||||||
sudo cp ./generate/unix/bin/iasl /usr/sbin
|
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
|
.. code-block:: bash
|
||||||
|
|
||||||
cd ~/acrn-work
|
cd ~/acrn-work
|
||||||
git clone https://github.com/projectacrn/acrn-hypervisor
|
git clone https://github.com/projectacrn/acrn-hypervisor
|
||||||
cd acrn-hypervisor
|
cd acrn-hypervisor
|
||||||
git checkout release_2.6
|
git checkout a7c273996
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/projectacrn/acrn-kernel
|
git clone https://github.com/projectacrn/acrn-kernel
|
||||||
|
|
Loading…
Reference in New Issue