From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6930158533957648384 X-Received: by 2002:a17:906:9515:: with SMTP id u21mr28937260ejx.86.1617023680741; Mon, 29 Mar 2021 06:14:40 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:16d7:: with SMTP id t23ls8506812ejd.7.gmail; Mon, 29 Mar 2021 06:14:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxrX0vI7H8XaIj5iO3BYIttMQxaKu/7sAH7UNgLckijHlGWZNWNBodm+8ih8GJzRPzIAovI X-Received: by 2002:a17:907:75d9:: with SMTP id jl25mr27660705ejc.452.1617023679896; Mon, 29 Mar 2021 06:14:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617023679; cv=none; d=google.com; s=arc-20160816; b=tRp4wtTnDQKBmoTDtCl4aPUofRqPW47uK7EcDdonGUPjvwMvxnixhMzHN06zyEN/de dRprQlLOp6azmY31VvZnNZ7ISabR+RglXCGeg0kBz52U8Bsa9e7Dj45/9533jy78h9VQ n0dFj7cwZYOGMTnSuG+MhtFEbcBv88NiUy8+YxVq5xSjpoEce19+AJGReo8g16N0aheQ zwhwt/40iomPbRY8vuYwi4DPVsxT6lzFVJQg+lDQIn6fvcx6mscEuCnzsFw6ovqgfeo2 0So+x/jjZ7FBhAhMydcf5bBKOEfCPny6gskDZ1o2PfMhkltelXxec4RUgTPEaFoarhy1 99GQ== 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=1gotYwL6zJU56scIVOBd/YiRUvhC1kVyYKl9sV3fwjA=; b=rUCLeMjU2FGz/u6W0scqEuYiLyeOmPFA7Um7w2w8/gHShaDP+dZs32cKgGSCUnA8Cr ReQdYw7PEuBgV1lqzKmMOV9EjYB2qmb/N6DPxVUo1L6ZmwZOcL3WlG/u3KmTCL4LhV2S goDUUzy9P7ZeaOdn+d9g44u/oICnV+GL5PQGowxkIm8gOWEjeepgXP5EZsZCOkcsG2X3 YjQ35XElVm4gw8wl+t7la+u1rzTFUyHCay87q/tVtZVYOi5adW9o/AuRDeM67Efp/cFL OhfLvoSHDW6LYMxeijfk9eiUdnQmPTf3oNfEJDPmbxCerwokGnm/UuGVvY2U5i9fbgz5 AiQA== 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 m18si384732edd.5.2021.03.29.06.14.39 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Mar 2021 06:14:39 -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-76-88-121-178.mgts.dynamic.pppoe.byfly.by [178.121.88.76] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 12TDEcgv020703 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 29 Mar 2021 15:14:39 +0200 Subject: Re: [PATCH] meta: bump compat level in debianization we carry To: isar-users@googlegroups.com References: <20210217090927.12357-1-henning.schild@siemens.com> From: Anton Mikanovich Message-ID: <80278206-3235-ad3f-8c7b-90eac909f2c6@ilbers.de> Date: Mon, 29 Mar 2021 16:14:33 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20210217090927.12357-1-henning.schild@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: /C5+5ga3N0Rn Applied to next, thanks. 17.02.2021 12:09, Henning Schild wrote: > From: Henning Schild > > The debianize compat was already bumped to 10 in > 93658f7a72679c89e14adc7bbdbf3f5d52b7ac0d > > This patch also switches to 10 for all "compat" files we happen to have > in the tree. > > Signed-off-by: Henning Schild > --- > meta/recipes-bsp/u-boot/files/debian/compat | 2 +- > meta/recipes-kernel/linux-module/files/debian/compat | 2 +- > meta/recipes-kernel/linux/files/debian/compat | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-bsp/u-boot/files/debian/compat b/meta/recipes-bsp/u-boot/files/debian/compat > index ec635144f6..f599e28b8a 100644 > --- a/meta/recipes-bsp/u-boot/files/debian/compat > +++ b/meta/recipes-bsp/u-boot/files/debian/compat > @@ -1 +1 @@ > -9 > +10 > diff --git a/meta/recipes-kernel/linux-module/files/debian/compat b/meta/recipes-kernel/linux-module/files/debian/compat > index ec635144f6..f599e28b8a 100644 > --- a/meta/recipes-kernel/linux-module/files/debian/compat > +++ b/meta/recipes-kernel/linux-module/files/debian/compat > @@ -1 +1 @@ > -9 > +10 > diff --git a/meta/recipes-kernel/linux/files/debian/compat b/meta/recipes-kernel/linux/files/debian/compat > index ec635144f6..f599e28b8a 100644 > --- a/meta/recipes-kernel/linux/files/debian/compat > +++ b/meta/recipes-kernel/linux/files/debian/compat > @@ -1 +1 @@ > -9 > +10 -- 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