From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6806166825265528832 X-Received: by 2002:a17:906:4cd2:: with SMTP id q18mr19776135ejt.70.1586857464561; Tue, 14 Apr 2020 02:44:24 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:a2d2:: with SMTP id by18ls2296074ejb.2.gmail; Tue, 14 Apr 2020 02:44:24 -0700 (PDT) X-Google-Smtp-Source: APiQypIc2ylu2ds5aOjMG5nfNRNCoxL0Ofnqaw6+Rc1ucXBCtfUbGk1keH6qVAcPdHrjQfPCpUj4 X-Received: by 2002:a17:906:1603:: with SMTP id m3mr20218511ejd.205.1586857464017; Tue, 14 Apr 2020 02:44:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586857464; cv=none; d=google.com; s=arc-20160816; b=dPzt5LJUckyS/XGzMP1rJ2JKazk2Dty1oDPgok0rz3zYuYZElFHtTwQYJdIUKZEXu0 rq2vZKHxFZ8lksv32h6MQDAI3nYvqEuFFnKyqsg12m8Sw65JXw1tzBz3mZuTOwI2kmlq O3cUZlxaOB4tE29V8ncfkZ8MxanSBTNmINE35QQP30Ud5FH/YzqABUZQYEnyEG5zDbly 2YtFNo1HPAAeCxsZVM+PDoOG/GS0q6+mT8PoJ+MApfvnwZgprVIyNpkSETfVwtWc/9ld pDfejIwm7DqsrP6Ez4bzqIiZobTRSY4uZPPGCdps+S3xAg6gwmVD6IOoiwX+6zpXHxdC FX1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=OY241n3UbTLV1jJHG0Xpi8P15LbzkPKqZoKaPJjNm6A=; b=DWLQJCtJsYQ8GjE7mcvK/hzalb+QLS9oi0cuVEcw2BwGNs/mZ3F/zuN1nZcDUb2QKz P1zBtiua0IfPuMMA1vpp5Jm1xAV+/It4oRvvKurmebhjY6sQ7XXOq2jV//IQeNiULk49 Abx0aaZxl50OIxMeCksTGwhKEAa/KabrvdJltMXGFqb/yWpq9V86IfF3lSTzbx2TPxWB r4m4+kiiIg0BHTm5FYqM+LJzBtJ9gSq6Tu+kSm8tBsS8zLnXrzMUbjxMsrIkkH5/F5H0 CuXMvDqt4p4S7h2jqVExWbpngZjuXxs52CuDhOIO32Vspqove0DPQ/nYzVAAjqwh86C4 SgIw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id a41si411781edf.1.2020.04.14.02.44.23 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 14 Apr 2020 02:44:23 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 03E9iFgh008802 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 14 Apr 2020 11:44:23 +0200 Date: Tue, 14 Apr 2020 11:44:15 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v2] image: Add support for deploying multiple DTBs Message-ID: <20200414094415.j4qcmlwuw6g5ns7s@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <28173540-8c96-1427-a603-fc16864c1f42@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28173540-8c96-1427-a603-fc16864c1f42@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: ojOXVve30z0H On Fri, Mar 20, 2020 at 10:33:52AM +0100, Jan Kiszka wrote: > This allows to support non-distro-boot images which select from multiple > DTBs during boot. > > The isar-image-ubi recipe still only supports one DTB file, but that is > an exemplary recipe anyway. > > Based on original patch by Chao Zeng. Applied to next, thanks. With kind regards, Baurzhan.