public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] doc: Mention Banana Pi support
@ 2018-08-16 16:44 Henning Schild
  2018-08-17  5:29 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Schild @ 2018-08-16 16:44 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

Commit 31b7a1810796 introduced support for building images for the
Banana Pi, cover that in the manual.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 doc/user_manual.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 427f83d..32d4efa 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -46,6 +46,7 @@ configurations:
  - QEMU amd64 with Debian Jessie
  - QEMU amd64 with Debian Stretch
  - Raspberry Pi 1 Model B with Raspbian Jessie (see #23)
+ - Banana Pi BPI-M1
 
 The steps below describe how to build the images provided by default.
 
@@ -146,6 +147,7 @@ BBMULTICONFIG = " \
     qemuamd64-jessie \
     qemuamd64-stretch \
     rpi-jessie \
+    bananapi-stretch \
 "
 ```
 
@@ -159,7 +161,8 @@ $ bitbake multiconfig:qemuarm-wheezy:isar-image-base \
     multiconfig:qemui386-stretch:isar-image-base \
     multiconfig:qemuamd64-jessie:isar-image-base \
     multiconfig:qemuamd64-stretch:isar-image-base \
-    multiconfig:rpi-jessie:isar-image-base
+    multiconfig:rpi-jessie:isar-image-base \
+    multiconfig:bananapi-stretch:isar-image-base
 ```
 
 Created images are:
@@ -173,6 +176,7 @@ 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
 ```
 
 The BitBake revision included with Isar seems to serialize multiconfig builds.
@@ -187,7 +191,8 @@ scripts/build_parallel ../build multiconfig:qemuarm-wheezy:isar-image-base \
     multiconfig:qemui386-stretch:isar-image-base \
     multiconfig:qemuamd64-jessie:isar-image-base \
     multiconfig:qemuamd64-stretch:isar-image-base \
-    multiconfig:rpi-jessie:isar-image-base
+    multiconfig:rpi-jessie:isar-image-base \
+    multiconfig:bananapi-stretch:isar-image-base
 ```
 
 Created images are:
@@ -201,6 +206,7 @@ Created images are:
 ../build-6/tmp/deploy/images/isar-image-base-debian-jessie-qemuamd64.ext4.img
 ../build-7/tmp/deploy/images/isar-image-base-debian-stretch-qemuamd64.wic.img
 ../build-8/tmp/deploy/images/isar-image-base.rpi-sdimg
+../build-9/tmp/deploy/images/isar-image-base-debian-stretch-bananapi.wic.img
 ```
 
 ### Generate full disk image
-- 
2.16.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-25 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-16 16:44 [PATCH] doc: Mention Banana Pi support Henning Schild
2018-08-17  5:29 ` Maxim Yu. Osipov
2018-09-13 10:30   ` Henning Schild
2018-09-25 11:30     ` 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