From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 02 May 2023 10:06:55 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ptl2G-0028Mm-ES for lore@lore.pengutronix.de; Tue, 02 May 2023 10:06:55 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ptl2D-0007Qr-SK; Tue, 02 May 2023 10:06:53 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ptl27-0007Pi-QA for distrokit@pengutronix.de; Tue, 02 May 2023 10:06:47 +0200 Received: from [2a0a:edc0:0:900:1d::45] (helo=ginster) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ptl27-000Y0f-9f for distrokit@pengutronix.de; Tue, 02 May 2023 10:06:47 +0200 Received: from jbe by ginster with local (Exim 4.94.2) (envelope-from ) id 1ptl26-000Obe-Ck for distrokit@pengutronix.de; Tue, 02 May 2023 10:06:46 +0200 From: Juergen Borleis To: distrokit@pengutronix.de Date: Tue, 2 May 2023 10:06:45 +0200 Message-Id: <20230502080646.94539-2-jbe@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230502080646.94539-1-jbe@pengutronix.de> References: <20230502080646.94539-1-jbe@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 2/3] mips: linux: fixup kernel configuration X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false In commit 382e4ea5aef35e748466e635845ee05d01ab96db "ptxdist: version bump 2022.12.0 -> 2023.02.0" the generic kernel build rule was changed to consider disabling the use of the tool 'pahole'. But the mips arch has their local build rules and thus, do not consider 'pahole'. So, commit 6401964d92d713d5ea2004f00483d006bbf9522b "platform-mips: kernel: version bump 5.15 -> 6.2" does not update the 'pahole' setting and building the BPS with '-q' always fails due to kernel configuartion file adaptions. Signed-off-by: Jürgen Borleis --- configs/platform-mips/kernelconfig-malta.diff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/platform-mips/kernelconfig-malta.diff b/configs/platform-mips/kernelconfig-malta.diff index 54cf31d..6c000ba 100644 --- a/configs/platform-mips/kernelconfig-malta.diff +++ b/configs/platform-mips/kernelconfig-malta.diff @@ -1,4 +1,4 @@ -cdf0d080059fba498725589688290ed2 +9a421c3987eb59d7b790ee73d9e6a295 # CONFIG_8139CP is not set # CONFIG_8139TOO is not set # CONFIG_ACENIC is not set @@ -1188,6 +1188,7 @@ CONFIG_OF_MDIO=m # CONFIG_OVERLAY_FS_REDIRECT_DIR is undefined CONFIG_PAGE_SIZE_16KB=y # CONFIG_PAGE_SIZE_4KB is not set +CONFIG_PAHOLE_VERSION=0 # CONFIG_PANIC_ON_OOPS is not set CONFIG_PANIC_ON_OOPS_VALUE=0 CONFIG_PANIC_TIMEOUT=0 -- 2.30.2