From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6590360532724744192 X-Received: by 2002:a5d:4a86:: with SMTP id o6-v6mr2801083wrq.15.1534483804606; Thu, 16 Aug 2018 22:30:04 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:9a57:: with SMTP id z81-v6ls839772wrb.11.gmail; Thu, 16 Aug 2018 22:30:04 -0700 (PDT) X-Google-Smtp-Source: AA+uWPw9iHjbdF4mLVQAVyAAInuGJ7rFJeCYb7uIamgDiLeHnTC0U5y55k5ONBbM7jC5Rkuv96GV X-Received: by 2002:adf:ef84:: with SMTP id d4-v6mr2863951wro.29.1534483804236; Thu, 16 Aug 2018 22:30:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534483804; cv=none; d=google.com; s=arc-20160816; b=YwV1I1Obp85bvMeVb3NQrguSj5qIuIHhjUKpSvnF2QmcfM1dD69U5pRWPNZGbabXEQ M9BgfQk1e+l8XuORCL12pU7r4bv0Ye43qMUdvVIr7AFS2gn8hdD0Z51mP6q6cAGEOumo +GMzeTfLSfrTR0hiCE0kUHO260EDVuqLVeLVohnXCpElPAhut8tTkQjezPo9zIPOHaAx 6EaQO+uj3wzN2x84pNK7bVkNSy/3zDVr7PXzB9GbLi4Dz2K0wgYLUITZ6r+EErOOiWXJ mBGLyZt13oz+2rWV6M+mmjPMgPU7t8/WADc5bClm7XBfZpNWIHKxZKcPV0zrrMZryHYv eXdw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:organization:from:references:to:subject :arc-authentication-results; bh=fhwEYF7errTRs/EOnGn1WWZ2wjZZkwLKYBGYiTbQUOI=; b=Z06uXmGgUtc+mAMKBkKg+gXerBpdrhVIqNcX69JeDo8rcU/h6+DeYU5wkicgGmAdUQ YZqRHy3gn4dUv6cz7wTZeXrUevOVSanUOyg4669HjaLbGbefOGTX8L4vkQJ5TVOLLt3l Jnb/v2B7+U7sw6Zntr+W05UVGanNmUBbYLahG5GVEKPNrVqCgZfCZUqTls+iNmb9wS5H TfhO/Zlln5SaK2SCSJSXo7A/ZdLzY2+nRxNRN/jSWGqY4RzAuBWd1NK3ZbVeAhbsb9my wyBut1A+3YOvotKN3PlvjzWYHmdur1nGSPD9V9Iu7MdLmeJv4CQfHX4ErwYbGrkkSYky x8RA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id k1-v6si27182wrv.4.2018.08.16.22.30.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Aug 2018 22:30:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.180] (nat-ppp-217.71.235.199-satnet-spb.ru [217.71.235.199] (may be forged)) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w7H5U1RJ004961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 17 Aug 2018 07:30:03 +0200 Subject: Re: [PATCH] doc: Mention Banana Pi support To: Henning Schild , isar-users@googlegroups.com References: <20180816164440.5789-1-henning.schild@siemens.com> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: Date: Fri, 17 Aug 2018 08:29:56 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180816164440.5789-1-henning.schild@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: NESSYMkx4Vy+ On 08/16/2018 07:44 PM, Henning Schild wrote: > Commit 31b7a1810796 introduced support for building images for the > Banana Pi, cover that in the manual. Applied to the 'next'. Thanks, Maxim. > Signed-off-by: Henning Schild > --- > 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 > -- 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