From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6632235433515286528 X-Received: by 2002:a1c:f019:: with SMTP id a25mr262641wmb.2.1544187644142; Fri, 07 Dec 2018 05:00:44 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:6812:: with SMTP id w18ls362002wru.1.gmail; Fri, 07 Dec 2018 05:00:43 -0800 (PST) X-Google-Smtp-Source: AFSGD/URfIcP5u4Et5U7HMBdoJRsIqym4gTCLFujpeusRe3Zk/v5zVCzMsEc7xc6nm6i+XPr8yA2 X-Received: by 2002:adf:f248:: with SMTP id b8mr164179wrp.9.1544187643303; Fri, 07 Dec 2018 05:00:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544187643; cv=none; d=google.com; s=arc-20160816; b=wtdU6AfGA67nQ58DQ2cN+UjwJgTVKkdUBXGCY+zMJlvGtshvx1kI+COc4nNgs6Mx3a pyIYCsxPcM9ftT8dGR/hw8d9Cb0+VniQ8sTJhK+4mMn2WnD0cbWF4AL9RdqUrxW19fF6 qT5xe35b2N14xZf/8OB68U8lCdGejj15R+46WHMy/brdTiq7m4N2lvL1REcWnr/jV1MP +OO97OO/Zt9JDbr5OcnRzHsddLwzvy+8eaDLkw8XCqHSfMsJi1r5p15mZYAKZVEHORXr SJ7pWgXGYwA4SjpLOy224cqYAhOUqNiWpz4yX3JRe6oy/LBnezkqePeLGS4Sq06sfpax vVtA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:to:from; bh=FGIVCICeCu2eHXu2T5RFVzSOOH9PHixqFpSiFW8Iu1o=; b=mse5JDaz4ZOkCtKVAUlXCWHCVVg9rfbLuyIUYnuBgx4DaSBWw/nT7oq2MOb0xJYdWe UPC6l1d7AfWKKHsdTFs5kmaadW1UssRMvEHVhYKAiZvSp39TEye01q+KzYiEc6xyz99K 5CI8cW3Ng/LSxE5oXD5n/tDYXz0YHfabjiwgbDN7TUnOTx4Eyw3dSzNKO74rBUzGDMK6 TGp2Q2+i99Bq7j4HMFT3fM2QxA++bzrFG+MPBsV8aGpBFVUrnZwXc3bz/oE0XwSwmaS+ n4K7V0obJF+Q5EufA40XfbXVOUQNORvgugXsSY5HLq9XO7kD2w+KsMWtojHY+RuLb+lJ wsMw== 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 z207si71076wmc.2.2018.12.07.05.00.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Dec 2018 05:00:43 -0800 (PST) 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 wB7D0PSE004359 (version=TLSv1/SSLv3 cipher=AES128-SHA256 bits=128 verify=NOT) for ; Fri, 7 Dec 2018 14:00:42 +0100 From: "Maxim Yu. Osipov" To: isar-users@googlegroups.com Subject: [PATCH] doc: declare supported host system >= stretch Date: Fri, 7 Dec 2018 14:00:24 +0100 Message-Id: <20181207130024.21167-1-mosipov@ilbers.de> X-Mailer: git-send-email 2.11.0 X-TUID: l/dC0tE034Vg Signed-off-by: Maxim Yu. Osipov --- 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 ). One may chroot into the SDK and install required target packages with the help of `apt-get install :` 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