* [PATCH 0/2] Documentation update and Tested Status update for upcoming release v.07
@ 2019-03-20 16:44 Maxim Yu. Osipov
2019-03-20 16:44 ` [PATCH 1/2] doc/user_manual: Update to the current ISAR state Maxim Yu. Osipov
2019-03-20 16:44 ` [PATCH 2/2] Tested_Status: Update for the commit e13be9c Maxim Yu. Osipov
0 siblings, 2 replies; 3+ messages in thread
From: Maxim Yu. Osipov @ 2019-03-20 16:44 UTC (permalink / raw)
To: isar-users
Hi everybody,
Testing is not yet completed, but your suggestions regarding
updated structure of Testing Matrix are welcome.
Regards,
Maxim.
Maxim Yu. Osipov (2):
doc/user_manual: Update to the current ISAR state
Tested_Status: Update for the commit e13be9c
Tested_Status.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++----
doc/user_manual.md | 56 +++++++++++++++++++++++++++++++++---------------------
2 files changed, 83 insertions(+), 26 deletions(-)
--
2.11.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] doc/user_manual: Update to the current ISAR state
2019-03-20 16:44 [PATCH 0/2] Documentation update and Tested Status update for upcoming release v.07 Maxim Yu. Osipov
@ 2019-03-20 16:44 ` Maxim Yu. Osipov
2019-03-20 16:44 ` [PATCH 2/2] Tested_Status: Update for the commit e13be9c Maxim Yu. Osipov
1 sibling, 0 replies; 3+ messages in thread
From: Maxim Yu. Osipov @ 2019-03-20 16:44 UTC (permalink / raw)
To: isar-users
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
doc/user_manual.md | 56 +++++++++++++++++++++++++++++++++---------------------
1 file changed, 34 insertions(+), 22 deletions(-)
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 6fe4d83..b9218a7 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -1,6 +1,6 @@
# ISAR User Manual
-Copyright (C) 2016-2017, ilbers GmbH
+Copyright (C) 2016-2019, ilbers GmbH
## Contents
@@ -31,6 +31,7 @@ Isar provides:
- Fast target image generation: About 10 minutes to get base system image for one machine.
- Use any apt package provider, including open-source communities like `Debian`, `Raspbian`, etc. and proprietary ones created manually.
- Native compilation: Packages are compiled in a `chroot` environment using the same toolchain and libraries that will be installed to the target filesystem.
+ - Cross compilation: Could be enabled, when native compilation from the sources takes a lot of time f.e. for Linux kernel.
- Product templates that can be quickly re-used for real projects.
---
@@ -41,13 +42,21 @@ For demonstration purposes, Isar provides support for the following
configurations:
- QEMU ARM with Debian Jessie
- - QEMU ARM with Debian Stretch (builds but fails to run, see #22)
+ - QEMU ARM with Debian Stretch
+ - QEMU ARM with Debian Buster
+ - QEMU ARM64 with Debian Jessie
+ - QEMU ARM64 with Debian Stretch
+ - QEMU ARM64 with Debian Buster (for host >= buster)
- QEMU i386 with Debian Jessie
- QEMU i386 with Debian Stretch
+ - QEMU i386 with Debian Buster
- QEMU amd64 with Debian Jessie
- QEMU amd64 with Debian Stretch
+ - QEMU amd64 with Debian Buster
- Raspberry Pi 1 Model B with Raspbian Jessie (see #23)
- Banana Pi BPI-M1
+ - LeMaker HiKey
+ - Terasic DE0-Nano-SoC
The steps below describe how to build the images provided by default.
@@ -137,8 +146,8 @@ bitbake multiconfig:qemuarm-stretch:isar-image-base \
The following images are created:
```
-tmp/deploy/images/isar-image-base-qemuarm-debian-stretch.ext4.img
-tmp/deploy/images/isar-image-debug-qemuarm-debian-stretch.ext4.img
+tmp/deploy/images/qemuarm/isar-image-base-qemuarm-debian-stretch.ext4.img
+tmp/deploy/images/qemuarm/isar-image-debug-qemuarm-debian-stretch.ext4.img
```
### Building Target Images for Multiple Configurations
@@ -160,7 +169,6 @@ BBMULTICONFIG = " \
qemuamd64-stretch \
qemuamd64-buster \
rpi-jessie \
- bananapi-stretch \
"
```
@@ -178,23 +186,23 @@ $ bitbake \
multiconfig:qemuamd64-jessie:isar-image-base \
multiconfig:qemuamd64-stretch:isar-image-base \
multiconfig:qemuamd64-buster:isar-image-base \
- multiconfig:rpi-jessie:isar-image-base \
- multiconfig:bananapi-stretch:isar-image-base
+ multiconfig:rpi-jessie:isar-image-base
```
Created images are:
```
-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-stretch-qemuarm.ext4.img
-tmp/deploy/images/isar-image-base-debian-stretch-qemuarm64.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
-tmp/deploy/images/isar-image-base-debian-stretch-bananapi.wic.img
+tmp/deploy/images/qemuarm/isar-image-base-debian-jessie-qemuarm.ext4.img
+tmp/deploy/images/qemuarm/isar-image-base-debian-stretch-qemuarm.ext4.img
+tmp/deploy/images/qemuarm/isar-image-base-debian-buster-qemuarm.ext4.img
+tmp/deploy/images/qemuarm64/isar-image-base-debian-stretch-qemuarm64.ext4.img
+tmp/deploy/images/qemui386/isar-image-base-debian-jessie-qemui386.ext4.img
+tmp/deploy/images/qemui386/isar-image-base-debian-stretch-qemui386.wic.img
+tmp/deploy/images/qemui386/isar-image-base-debian-buster-qemui386.wic.img
+tmp/deploy/images/qemuamd64/isar-image-base-debian-jessie-qemuamd64.ext4.img
+tmp/deploy/images/qemuamd64/isar-image-base-debian-stretch-qemuamd64.wic.img
+tmp/deploy/images/qemuamd64/isar-image-base-debian-buster-qemuamd64.wic.img
+tmp/deploy/images/rpi/isar-image-base.rpi-sdimg
```
### Generate full disk image
@@ -217,9 +225,9 @@ enough to allow images to be testable under `qemu`.
```
# AMD64 image, EFI
-qemu-system-x86_64 -m 256M -nographic -bios edk2/Build/OvmfX64/RELEASE_*/FV/OVMF.fd -hda tmp/deploy/images/isar-image-base-debian-stretch-qemuamd64.wic.img
+qemu-system-x86_64 -m 256M -nographic -bios edk2/Build/OvmfX64/RELEASE_*/FV/OVMF.fd -hda tmp/deploy/images/qemuamd64/isar-image-base-debian-stretch-qemuamd64.wic.img
# i386 image
-qemu-system-i386 -m 256M -nographic -hda tmp/deploy/images/isar-image-base-debian-stretch-qemui386.wic.img
+qemu-system-i386 -m 256M -nographic -hda tmp/deploy/images/qemui386/isar-image-base-debian-stretch-qemui386.wic.img
```
---
@@ -457,9 +465,9 @@ The user may use `met-isar/recipes-core-images` as a template for new image reci
## Add a New Image Type
### General Information
-The image recipe in Isar creates a folder with target root filesystem. The default its location is:
+The image recipe in Isar creates a folder with target root filesystem. Its default location is:
```
-tmp/work/${IMAGE}/${MACHINE}/rootfs
+tmp/work/${DISTRO}-${DISTRO_ARCH}/${MACHINE}/${IMAGE}/rootfs
```
Every image type in Isar is implemented as a `bitbake` class. The goal of these classes is to pack root filesystem folder to appropriate format.
@@ -648,10 +656,14 @@ put into Isar apt.
### Limitation
-Debian cross-compilation works out of the box starting from Debian stretch distribution. So currently the only following build configurations are supported in Isar:
+Debian cross-compilation works out of the box starting from Debian stretch distribution. Currently the following build configurations are supported in Isar:
+ - qemuarm-jessie
- qemuarm-stretch
+ - qemuarm-buster
- qemuarm64-stretch
+ - qemuarm64-buster (for host >= buster)
+
## Create an ISAR SDK root filesystem
--
2.11.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] Tested_Status: Update for the commit e13be9c
2019-03-20 16:44 [PATCH 0/2] Documentation update and Tested Status update for upcoming release v.07 Maxim Yu. Osipov
2019-03-20 16:44 ` [PATCH 1/2] doc/user_manual: Update to the current ISAR state Maxim Yu. Osipov
@ 2019-03-20 16:44 ` Maxim Yu. Osipov
1 sibling, 0 replies; 3+ messages in thread
From: Maxim Yu. Osipov @ 2019-03-20 16:44 UTC (permalink / raw)
To: isar-users
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
Tested_Status.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 49 insertions(+), 4 deletions(-)
diff --git a/Tested_Status.md b/Tested_Status.md
index 33dd564..1dd3e76 100644
--- a/Tested_Status.md
+++ b/Tested_Status.md
@@ -1,6 +1,50 @@
Tested Status
=============
+Release v0.7
+------------
+
+### Host System : debian-stretch-amd64
+
+|Target System |Native Build |Cross Build |Login prompt ("smoke" test)|SDK Support |Cached repo |Version |
+|:---------------------------:|:-----------:|:------------|:-------------------------:|:-----------:|:-----------:|:------:|
+| debian-jessie-i386 |PASSED |UNTESTED |PASSED (QEMU) |NO | |e13be9c |
+| debian-jessie-amd64 |PASSED |PASSED |PASSED (QEMU) |NO | |e13be9c |
+| debian-jessie-armhf |PASSED |PASSED |PASSED (QEMU) |NO | |e13be9c |
+| raspbian-jessie-rpi |PASSED |UNTESTED |PASSED |NO | |e13be9c |
+| debian-jessie-arm64 |UNTESTED |UNTESTED |UNTESTED |UNTESTED |UNTESTED |e13be9c |
+| debian-stretch-i386 |PASSED |UNTESTED |PASSED (QEMU) |UNTESTED |UNTESTED |e13be9c |
+| debian-stretch-amd64 |PASSED |PASSED |PASSED (QEMU) | | |e13be9c |
+| debian-stretch-armhf |PASSED |PASSED |PASSED (QEMU) | | |e13be9c |
+| debian-stretch-de0-nano-soc |UNTESTED |PASSED |PASSED |UNTESTED |UNTESTED |e13be9c |
+| debian-stretch-bananapi |UNTESTED |PASSED |UNTESTED |UNTESTED |UNTESTED |e13be9c |
+| debian-stretch-arm64 |PASSED |PASSED |PASSED (QEMU) | | |e13be9c |
+| debian-stretch-hikey |UNTESTED |PASSED |UNTESTED |UNTESTED |UNTESTED |e13be9c |
+| debian-buster-i386 |PASSED |UNTESTED |PASSED (QEMU) |UNTESTED |UNTESTED |e13be9c |
+| debian-buster-amd64 |PASSED |PASSED |PASSED (QEMU) | | |e13be9c |
+| debian-buster-armhf |PASSED |PASSED |PASSED (QEMU) | | |e13be9c |
+| debian-buster-arm64 |UNTESTED |UNTESTED |UNTESTED |UNTESTED |UNTESTED |e13be9c |
+
+### Host System : debian-jessie-amd64
+
+NOT SUPPORTED
+
+### Host System : debian-buster-amd64
+
+NOT TESTED
+
+### Host System : debian-jessie-i386
+
+NOT SUPPORTED
+
+### Host System : debian-stretch-i386
+
+NOT TESTED
+
+### Host System : debian-buster-i386
+
+NOT TESTED
+
Release v0.6
------------
@@ -41,15 +85,16 @@ Release v0.6
### Host System : debian-buster-amd64
-TBD
+NOT TESTED
### Host System : debian-jessie-i386
-TBD
+NOT TESTED
### Host System : debian-stretch-i386
-TBD
+NOT TESTED
### Host System : debian-buster-i386
-TBD
+
+NOT TESTED
--
2.11.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-20 16:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 16:44 [PATCH 0/2] Documentation update and Tested Status update for upcoming release v.07 Maxim Yu. Osipov
2019-03-20 16:44 ` [PATCH 1/2] doc/user_manual: Update to the current ISAR state Maxim Yu. Osipov
2019-03-20 16:44 ` [PATCH 2/2] Tested_Status: Update for the commit e13be9c Maxim Yu. Osipov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox