remove no support OS parts and add whl build

Signed-off-by: wenlingz <wenling.zhang@intel.com>
This commit is contained in:
wenlingz 2019-12-25 14:39:37 +08:00 committed by deb-intel
parent 58b3a05863
commit 8a8438dffa
1 changed files with 9 additions and 52 deletions

View File

@ -70,7 +70,7 @@ Install the necessary tools for the following systems:
$ sudo swupd bundle-add os-clr-on-clr os-core-dev python3-basic
$ pip3 install --user kconfiglib
* Ubuntu/Debian development system:
* Ubuntu development system:
.. code-block:: none
@ -111,57 +111,6 @@ Install the necessary tools for the following systems:
Verify your version of ``binutils`` with the command ``apt show binutils``.
* Fedora/Redhat development system:
.. code-block:: none
$ sudo dnf install gcc \
git \
make \
findutils \
gnu-efi-devel \
libuuid-devel \
openssl-devel \
libpciaccess-devel \
systemd-devel \
libxml2-devel \
libevent-devel \
libusbx-devel \
python3 \
python3-pip \
libblkid-devel \
e2fsprogs-devel \
numactl-devel
$ sudo pip3 install kconfiglib
* CentOS development system:
.. code-block:: none
$ sudo yum install gcc \
git \
make \
gnu-efi-devel \
libuuid-devel \
openssl-devel \
libpciaccess-devel \
systemd-devel \
libxml2-devel \
libevent-devel \
libusbx-devel \
python34 \
python34-pip \
libblkid-devel \
e2fsprogs-devel \
libnuma-devel
$ sudo pip3 install kconfiglib
.. note::
You may need to install `EPEL <https://fedoraproject.org/wiki/EPEL>`_
for installing python3 via yum for CentOS 7. For CentOS 6, you need to
install pip manually. Refer to https://pip.pypa.io/en/stable/installing
for details.
Step 2: Get the ACRN hypervisor source code
@ -221,6 +170,14 @@ Assuming that you are at the top level of the acrn-hypervisor directory:
$ make all BOARD=nuc7i7dnb SCENARIO=industry RELEASE=0
* Build ``INDUSTRY`` scenario on ``whl-ipc-i5``:
.. code-block:: none
$ make all BOARD=whl-ipc-i5 SCENARIO=industry BOARD_FILE=/absolute_path/
acrn-hypervisor/misc/acrn-config/xmls/board-xmls/whl-ipc-i5.xml SCENARIO_FILE=
/absolute_patch/acrn-hypervisor/misc/acrn-config/xmls/config-xmls/whl-ipc-i5/industry.xml
RELEASE=0
* Build ``SDC`` scenario on ``nuc6cayh``:
.. code-block:: none