From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6605402071064641536 X-Received: by 2002:a2e:2244:: with SMTP id i65-v6mr130814lji.38.1537940019313; Tue, 25 Sep 2018 22:33:39 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:8246:: with SMTP id j6-v6ls89867ljh.10.gmail; Tue, 25 Sep 2018 22:33:38 -0700 (PDT) X-Google-Smtp-Source: ACcGV618QR6K3FQfiLBbq5ic/7tEzaoiSFzpstztnynDrVJS8KrbhOAL4VZQyZGeUP+xfeseGGMy X-Received: by 2002:a2e:9ed2:: with SMTP id h18-v6mr130614ljk.16.1537940018781; Tue, 25 Sep 2018 22:33:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537940018; cv=none; d=google.com; s=arc-20160816; b=BOX7ezDcfzTLUx9BJjFim88xlqzdlVanARolLSD7QW9k+Qn44UfhP1TCmxhC2N0lMU eQVq6hJhxq9aY85+4PnVz2LbKb596yd4JjJ5qjzdV/6/NNTiIJWS7D0LffgXIu2qeImZ 3CcP2cIKPMNwQeTpiYMqUVY6+AbQ+pPi+7TpHZwfjCfUcrEgpN33qRgqbPZtIvYRJ+Tb /KxIf4qss00/Cee4P4t89F7hcSHqsnPZWQd43lvGIh2k72nKwFoesAYtj6g+PntR4d/5 X1IfVxjw/hZO4OK1PWkLhDW75lIjOrFe//QYUoYbXj1sS5u9iVH+YVDgUw5VH8w1q5RN 4J0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:to:from; bh=/sT8CDh68FZHOy6zYYLqXP8StZzj7ghgv6926SMvbDk=; b=BSF41gLhdM5n0Va9igUpM3j+NY4p8A85P4yOyK2pkhL8a7RDLK51WelHpX6HIThi8p /bNv3ejh7Epe7SYOFRE26KWVT5Uq6ji3ytvhCzp8S24mSB+BywtvL9YVZDx2pckAk48i O7Gc+Vd4FZr6JKuwv4aKGdKyFrOkdHLnlz6Tp1aVaTClhT/qASCDrzpXxPyJs6SYKfUK 4k8t7L/sBbjs5gUrcfkbLkipYc+v5GGIezuONyGLI75uOQIZkvHAq5edghAYGA9GBV+C jytJyI0o+kswRMicuiQU82FIL31LdPqQeBzL6mlU7mlLMiViBtrHJQnfL2suFWuiS8h7 pOfg== 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 x16-v6si145676ljj.4.2018.09.25.22.33.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Sep 2018 22:33:38 -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 azat.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w8Q5XL3h019249 (version=TLSv1/SSLv3 cipher=AES128-SHA256 bits=128 verify=NOT) for ; Wed, 26 Sep 2018 07:33:37 +0200 From: "Maxim Yu. Osipov" 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 Message-Id: <20180926053321.24940-9-mosipov@ilbers.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180926053321.24940-1-mosipov@ilbers.de> References: <20180926053321.24940-1-mosipov@ilbers.de> X-TUID: PmZsyfaJoyZ9 As default build system is stretch update the manual accordingly. Signed-off-by: Maxim Yu. Osipov --- 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