Skip to content

Commit 42c77e4

Browse files
lauxinwlijinxia
authored andcommitted
Documentation: add needed library for acrnprobe
Two packages are needed in compiling environment with replacing commands fdisk and debugfs. On clear linux, they belong to os-core-dev. Signed-off-by: Liu, Xinwu <xinwu.liu@intel.com> Acked-by: Chen Gang <gang.c.chen@intel.com> Acked-by: Yang Ailin <ailin.yang@intel.com>
1 parent a4aed45 commit 42c77e4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

doc/getting-started/apl-nuc.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@ each with their own way to install development tools:
405405
libxml2-dev \
406406
libusb-1.0-0-dev \
407407
python3 \
408-
python3-pip
408+
python3-pip \
409+
libblkid-dev \
410+
e2fslibs-dev
409411
$ sudo pip3 install kconfiglib
410412
411413
.. note::
@@ -429,7 +431,9 @@ each with their own way to install development tools:
429431
libevent-devel \
430432
libusbx-devel \
431433
python3 \
432-
python3-pip
434+
python3-pip \
435+
libblkid-devel \
436+
e2fsprogs-devel
433437
$ sudo pip3 install kconfiglib
434438
435439
@@ -449,7 +453,9 @@ each with their own way to install development tools:
449453
libevent-devel \
450454
libusbx-devel \
451455
python34 \
452-
python34-pip
456+
python34-pip \
457+
libblkid-devel \
458+
e2fsprogs-devel
453459
$ sudo pip3 install kconfiglib
454460
455461
.. note::

tools/acrn-crashlog/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The ``ACRN-Crashlog`` tool depends on the following libraries
2626
- libxml2
2727
- systemd
2828
- telemetrics-client-dev (optional, detected at build time)
29+
- libblkid
30+
- e2fsprogs
2931

3032
Refer to the :ref:`getting_started` for instructions on how to set-up your
3133
build environment, and follow the instructions below to build and configure the

tools/acrn-crashlog/acrnprobe/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ Source files
160160
command line.
161161
- android_events.c
162162
Sync events detected by android crashlog.
163+
- loop.c
164+
This file provides interfaces to read from image.
163165

164166
Configuration files
165167
*******************

0 commit comments

Comments
 (0)