From 83c82f01c3c9f217ddac9fa6742e0491dcb4a4fd Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 18 Mar 2021 12:26:45 +0100 Subject: [PATCH] doc: update acpica-unix version to latest (20210105) Update the ACPI Component Architecture package (acpica-unix) to the latest version available as of today: 20210105 Tracked-On: #5553 Signed-off-by: Geoffroy Van Cutsem --- doc/getting-started/building-from-source.rst | 6 +++--- doc/getting-started/roscube/roscube-gsg.rst | 6 +++--- doc/getting-started/rt_industry_ubuntu.rst | 10 +++------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/doc/getting-started/building-from-source.rst b/doc/getting-started/building-from-source.rst index c8313fd75..378929c46 100644 --- a/doc/getting-started/building-from-source.rst +++ b/doc/getting-started/building-from-source.rst @@ -80,9 +80,9 @@ ACRN. xsltproc $ sudo pip3 install lxml xmlschema - $ wget https://acpica.org/sites/acpica/files/acpica-unix-20191018.tar.gz - $ tar zxvf acpica-unix-20191018.tar.gz - $ cd acpica-unix-20191018 + $ wget https://acpica.org/sites/acpica/files/acpica-unix-20210105.tar.gz + $ tar zxvf acpica-unix-20210105.tar.gz + $ cd acpica-unix-20210105 $ make clean && make iasl $ sudo cp ./generate/unix/bin/iasl /usr/sbin/ diff --git a/doc/getting-started/roscube/roscube-gsg.rst b/doc/getting-started/roscube/roscube-gsg.rst index 1ec2726b2..2d14938bb 100644 --- a/doc/getting-started/roscube/roscube-gsg.rst +++ b/doc/getting-started/roscube/roscube-gsg.rst @@ -410,9 +410,9 @@ the User VM. .. code-block:: bash cd /tmp - wget https://acpica.org/sites/acpica/files/acpica-unix-20191018.tar.gz - tar zxvf acpica-unix-20191018.tar.gz - cd acpica-unix-20191018 + wget https://acpica.org/sites/acpica/files/acpica-unix-20210105.tar.gz + tar zxvf acpica-unix-20210105.tar.gz + cd acpica-unix-20210105 make clean && make iasl sudo cp ./generate/unix/bin/iasl /usr/sbin/ diff --git a/doc/getting-started/rt_industry_ubuntu.rst b/doc/getting-started/rt_industry_ubuntu.rst index c1d2ed0de..58ca8e9d8 100644 --- a/doc/getting-started/rt_industry_ubuntu.rst +++ b/doc/getting-started/rt_industry_ubuntu.rst @@ -177,16 +177,12 @@ Build the ACRN Hypervisor on Ubuntu .. code-block:: none $ cd /home/acrn/work - $ wget https://acpica.org/sites/acpica/files/acpica-unix-20191018.tar.gz - $ tar zxvf acpica-unix-20191018.tar.gz - $ cd acpica-unix-20191018 + $ wget https://acpica.org/sites/acpica/files/acpica-unix-20210105.tar.gz + $ tar zxvf acpica-unix-20210105.tar.gz + $ cd acpica-unix-20210105 $ make clean && make iasl $ sudo cp ./generate/unix/bin/iasl /usr/sbin/ - .. note:: While there are newer versions of software available from - the `ACPICA downloads site `_, this - 20191018 version has been verified to work. - #. Get the ACRN source code: .. code-block:: none