doc: Specify elementpath and xmlschema version

In the newer version of elementpath and xmlschema, some camera releated
feature are missing, thus we need to specify them.

Signed-off-by: Jiayuan Yang <jiayuan.yang@intel.com>
This commit is contained in:
Jiayuan Yang 2024-07-16 23:51:48 -04:00 committed by wenlingz
parent 0c10e8d38e
commit 8815a0aa6c
1 changed files with 3 additions and 2 deletions

View File

@ -119,8 +119,9 @@ To set up the ACRN build environment on the development computer:
xsltproc clang-format bc libpixman-1-dev libsdl2-dev libegl-dev \
libgles-dev libdrm-dev gnu-efi libelf-dev liburing-dev \
build-essential git-buildpackage devscripts dpkg-dev equivs lintian \
apt-utils pristine-tar dh-python python3-lxml python3-defusedxml \
python3-tqdm python3-xmlschema python3-elementpath acpica-tools
apt-utils pristine-tar dh-python acpica-tools
sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.9.2" defusedxml tqdm
#. Get the ACRN hypervisor and ACRN kernel source code, and check out the
current release branch.