From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6930158533957648384 X-Received: by 2002:ac2:58e8:: with SMTP id v8mr12351109lfo.486.1613553272254; Wed, 17 Feb 2021 01:14:32 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:3993:: with SMTP id j19ls904576lfu.3.gmail; Wed, 17 Feb 2021 01:14:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJxBnRiEZDXPJrF+nbpRIFNHZqhhmdVMF8Q5wdAxupbLvFHiu2BR8u/bjgpmSW3qKFcFzcC7 X-Received: by 2002:ac2:4da7:: with SMTP id h7mr14992161lfe.310.1613553271207; Wed, 17 Feb 2021 01:14:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613553271; cv=none; d=google.com; s=arc-20160816; b=OXegCmfGMe2A06nC7FSNJqc+l8CapgmdgU+qK2MLtJe0ybkFxmKASSIEddV4DDxGJs JlNWwhZuZEf0ikN4L7B5ylyg/QoYYdbc9YUJUzTwAGn/PUvRxjNaXcQU11zC29VDpnjB h5tAV2fqBcz4Q5Z3FY1MTvDu2Kd705+WTDAik9n0USwuO+Uple5Y2ft+qiq/anL5TUH7 JS5+zLGlx9EKEMZn+b3s7Cb6tjM7lsxydwLlfeY4O3nr/qyOQmVKjV/o3H3Z5G5uFjyF +2Dlvz3W06ITsP38XRjai/Sb+AvfrxIiDNQhriwuxukWXIr7xpn0qSkixKywuiuvb0Gi Us+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=RXGtLJkXxy6RDNYjEsBDaBKJqgm47mc+uXhD8jm1WO8=; b=F2zNRnvvGWTR+XcS+f/p042u8WNYN4yoJoTNnRj/iCnivoY52jKWv/hPcdhmJiSLJS ovICwpBcmQ+mUOY/+UzzZbaJNw9orlmocHwEGkgxSy+5eEHR0KzBnXVt1uQ/Puop/ZZ/ 2RN5ukyEXT61+n3ci4GZn86xj0BKSGsWDKzmLCESKCKN5ycmZqxBo0i5U0TckiBfJaAZ C7cuCJPv7BugP4TVkBl6ETQGagYzMmq8/VGU42auVb9l+lJtjQUsBk1cS5SJP5+z6MRi qU+OEfwXgtwSV1A0LYRRXxqLKygc1UAuZgT32pdi+LOTKKO7psV5z6lrOvmBKlly+lMO /ZpQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=henning.schild@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 28si62872lft.12.2021.02.17.01.14.30 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Feb 2021 01:14:31 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@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 henning.schild@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=henning.schild@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 11H9EUoE022757 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 17 Feb 2021 10:14:30 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.168]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 11H99U4A001027; Wed, 17 Feb 2021 10:09:30 +0100 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH] meta: bump compat level in debianization we carry Date: Wed, 17 Feb 2021 10:09:27 +0100 Message-Id: <20210217090927.12357-1-henning.schild@siemens.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: a4BtInyHA1sQ 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 -- 2.26.2