From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH 8/8] doc: Sync with current local.conf.sample
Date: Wed, 26 Sep 2018 07:33:21 +0200 [thread overview]
Message-ID: <20180926053321.24940-9-mosipov@ilbers.de> (raw)
In-Reply-To: <20180926053321.24940-1-mosipov@ilbers.de>
As default build system is stretch update the
manual accordingly.
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
doc/user_manual.md | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 06b357e..db58cf1 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -111,22 +111,22 @@ e.g.:
```
MACHINE ??= "qemuarm"
-DISTRO ??= "debian-jessie"
+DISTRO ??= "debian-stretch"
DISTRO_ARCH ??= "armhf"
```
Then, call `bitbake` with image names, e.g.:
```
-bitbake multiconfig:qemuamd64-stretch:isar-image-base \
- multiconfig:qemuamd64-stretch:isar-image-debug
+bitbake multiconfig:qemuarm-stretch:isar-image-base \
+ multiconfig:qemuarm-stretch:isar-image-debug
```
The following images are created:
```
-tmp/deploy/images/isar-image-base-qemuarm-debian-jessie.ext4.img
-tmp/deploy/images/isar-image-debug-qemuarm-debian-jessie.ext4.img
+tmp/deploy/images/isar-image-base-qemuarm-debian-stretch.ext4.img
+tmp/deploy/images/isar-image-debug-qemuarm-debian-stretch.ext4.img
```
### Building Target Images for Multiple Configurations
@@ -136,12 +136,18 @@ a single call. List all configurations in `conf/local.conf`:
```
BBMULTICONFIG = " \
+ qemuarm-wheezy \
qemuarm-jessie \
qemuarm-stretch \
+ qemuarm-buster \
+ qemuarm64-stretch \
+ qemuarm64-buster \
qemui386-jessie \
qemui386-stretch \
+ qemui386-buster \
qemuamd64-jessie \
qemuamd64-stretch \
+ qemuamd64-buster \
rpi-jessie \
bananapi-stretch \
"
@@ -153,10 +159,14 @@ The following command will produce `isar-image-base` images for all targets:
$ bitbake \
multiconfig:qemuarm-jessie:isar-image-base \
multiconfig:qemuarm-stretch:isar-image-base \
+ multiconfig:qemuarm-buster:isar-image-base \
+ multiconfig:qemuarm64-stretch:isar-image-base \
multiconfig:qemui386-jessie:isar-image-base \
multiconfig:qemui386-stretch:isar-image-base \
+ multiconfig:qemui386-buster:isar-image-base \
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
```
@@ -166,6 +176,8 @@ 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
@@ -309,6 +321,7 @@ In Isar, each machine can use its specific Linux distro to generate `buildchroot
- debian-jessie
- debian-stretch
+ - debian-buster
- raspbian-jessie
User can select appropriate distro for specific machine by setting the following variable in machine configuration file:
@@ -369,6 +382,7 @@ To add new distro, user should perform the following steps:
```
debian-jessie
debian-stretch
+ debian-buster
```
- In this file, define the variables described above.
--
2.11.0
next prev parent reply other threads:[~2018-09-26 5:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 5:33 [PATCH 0/8] Make stretch default distro and related CI scripts updates Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 1/8] vm_smoke_test: Increase default timeout value Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 2/8] vm_smoke_test: Fix parameter name Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 3/8] ci_build: Fix parameter name and update help Maxim Yu. Osipov
2018-09-26 8:35 ` Henning Schild
2018-09-26 10:02 ` Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 4/8] conf: Change default distribution to stretch Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 5/8] ci_build: Add qemuarm-buster build Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 6/8] vm_smoke_test: Add qemuarm-buster test Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 7/8] ci_build: Add more configurations for cross compilation Maxim Yu. Osipov
2018-09-26 5:33 ` Maxim Yu. Osipov [this message]
2018-09-27 7:24 ` [PATCH 0/8] Make stretch default distro and related CI scripts updates Maxim Yu. Osipov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180926053321.24940-9-mosipov@ilbers.de \
--to=mosipov@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox