From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6523072403514327040 X-Received: by 10.28.88.195 with SMTP id m186mr90860wmb.31.1519043783126; Mon, 19 Feb 2018 04:36:23 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.20.17 with SMTP id 17ls910440wmu.8.canary-gmail; Mon, 19 Feb 2018 04:36:22 -0800 (PST) X-Google-Smtp-Source: AH8x22692gao1gQ9Q+txG0eRw6vLV+ECyNKiUBrNSEYe+Tum0WQyJonMmF6ro1qKpOx01fP3Q2kR X-Received: by 10.28.116.24 with SMTP id p24mr2026323wmc.6.1519043782509; Mon, 19 Feb 2018 04:36:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519043782; cv=none; d=google.com; s=arc-20160816; b=y6aXGHyi/lSuoAi8i39xupl2Dc2L7aRS1hhSZyH5QHZ9QueTI9nPFMXnckhRjYh+uD g0/AnRft8lBb1PGX+8ehDfp3lh/yOFOVWuXdhh/R0Z0YiNB0nKbh4754zCjt+6O7HvD9 qBgvLgkR+ij1DWBBRKnLGKQnWiREfn5ewZLEe9vBIOfvkP9F/36+l0VWTboqia6L9OEo R/w1/vsb5kFMwIDTxPeGzbcuAYz2vEHObLzmU93sBRDMfAF/EG2Nzd4JGyxT4JtMyQqM wsu9vSh2YS0rlL+kWPMAIjU8Lh+4BruuY0VMKylrABPF3bojWHNTvFa6pZzI0ilmNk7Q mn7g== 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:from:references:to:subject :arc-authentication-results; bh=6f79OyB8vEjTk5UDJZl+6OclZhbVwqYcK122wjgEd/s=; b=h1h2m344kGDZbeud4RAIcw74XYeYiGblXQfKfKoLFkPre3umB6Nc0MeA/nKc3osheO YI4ygH2sMhyS3GG/6efGCueJjGJKbd0GnwguSCYGHdwKvVT46MaQCGC4OguAW6SnnvWO GpLLMuIlr3rU8a1l/xC+3zSpX3eStPXEVLWRGsPIFXqbIgE3wSYWuM1L1I17XJQOGqRw Z9wHwBAfb8Gw0P0j+0lbsxqZwUlTJtN2znhQrLf8jjEfhE94nZYNNqOA7xGI7381qQK+ +5e5VlcRNVH6yrvhULLV/voykTElPN8JGLfbj5hd/fxmJsX6Lb52zqbRwikaNf/OFPGg 4gjA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id 200si575926wml.2.2018.02.19.04.36.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Feb 2018 04:36:22 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id w1JCaLDR016493 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 19 Feb 2018 13:36:22 +0100 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id w1JCaLYP002103; Mon, 19 Feb 2018 13:36:21 +0100 Subject: Re: [PATCH 5/8] Add qemuarm64-stretch multiconfig To: Alexander Smirnov , isar-users References: <32c61c30-ec42-793f-a562-cb5e9b1e6dfa@siemens.com> <11c0b40e-c34e-bcb6-0f98-c24999e2f3a1@ilbers.de> From: Jan Kiszka Message-ID: <131fdcc4-1030-c8b5-7404-b93ddbe8d2aa@siemens.com> Date: Mon, 19 Feb 2018 13:36:20 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: <11c0b40e-c34e-bcb6-0f98-c24999e2f3a1@ilbers.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 1a8NCUl0osoY On 2018-02-19 13:19, Alexander Smirnov wrote: > On 02/19/2018 02:15 PM, Jan Kiszka wrote: >> On 2018-02-19 11:23, Alexander Smirnov wrote: >>> On 02/16/2018 11:52 AM, Jan Kiszka wrote: >>>> From: Jan Kiszka >>>> >>>> Extend the image build script as needed and add a multiconfig that >>>> allows to build a qemuarm64 target using stretch. Also add a machine >>>> config for QEMU. >>> >>> This patch makes the documentation out-dated: >>> >>> https://github.com/ilbers/isar/blob/master/doc/user_manual.md#getting-started >>> >>> >>> >>> Should I expect updated for user_manual? >> >> The user manual is widely outdated already, and we are about to change >> further fundamental aspects of Isar (proper wic integration, multistrap >> removal, ...). Let's wait for that to finish, then rewrite the manual. >> > > I couldn't agree with such approach. Isar is the community project, so > at anytime new users could appear, keeping out-dated documentation or > even invalid one, makes the whole project unusable. Also I suppose in > near future we will be in permanent "about to change fundamentals". > It would be nice to define who and when will document new features, so > the new official release could be announced. I generally agree, but - as I said - the manual was already outdated prior to all the recent changes. That was the reason I didn't care updating it. Again, it would be best to redesign the manual once all the upcoming key user-visible changes have been send and merged. And those are IMHO - wic - image generation (internally via debootstrap, externally via some bbclass or include) - refactoring of meta-isar to meta-isar-example Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux