doc: update build ACRN doc

Signed-off-by: guoqingxz <guoqingx.q.zhang@intel.com>
This commit is contained in:
guoqingxz 2020-05-10 16:22:33 +08:00 committed by deb-intel
parent 2db40c9956
commit fb65c42468
2 changed files with 4 additions and 11 deletions

View File

@ -267,8 +267,8 @@ The ``acrn.efi`` will be generated in the ``./hypervisor/build/acrn.efi`` direct
As mentioned in :ref:`ACRN Configuration Tool <vm_config_workflow>`, the
Board configuration and VM configuration can be imported from XML files.
If you want to build the hypervisor with XML configuration files,
specify the file location as follows (assuming you're current directory
is at the top level of the acrn-hypervisor directory):
specify the file location as follows (assuming you're at the top level
of the acrn-hypervisor directory):
.. code-block:: none
@ -281,7 +281,7 @@ is at the top level of the acrn-hypervisor directory):
information is retrieved from the corresponding ``BOARD_FILE`` and
``SCENARIO_FILE`` XML configuration files. The ``TARGET_DIR`` parameter
specifies what directory is used to store configuration files imported
from XML files. If the ``TARGED_DIR`` it is not specified, the original
from XML files. If the ``TARGED_DIR`` is not specified, the original
configuration files of acrn-hypervisor would be overridden.
Follow the same instructions to boot and test the images you created from your build.

View File

@ -49,14 +49,7 @@ Build the Docker Image from Dockerfile
Alternatively, you can build your own local Docker image using the
provided Dockerfile build instructions by following these steps. You'll
need to this this if you're working behind a corporate proxy.
.. note::
A known `issue
<https://github.com/projectacrn/acrn-hypervisor/issues/4560>`_ exists
while building the ACRN hypervisor. Refer to `Get the Docker Image from
Docker Hub`_ as a temporary way to obtain the Docker Image for the v1.6
release.
need this if you're working behind a corporate proxy.
#. Download `Dockerfile <https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/doc/getting-started/Dockerfile>`_
to your development machine.