From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7007736243513458688 X-Received: by 2002:a5d:630a:: with SMTP id i10mr6164281wru.178.1631798283867; Thu, 16 Sep 2021 06:18:03 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:c789:: with SMTP id l9ls1406098wrg.1.gmail; Thu, 16 Sep 2021 06:18:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyJaJwWr9udvTDL+21nnxqPefBrNENP6/8ukcoBGFjGZk6r63QvuAz3ySo/nmqYDcCT4B9L X-Received: by 2002:a5d:4411:: with SMTP id z17mr6026039wrq.146.1631798282730; Thu, 16 Sep 2021 06:18:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631798282; cv=none; d=google.com; s=arc-20160816; b=CjeOD7VhTy0MTxAY8fsuGy3Elr4uS5/+gGO8KrQo8tjmVEpvhc2WRCIzcEY5Jfr59E C/5ed/MhDizW4ZCaVyoyHmHcWa+E3gKr1y1T8iTbQFzqGBtxCnBbCzli62YKU+sGb/AK YBElbf2GjgYv1iAft4C9d0lUOjGDyeqIG7Er5RU2+EA2OJLgpJUEB1CSEISqynkt2d4r YNyNrfOlPmJSmauYUAhL1xduPQ1z2JyAojHqGlU6g1bpiSTU7lCYnuwGnbK122TpuiBm XY90RLgB2pQ9OwSkJiSAk5un4k2gXszTroO2hdJeI35a95So+GqMbjsPVR5QNtGn+Oy6 ZrbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=5eeUN921y84d/tWSDazbypiz4YII1DaF/doo3lKNDQU=; b=Zzz2PEmDh5X0x5125gfyjxSh9UWuf2aP60nI85hbj+epGRcgfsJKXI44OnRORhnDE3 nWV6QjHfT4QrOLlfQJfBl+RHSr7uv0qpxnZ5US7/LJUwFf7p/Ksu+Uc8/iycscW+lDcU 0/Lub+/x81ippM9kcccfPHfzLImdts4usuYHtXMM+hcv+Di4CwQCNnJxjXxGemo4NSrm ENaEzPfG3IUmgps+MHDjTiYQCODLYxl5coP1g+w2jObD3EeQJ2zr4mrHwEpzROfAxbqF U0Aqhj4E/gKY6rvEIYXIzxANF0MJo5ITCcFLZ+Hoo7NoS6v7LPtrJ+2K+v7mb5vI+gK4 WM9A== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id c4si259727wmq.0.2021.09.16.06.18.02 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 16 Sep 2021 06:18:02 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [192.168.67.164] (mm-240-58-214-37.mgts.dynamic.pppoe.byfly.by [37.214.58.240] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 18GDHxlR022723 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 16 Sep 2021 15:17:59 +0200 Subject: Re: [PATCH] conf: add new debian version "bookworm" To: Henning Schild , isar-users@googlegroups.com References: <20210914103530.27482-1-henning.schild@siemens.com> From: Anton Mikanovich Message-ID: <74f3b08d-689e-8010-32c5-bd0930c80fe3@ilbers.de> Date: Thu, 16 Sep 2021 16:17:53 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210914103530.27482-1-henning.schild@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TUID: QYU0pRarTBUN 14.09.2021 13:35, Henning Schild wrote: > Add all configuration files and CI targets. > > Signed-off-by: Henning Schild We are almost ready to migrate on Avocado and adding bookworm supposed to be the next step after that. So I can prepare v12 rebased on this patch to have Avocado upped to date when it will be ok to merge next week. Or we can only add bookworm into avocado CI implementation and keep legacy shell script as is. After merging Avocado I will send full test cases regroup RFC, because current one don't even cover all the targets but have already become too heavy. > diff --git a/meta-isar/conf/multiconfig/qemuarm64-bookworm.conf b/meta-isar/conf/multiconfig/qemuarm64-bookworm.conf > new file mode 100644 > index 000000000000..4bbaa849678b > --- /dev/null > +++ b/meta-isar/conf/multiconfig/qemuarm64-bookworm.conf > @@ -0,0 +1,6 @@ > +# This software is a part of ISAR. > +# Copyright (C) 2017 ilbers GmbH > +# Copyright (c) Siemens AG, 2019 > + > +MACHINE ?= "qemuarm64" > +DISTRO ?= "debian-bookworm" > diff --git a/meta-isar/conf/multiconfig/qemumipsel-bookworm.conf b/meta-isar/conf/multiconfig/qemumipsel-bookworm.conf > new file mode 100644 > index 000000000000..7016c1ec92a4 > --- /dev/null > +++ b/meta-isar/conf/multiconfig/qemumipsel-bookworm.conf > @@ -0,0 +1,5 @@ > +# This software is a part of ISAR. > +# Copyright (C) 2019 Mentor Graphics, a Siemens busines > + > +MACHINE ?= "qemumipsel" > +DISTRO ?= "debian-bookworm" I suppose copyright dates should be changed to 2021. -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov