From: Jesse Taube <mr.bossman075@gmail.com>
To: buildroot@buildroot.org
Cc: Jesse Taube <Mr.Bossman075@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Marcus Hoffmann <buildroot@bubu1.eu>
Subject: [Buildroot] [PATCH 2/2] package/pico-sdk: Clone submodules for picotool
Date: Mon, 4 Aug 2025 20:03:52 -0400 [thread overview]
Message-ID: <20250805000352.4062434-2-Mr.Bossman075@gmail.com> (raw)
In-Reply-To: <20250805000352.4062434-1-Mr.Bossman075@gmail.com>
picotool needs mbedtls for --hash --sign and --offset.
Clone submodules in pico-sdk to provide the nessasaary files for
picotool to build and link mbedtls and other optional libraries.
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
---
package/pico-sdk/pico-sdk.hash | 2 +-
package/pico-sdk/pico-sdk.mk | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package/pico-sdk/pico-sdk.hash b/package/pico-sdk/pico-sdk.hash
index 6d40417f3a..a7028cfa1d 100644
--- a/package/pico-sdk/pico-sdk.hash
+++ b/package/pico-sdk/pico-sdk.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 979af5c5aa5a07990544bc65e24a2121c096abd72ad0e6a03e7c524302e0f26e pico-sdk-2.1.1.tar.gz
+sha256 9f50e041d5f5afa7d7d0dd0d7dad46e524e9702c7d07ea3f445556c35afa226d pico-sdk-refs_tags_2.1.1-git4.tar.gz
sha256 483f865953435b66c443dee7558debe3cc3cf8fcbb6a112fd9fc6a795d53f1f6 LICENSE.TXT
diff --git a/package/pico-sdk/pico-sdk.mk b/package/pico-sdk/pico-sdk.mk
index cf487ac568..45db495623 100644
--- a/package/pico-sdk/pico-sdk.mk
+++ b/package/pico-sdk/pico-sdk.mk
@@ -4,8 +4,10 @@
#
################################################################################
-PICO_SDK_VERSION = 2.1.1
-PICO_SDK_SITE = $(call github,raspberrypi,pico-sdk,$(PICO_SDK_VERSION))
+PICO_SDK_VERSION = refs/tags/2.1.1
+PICO_SDK_SITE = https://git@github.com/raspberrypi/pico-sdk.git
+PICO_SDK_SITE_METHOD = git
+PICO_SDK_GIT_SUBMODULES = YES
PICO_SDK_LICENSE = BSD-3-Clause
PICO_SDK_LICENSE_FILES = LICENSE.TXT
PICO_SDK_INSTALL_STAGING = YES
--
2.49.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-08-05 0:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-05 0:03 [Buildroot] [PATCH 1/2] package/picotool, pico-sdk: Bump version to 2.1.1 Jesse Taube
2025-08-05 0:03 ` Jesse Taube [this message]
2026-01-06 21:12 ` [Buildroot] [PATCH 2/2] package/pico-sdk: Clone submodules for picotool Thomas Petazzoni via buildroot
2026-01-12 21:20 ` Jesse T
2026-01-06 21:09 ` [Buildroot] [PATCH 1/2] package/picotool, pico-sdk: Bump version to 2.1.1 Thomas Petazzoni via buildroot
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=20250805000352.4062434-2-Mr.Bossman075@gmail.com \
--to=mr.bossman075@gmail.com \
--cc=buildroot@bubu1.eu \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
/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