From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH] fixup! ptxdist: version bump 2025.05 -> 2025.06
Date: Wed, 25 Jun 2025 15:17:13 +0200 [thread overview]
Message-ID: <20250625131713.214840-1-rhi@pengutronix.de> (raw)
In-Reply-To: <aFFeZVzEbnpXTsZv@pengutronix.de>
[rhi: run 'scripts/p-all oldconfig all' for all other non-v7a platforms]
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
PTXdist 2025.06.0 now writes two checksums for each kconfig diff;
apparently updating the other platforms was forgotten.
Robert, can you squash this into Fabian's patch on next?
- Roland
configs/platform-mips/barebox-malta.config.diff | 1 +
configs/platform-mips/kernelconfig-ar9331.diff | 1 +
configs/platform-mips/kernelconfig-malta.diff | 1 +
configs/platform-mipsel/barebox-malta.config.diff | 1 +
configs/platform-mipsel/kernelconfig-malta.diff | 1 +
configs/platform-v7a_noneon/barebox-at91.config.diff | 1 +
configs/platform-v7a_noneon/barebox-vexpress.config.diff | 1 +
7 files changed, 7 insertions(+)
diff --git a/configs/platform-mips/barebox-malta.config.diff b/configs/platform-mips/barebox-malta.config.diff
index 687dbaf05f87..3344913dc2b6 100644
--- a/configs/platform-mips/barebox-malta.config.diff
+++ b/configs/platform-mips/barebox-malta.config.diff
@@ -1,4 +1,5 @@
56c8bdde9f772e6da0ade7950dae7293
+253d1b0b4ed4b9ea19742984c02607ce
# CONFIG_AT803X_PHY is not set
CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x400000
CONFIG_BAUDRATE=38400
diff --git a/configs/platform-mips/kernelconfig-ar9331.diff b/configs/platform-mips/kernelconfig-ar9331.diff
index 12a0224e9844..8e08b15a2517 100644
--- a/configs/platform-mips/kernelconfig-ar9331.diff
+++ b/configs/platform-mips/kernelconfig-ar9331.diff
@@ -1,4 +1,5 @@
ea4829d5ac8a0aa3ee33fc132702ae88
+1835ca486637a6ceda66acc8babfb66d
# CONFIG_ACORN_PARTITION is undefined
# CONFIG_AIX_PARTITION is undefined
# CONFIG_AMIGA_PARTITION is undefined
diff --git a/configs/platform-mips/kernelconfig-malta.diff b/configs/platform-mips/kernelconfig-malta.diff
index c9c590c230d8..eda00b6f031b 100644
--- a/configs/platform-mips/kernelconfig-malta.diff
+++ b/configs/platform-mips/kernelconfig-malta.diff
@@ -1,4 +1,5 @@
ea4829d5ac8a0aa3ee33fc132702ae88
+711bd071b76b13f49ab059fcecd92664
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_ACENIC is not set
diff --git a/configs/platform-mipsel/barebox-malta.config.diff b/configs/platform-mipsel/barebox-malta.config.diff
index 8102eff095d0..dcb4c1695c3a 100644
--- a/configs/platform-mipsel/barebox-malta.config.diff
+++ b/configs/platform-mipsel/barebox-malta.config.diff
@@ -1,4 +1,5 @@
384c9ac30abd9c9b72e1ea5249e85625
+b1e87710fdc9878810d52ebf04b16110
# CONFIG_AT803X_PHY is not set
CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x400000
CONFIG_BAUDRATE=38400
diff --git a/configs/platform-mipsel/kernelconfig-malta.diff b/configs/platform-mipsel/kernelconfig-malta.diff
index 3cb623cc0282..975e06f3bc82 100644
--- a/configs/platform-mipsel/kernelconfig-malta.diff
+++ b/configs/platform-mipsel/kernelconfig-malta.diff
@@ -1,4 +1,5 @@
cd23350593e3e06a524069f6394f74d2
+3e47f9c486a5b00272dbaedab1ccd114
# CONFIG_ACORN_PARTITION is undefined
# CONFIG_AHCI_CEVA is not set
# CONFIG_AHCI_DWC is not set
diff --git a/configs/platform-v7a_noneon/barebox-at91.config.diff b/configs/platform-v7a_noneon/barebox-at91.config.diff
index c233eb922216..85d5349a7705 100644
--- a/configs/platform-v7a_noneon/barebox-at91.config.diff
+++ b/configs/platform-v7a_noneon/barebox-at91.config.diff
@@ -1,4 +1,5 @@
6f44517b962a1e868fa0f03b89d5c450
+9c961b64873047307df764511e587103
CONFIG_ARCH_AT91=y
# CONFIG_ARCH_BCM283X is not set
# CONFIG_ARCH_IMX is undefined
diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config.diff b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
index f0dac1c51459..e2a5942a5aba 100644
--- a/configs/platform-v7a_noneon/barebox-vexpress.config.diff
+++ b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
@@ -1,4 +1,5 @@
6f44517b962a1e868fa0f03b89d5c450
+910a141ea6513b56d6c27f22e037283f
CONFIG_AMBA_SP804=y
# CONFIG_ARCH_BCM283X is not set
CONFIG_ARCH_VEXPRESS=y
--
2.39.5
next prev parent reply other threads:[~2025-06-25 13:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-17 10:37 [DistroKit] [PATCH v2] " Fabian Pflug
2025-06-17 12:24 ` Robert Schwebel
2025-06-25 13:17 ` Roland Hieber [this message]
2025-06-27 12:32 ` [DistroKit] [PATCH v3] ptxdist: version bump 2025.05.0 -> 2025.06.0 Roland Hieber
2025-06-23 10:15 ` [DistroKit] [PATCH v2] ptxdist: version bump 2025.05 -> 2025.06 Roland Hieber
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=20250625131713.214840-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