* [PATCH] doc: declare supported host system >= stretch
@ 2018-12-07 13:00 Maxim Yu. Osipov
2018-12-10 12:06 ` Maxim Yu. Osipov
0 siblings, 1 reply; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-12-07 13:00 UTC (permalink / raw)
To: isar-users
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
Supported_Configurations.md | 40 ++++++++++++++++++++++++++++++++++++++++
doc/user_manual.md | 9 ++-------
2 files changed, 42 insertions(+), 7 deletions(-)
diff --git a/Supported_Configurations.md b/Supported_Configurations.md
index 2281c1b..e36f14a 100644
--- a/Supported_Configurations.md
+++ b/Supported_Configurations.md
@@ -1,6 +1,46 @@
Supported Configurations
========================
+Release next
+------------
+
+### Host System : debian-jessie-amd64
+
+Not supported since e0feb7d
+
+### Host System : debian-stretch-amd64
+
+|Target System |Native Build |Cross Build |QEMU test |SDK Support |Notes |
+|:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:---------------------------:|
+| debian-jessie-i386 |YES |UNKNOWN |YES |NO | |
+| debian-jessie-amd64 |YES |YES |YES |NO | |
+| debian-jessie-armhf |YES |YES |YES |NO | |
+| debian-jessie-arm64 |UNKNOWN |UNKNOWN |UNKNOWN |UNKNOWN | |
+| debian-stretch-i386 |YES |UNKNOWN |YES |UNKNOWN | |
+| debian-stretch-amd64 |YES |YES |YES |UNKNOWN | |
+| debian-stretch-armhf |YES |YES |YES |YES | |
+| debian-stretch-arm64 |YES |YES |YES |YES | |
+| debian-buster-i386 |YES |UNKWNOWN |YES |UNKNOWN | supported since 4808430 |
+| debian-buster-amd64 |YES |YES |YES |UNKNOWN | supported since 4808430 |
+| debian-buster-armhf |YES |UNKNOWN |YES |UNKNOWN | supported since 4808430 |
+| debian-buster-arm64 |YES |UNKNOWN |YES |UNKNOWN | supported since 4808430 |
+
+### Host System : debian-buster-amd64
+
+TBD
+
+### Host System : debian-jessie-i386
+
+TBD
+
+### Host System : debian-stretch-i386
+
+TBD
+
+### Host System : debian-buster-i386
+TBD
+
+
Release v0.6
------------
diff --git a/doc/user_manual.md b/doc/user_manual.md
index ad80c20..2aa291d 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -53,11 +53,12 @@ The steps below describe how to build the images provided by default.
### Install Host Tools
+The supported host system is >= stretch.
+
Install the following packages:
```
dosfstools
git
-debootstrap/jessie-backports # host == jessie && target >= buster
dpkg-dev
parted
python3
@@ -73,7 +74,6 @@ Notes:
* BitBake requires Python 3.4+.
* The python3 package is required for the correct `alternatives` setting.
-* QEMU 2.8+ is required to run Stretch images locally in QEMU. This version is available in Stretch and Jessie backports apts.
### Setup Sudo
@@ -653,11 +653,6 @@ It is additionally available for direct use under `tmp/deploy/images/sdk-${DISTR
The SDK rootfs directory `/isar-apt` contains a copy of isar-apt repo with locally prebuilt target debian packages (for <HOST_DISTRO>).
One may chroot into the SDK and install required target packages with the help of `apt-get install <package_name>:<DISTRO_ARCH>` command.
-### Limitation
-
-Only Debian Stretch for SDK root filesystem is supported as only Stretch provides crossbuild environment by default.
-(Debian Jessie requires some additional preconfiguration steps see https://wiki.debian.org/CrossToolchains#Installation for details).
-
### Example
- Trigger creation of SDK root filesystem
--
2.11.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: declare supported host system >= stretch
2018-12-07 13:00 [PATCH] doc: declare supported host system >= stretch Maxim Yu. Osipov
@ 2018-12-10 12:06 ` Maxim Yu. Osipov
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-12-10 12:06 UTC (permalink / raw)
To: isar-users
On 12/7/18 4:00 PM, Maxim Yu. Osipov wrote:
Applied to the 'next'.
> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
> ---
> Supported_Configurations.md | 40 ++++++++++++++++++++++++++++++++++++++++
> doc/user_manual.md | 9 ++-------
> 2 files changed, 42 insertions(+), 7 deletions(-)
>
> diff --git a/Supported_Configurations.md b/Supported_Configurations.md
> index 2281c1b..e36f14a 100644
> --- a/Supported_Configurations.md
> +++ b/Supported_Configurations.md
> @@ -1,6 +1,46 @@
> Supported Configurations
> ========================
>
> +Release next
> +------------
> +
> +### Host System : debian-jessie-amd64
> +
> +Not supported since e0feb7d
> +
> +### Host System : debian-stretch-amd64
> +
> +|Target System |Native Build |Cross Build |QEMU test |SDK Support |Notes |
> +|:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:---------------------------:|
> +| debian-jessie-i386 |YES |UNKNOWN |YES |NO | |
> +| debian-jessie-amd64 |YES |YES |YES |NO | |
> +| debian-jessie-armhf |YES |YES |YES |NO | |
> +| debian-jessie-arm64 |UNKNOWN |UNKNOWN |UNKNOWN |UNKNOWN | |
> +| debian-stretch-i386 |YES |UNKNOWN |YES |UNKNOWN | |
> +| debian-stretch-amd64 |YES |YES |YES |UNKNOWN | |
> +| debian-stretch-armhf |YES |YES |YES |YES | |
> +| debian-stretch-arm64 |YES |YES |YES |YES | |
> +| debian-buster-i386 |YES |UNKWNOWN |YES |UNKNOWN | supported since 4808430 |
> +| debian-buster-amd64 |YES |YES |YES |UNKNOWN | supported since 4808430 |
> +| debian-buster-armhf |YES |UNKNOWN |YES |UNKNOWN | supported since 4808430 |
> +| debian-buster-arm64 |YES |UNKNOWN |YES |UNKNOWN | supported since 4808430 |
> +
> +### Host System : debian-buster-amd64
> +
> +TBD
> +
> +### Host System : debian-jessie-i386
> +
> +TBD
> +
> +### Host System : debian-stretch-i386
> +
> +TBD
> +
> +### Host System : debian-buster-i386
> +TBD
> +
> +
> Release v0.6
> ------------
>
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index ad80c20..2aa291d 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -53,11 +53,12 @@ The steps below describe how to build the images provided by default.
>
> ### Install Host Tools
>
> +The supported host system is >= stretch.
> +
> Install the following packages:
> ```
> dosfstools
> git
> -debootstrap/jessie-backports # host == jessie && target >= buster
> dpkg-dev
> parted
> python3
> @@ -73,7 +74,6 @@ Notes:
>
> * BitBake requires Python 3.4+.
> * The python3 package is required for the correct `alternatives` setting.
> -* QEMU 2.8+ is required to run Stretch images locally in QEMU. This version is available in Stretch and Jessie backports apts.
>
> ### Setup Sudo
>
> @@ -653,11 +653,6 @@ It is additionally available for direct use under `tmp/deploy/images/sdk-${DISTR
> The SDK rootfs directory `/isar-apt` contains a copy of isar-apt repo with locally prebuilt target debian packages (for <HOST_DISTRO>).
> One may chroot into the SDK and install required target packages with the help of `apt-get install <package_name>:<DISTRO_ARCH>` command.
>
> -### Limitation
> -
> -Only Debian Stretch for SDK root filesystem is supported as only Stretch provides crossbuild environment by default.
> -(Debian Jessie requires some additional preconfiguration steps see https://wiki.debian.org/CrossToolchains#Installation for details).
> -
> ### Example
>
> - Trigger creation of SDK root filesystem
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-10 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-07 13:00 [PATCH] doc: declare supported host system >= stretch Maxim Yu. Osipov
2018-12-10 12:06 ` 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