Message ID | 20240108212539.3271221-4-tharvey@gateworks.com |
---|---|
State | Accepted |
Headers | show
Return-Path: <openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=h2V87295; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4T86cZ2C57z1yPf for <incoming@patchwork.ozlabs.org>; Tue, 9 Jan 2024 08:28:27 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=V1BDobx3B1T77VQfz4kQ3Y3P7t84YPNB4tRyZRnNaKk=; b=h2V87295CcOEey AoA5V5R3ykjNerVbdRmEBJJUhJjc5a5eSXoaBPy1ERnql5BSffzbPwKUkmtYRjPRNhmn5pETvj+V/ GJCLeHPTsFVgIxPtxtGMN9KO+HkzWEg87yk5kL3GjBgPu3esGYddzohgXqfYx5cEtEoSYnwnhJwlp oooELxAuyHaG72Dt6wsrN7P9TNQoDMUF4TPUatCjKtsMCvUrsxcYHOXHtQjPKuFb3DoYtRGttWz96 vNJ7ya8EOIMO72sO+dI2UMJ0j6Jv1UxCfMZy7SYcVVqC/mEJWvdwvhyCuRojjzkksdjU1Q9MHKCuy hIUgqShxoh7UmL8Fg+bw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rMx82-006Glq-0r; Mon, 08 Jan 2024 21:25:50 +0000 Received: from finn.gateworks.com ([108.161.129.64] helo=finn.localdomain) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rMx7x-006GkJ-2h for openwrt-devel@lists.openwrt.org; Mon, 08 Jan 2024 21:25:47 +0000 Received: from 068-189-091-139.biz.spectrum.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by finn.localdomain with esmtp (Exim 4.95) (envelope-from <tharvey@gateworks.com>) id 1rMx7u-000bby-22; Mon, 08 Jan 2024 21:25:42 +0000 From: Tim Harvey <tharvey@gateworks.com> To: OpenWrt Development List <openwrt-devel@lists.openwrt.org> Cc: Koen Vandeputte <koen.vandeputte@citymesh.com>, Tim Harvey <tharvey@gateworks.com> Subject: [PATCH 4/4] imx: add 6.1 kernel as testing Date: Mon, 8 Jan 2024 13:25:39 -0800 Message-Id: <20240108212539.3271221-4-tharvey@gateworks.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240108212539.3271221-1-tharvey@gateworks.com> References: <20240108212539.3271221-1-tharvey@gateworks.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240108_132545_887347_34AC69AB X-CRM114-Status: UNSURE ( 6.15 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: allow to test 6.1 kernel for imx Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- target/linux/imx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile index 5fb7a4d339ef..5f7f9db58959 100644 --- a/target/linux/imx/Makefile +++ b/target/linux/imx/Makefile @@ -11,6 +11,7 @@ FEATURES:=a [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List <openwrt-devel.lists.openwrt.org> List-Unsubscribe: <https://lists.openwrt.org/mailman/options/openwrt-devel>, <mailto:openwrt-devel-request@lists.openwrt.org?subject=unsubscribe> List-Archive: <http://lists.openwrt.org/pipermail/openwrt-devel/> List-Post: <mailto:openwrt-devel@lists.openwrt.org> List-Help: <mailto:openwrt-devel-request@lists.openwrt.org?subject=help> List-Subscribe: <https://lists.openwrt.org/mailman/listinfo/openwrt-devel>, <mailto:openwrt-devel-request@lists.openwrt.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "openwrt-devel" <openwrt-devel-bounces@lists.openwrt.org> Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org |
Series |
[1/4] imx: copy patches 5.15 to 6.1
|
expand
|
diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile index 5fb7a4d339ef..5f7f9db58959 100644 --- a/target/linux/imx/Makefile +++ b/target/linux/imx/Makefile @@ -11,6 +11,7 @@ FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubif SUBTARGETS:=cortexa7 cortexa9 KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk
allow to test 6.1 kernel for imx Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- target/linux/imx/Makefile | 1 + 1 file changed, 1 insertion(+)