From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6868613252732944384 X-Received: by 2002:adf:ed12:: with SMTP id a18mr54866397wro.178.1600689997727; Mon, 21 Sep 2020 05:06:37 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:a58a:: with SMTP id o132ls6501616wme.3.gmail; Mon, 21 Sep 2020 05:06:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz6fDfkjxQlYH2qaul2hNw0hn90Fl8m2sPO+3K9nttHOz/bwUB10b3VOIxpCU0jCWm968Uk X-Received: by 2002:a1c:96cf:: with SMTP id y198mr30471958wmd.104.1600689996670; Mon, 21 Sep 2020 05:06:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600689996; cv=none; d=google.com; s=arc-20160816; b=h4dscQ9g9Hd9Un6G/+tr5UaeUqT/w0bjdIz0Giui8pydIX1iHHdFiB+YFm/XPU65OA gHZGo10ps4qZ8VWALPotYMYp8D1L9Dsz2y6iUQBjNJ6CU0hZFkX6fzxcuYcroBWaUl9s C7/AXBZxQTKYiEeLA1RLb2Gr9YK0nww6JAOmb1Na/7BWxHleoiB0gF6SBiAjFmGLN/3w 4Wh8SvhpSVBIZiDNHDI6I6zvPaykSr5vvKf32O/bcoV2yR/kaDFTwgNSe+u3gCMzNpFJ 8HDhOUDGso+e1Ks7QKrcL5HBWKTO/Wy+eV/SeIh3NMFY2bfyKWPQfNUihFvmY08wLCO+ OOYg== 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; bh=jevcCCymJN5KYJ0NwqL0UpFy36VnF2OOj+tyU57/5fM=; b=ddEdwEg2Uq7WsVYhFErUdMthgzkTB/u1XNFdKBt5TKn3gLbU8IZUSDxa/nY3PRAgZF 7oQ/yXBavaVFiLXWDtAyNgaz1PX4FEH5wv4+2y7PFNJkj2w4Eei996saHeVn9HnlA720 AxBzgEaBW4LG0LDO9SvhpqFc8bZ6hzO/iNoj01F17GYrRU6H7ZWu492RMpZCV2nq4lAo aT1jjr4nxH4IweTib/wOxEXIf8qRTpntMoR9+8Jq/9riiDNYKJsHvojYSpjPTm99D5B4 VvfNB66jMkxCAlFU9DSHG8TcSwZQIGmzlRT999ed6OJCpZllHtkGoWNkzqBmBN0+y2bq SceA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id h11si258583wrr.3.2020.09.21.05.06.36 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2020 05:06:36 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id 08LC6a8J016935 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 21 Sep 2020 14:06:36 +0200 Received: from [167.87.4.147] ([167.87.4.147]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 08LC6YcA023443 for ; Mon, 21 Sep 2020 14:06:35 +0200 Subject: Re: [PATCH v2 0/4] 32-bit compat arch support To: isar-users References: <5543a66d-16ce-1606-162b-f55ef7a0c4c1@siemens.com> <20200921094144.GM16317@yssyq.m.ilbers.de> From: Jan Kiszka Message-ID: Date: Mon, 21 Sep 2020 14:06:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200921094144.GM16317@yssyq.m.ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: MV0qGxLovv/I On 21.09.20 11:41, Baurzhan Ismagulov wrote: > On Mon, Sep 21, 2020 at 11:24:51AM +0200, Jan Kiszka wrote: >> Any feedback on this? We are about to move this into production, exposing it >> to end-users. > > Thanks for the info, will have a more detailed look and let you know. > > Regarding "qemuarm-stretch" stuff: Those reference verbatim file names under > meta-isar/conf/multiconfig. Just cutting the "qemu" part is confusing as well, > as the remaining part isn't how it's called in Debian. > > I've re-read the preceding paragraph, literally it doesn't imply only qemu > stuff is cross-buildable; but I see what you mean. The obvious options are 1. > to mention non-qemu configurations in the list and 2. rewrite the entries using > Debian arch names ("stretch armhf", etc.). I would go for option 2. > > But let me ask the other way round, are there configurations in stock Isar that > don't support cross-building? Do we need to document the ones that do so > explicitly? Depends on what you define as being in stock Isar. If that implies having a multiconf in meta-isar and also just being experimental (riscv64), likely no. But there is also no statement that meta-isar defines what works with Isar, is there? Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux