From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH 1/2] x86_64: use generic 'series' file for kernel patches
Date: Sun, 13 Aug 2023 20:57:32 +0200 [thread overview]
Message-ID: <20230813185733.3933842-1-rhi@pengutronix.de> (raw)
The x86_64 kernel fails to extract since the patches were added in
commit 618ef295907a, as there is now a linux patch folder, but no file
named 'series.x86_64' in it. Use the same series file as all other
platforms to get rid of this error.
Fixes: 618ef295907a847425c9 (2023-07-25, "linux-6.4: backport regression patches")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
configs/platform-x86_64/platformconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig
index 032f5a176cf4..f0405736ad4b 100644
--- a/configs/platform-x86_64/platformconfig
+++ b/configs/platform-x86_64/platformconfig
@@ -151,7 +151,7 @@ PTXCONF_KERNEL_CONFIG_BASE_VERSION=y
#
# patching & configuration
#
-PTXCONF_KERNEL_SERIES="series${PTXDIST_PLATFORMSUFFIX}"
+PTXCONF_KERNEL_SERIES="series"
PTXCONF_KERNEL_CONFIG="kernelconfig"
# end of patching & configuration
--
2.39.2
next reply other threads:[~2023-08-13 18:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-13 18:57 Roland Hieber [this message]
2023-08-13 18:57 ` [DistroKit] [PATCH 2/2] configs: remove outdated collectionconfigs Roland Hieber
2023-08-15 9:12 ` Robert Schwebel
2023-08-15 9:10 ` [DistroKit] [PATCH 1/2] x86_64: use generic 'series' file for kernel patches Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230813185733.3933842-1-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox