* [PATCH] doc/user_manual: Fix issues in user documentation
@ 2017-11-10 18:07 Alexander Smirnov
0 siblings, 0 replies; only message in thread
From: Alexander Smirnov @ 2017-11-10 18:07 UTC (permalink / raw)
To: isar-users; +Cc: Alexander Smirnov
To avoid commits flood, the single patch is prepared, it includes the
following fixes:
1. Add 'python' package to the list of required host tools.
2. Add 'gdisk' package to the list of host tools. 'gdisk' is used
by wic to create images.
3. Add 'rxvt-unicode' package to the list of host tools. This package is
used by the script for parallel building.
4. Fixed the names of images produced by Isar.
Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
doc/user_manual.md | 31 +++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 64ba990..969f6d2 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -53,15 +53,18 @@ Install the following packages:
```
dosfstools
e2fsprogs/jessie-backports # wic: e2fsprogs -d
+gdisk # wic
git
grub-efi-amd64-bin # wic UEFI: /usr/lib/grub/x86_64-efi/moddep.lst
grub-efi-ia32-bin # wic UEFI: /usr/lib/grub/i386-efi/moddep.lst
mtools # wic FAT: mcopy
multistrap
parted
+python
python3 # wic
qemu
qemu-user-static
+rxvt-unicode # build_parallel
binfmt-support
sudo
reprepro
@@ -161,13 +164,13 @@ $ bitbake multiconfig:qemuarm-wheezy:isar-image-base \
Created images are:
```
-tmp/deploy/images/isar-image-base-qemuarm-debian-wheezy.ext4.img
-tmp/deploy/images/isar-image-base-qemuarm-debian-jessie.ext4.img
-tmp/deploy/images/isar-image-base-qemuarm-debian-stretch.ext4.img
-tmp/deploy/images/isar-image-base-qemui386-debian-jessie.ext4.img
-tmp/deploy/images/isar-image-base-qemui386-debian-stretch.ext4.img
-tmp/deploy/images/isar-image-base-qemuamd64-debian-jessie.ext4.img
-tmp/deploy/images/isar-image-base-qemuamd64-debian-stretch.ext4.img
+tmp/deploy/images/isar-image-base-debian-wheezy-qemuarm.ext4.img
+tmp/deploy/images/isar-image-base-debian-jessie-qemuarm.ext4.img
+tmp/deploy/images/isar-image-base-debian-stretch-qemuarm.ext4.img
+tmp/deploy/images/isar-image-base-debian-jessie-qemui386.ext4.img
+tmp/deploy/images/isar-image-base-debian-stretch-qemui386.ext4.img
+tmp/deploy/images/isar-image-base-debian-jessie-qemuamd64.ext4.img
+tmp/deploy/images/isar-image-base-debian-stretch-qemuamd64.ext4.img
tmp/deploy/images/isar-image-base.rpi-sdimg
```
@@ -189,13 +192,13 @@ scripts/build_parallel ../build multiconfig:qemuarm-wheezy:isar-image-base \
Created images are:
```
-../build-1/tmp/deploy/images/isar-image-base-qemuarm-debian-wheezy.ext4.img
-../build-2/tmp/deploy/images/isar-image-base-qemuarm-debian-jessie.ext4.img
-../build-3/tmp/deploy/images/isar-image-base-qemuarm-debian-stretch.ext4.img
-../build-4/tmp/deploy/images/isar-image-base-qemui386-debian-jessie.ext4.img
-../build-5/tmp/deploy/images/isar-image-base-qemui386-debian-stretch.ext4.img
-../build-6/tmp/deploy/images/isar-image-base-qemuamd64-debian-jessie.ext4.img
-../build-7/tmp/deploy/images/isar-image-base-qemuamd64-debian-stretch.ext4.img
+../build-1/tmp/deploy/images/isar-image-base-debian-wheezy-qemuarm.ext4.img
+../build-2/tmp/deploy/images/isar-image-base-debian-jessie-qemuarm.ext4.img
+../build-3/tmp/deploy/images/isar-image-base-debian-stretch-qemuarm.ext4.img
+../build-4/tmp/deploy/images/isar-image-base-debian-jessie-qemui386.ext4.img
+../build-5/tmp/deploy/images/isar-image-base-debian-stretch-qemui386.ext4.img
+../build-6/tmp/deploy/images/isar-image-base-debian-jessie-qemuamd64.ext4.img
+../build-7/tmp/deploy/images/isar-image-base-debian-stretch-qemuamd64.ext4.img
../build-8/tmp/deploy/images/isar-image-base.rpi-sdimg
```
--
2.9.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-10 18:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 18:07 [PATCH] doc/user_manual: Fix issues in user documentation Alexander Smirnov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox