DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/2] x86_64: use generic 'series' file for kernel patches
@ 2023-08-13 18:57 Roland Hieber
  2023-08-13 18:57 ` [DistroKit] [PATCH 2/2] configs: remove outdated collectionconfigs Roland Hieber
  2023-08-15  9:10 ` [DistroKit] [PATCH 1/2] x86_64: use generic 'series' file for kernel patches Robert Schwebel
  0 siblings, 2 replies; 4+ messages in thread
From: Roland Hieber @ 2023-08-13 18:57 UTC (permalink / raw)
  To: distrokit; +Cc: Roland Hieber

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-15  9:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13 18:57 [DistroKit] [PATCH 1/2] x86_64: use generic 'series' file for kernel patches Roland Hieber
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox