From: TheStilbruch <TheStilbruch@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.20240701
Date: Tue, 20 Aug 2024 04:21:50 +0200 [thread overview]
Message-ID: <20240820022150.6BE772B8E8@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51217@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 698 bytes --]
There is an updated pull request by TheStilbruch against master on the void-packages repository
https://github.com/TheStilbruch/void-packages pinephone-uboot
https://github.com/void-linux/void-packages/pull/51217
pinephone-uboot: update to 0.0.20240701
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
Tested this on my pinephone and everything booted up properly. This is my first contribution to the project, let me know if I need to fix anything.
A patch file from https://github.com/void-linux/void-packages/pull/51217.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pinephone-uboot-51217.patch --]
[-- Type: text/x-diff, Size: 4490 bytes --]
From a726062519a1259642de7541cd7a555d18d37ce9 Mon Sep 17 00:00:00 2001
From: Hayden Pope <stilbruch@protonmail.com>
Date: Thu, 11 Jul 2024 22:18:36 -0500
Subject: [PATCH 1/3] pinephone-uboot: update to 0.0.202404.
---
srcpkgs/pinephone-uboot/template | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/pinephone-uboot/template b/srcpkgs/pinephone-uboot/template
index e594d838f2b9e2..25ef9a89ce5bb6 100644
--- a/srcpkgs/pinephone-uboot/template
+++ b/srcpkgs/pinephone-uboot/template
@@ -1,10 +1,10 @@
# Template file for 'pinephone-uboot'
pkgname=pinephone-uboot
-version=0.0.20200917
+version=0.0.202404
revision=3
archs="aarch64*"
create_wrksrc=yes
-hostmakedepends="flex cross-or1k-none-elf-gcc dtc python3 python3-devel bc swig"
+hostmakedepends="flex cross-or1k-none-elf-gcc dtc python3 python3-devel bc swig python3-distutils-extra openssl-devel"
depends="u-boot-tools"
conf_files="/etc/default/${pkgname}-config"
short_desc="U-Boot for Pinephone with Crust support"
@@ -12,21 +12,21 @@ maintainer="John Sullivan <jsullivan@csumb.edu>"
license="GPL-2.0-only, BSD-3-Clause"
homepage="http://www.denx.de/wiki/U-Boot/WebHome"
-_tag_uboot=crust-2020-09-17
-_ver_armtf=2.4
-_ver_crust=0.3
+_ver_uboot=2024.04
+_ver_armtf=2.10.0
+_ver_crust=0.6
-_uboot=u-boot-$_tag_uboot
+_uboot=u-boot-${_ver_uboot}
_armtf=arm-trusted-firmware-$_ver_armtf
_crust=crust-$_ver_crust
-distfiles="https://gitlab.com/pine64-org/u-boot/-/archive/${_tag_uboot}/${_uboot}.tar.gz
+distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${_ver_uboot}.tar.bz2
https://github.com/ARM-software/arm-trusted-firmware/archive/v${_ver_armtf}.tar.gz
https://github.com/crust-firmware/crust/archive/v${_ver_crust}.tar.gz"
-checksum="395e61790d4877e11c470445dfee834a017a4b5df5f7ee34ebcaa125713150dc
- 4bfda9fdbe5022f2e88ad3344165f7d38a8ae4a0e2d91d44d9a1603425cc642d
- cf02f227b909f40bcfc33a94088fce12356dab41bc7459c22b7b333b305d4c72"
+checksum="18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
+ 696b8e53923aac4474532da7dd681f0bd044b329732facd65aeabea3e61adca9
+ 43b89585dd7b6f022200bd788a97a85a831feffa988affc04bca18757a133efd"
# Note about _cross/_hostcc
#
From f43c04e70a9dd1003c442707288a516cbbe1bad4 Mon Sep 17 00:00:00 2001
From: Hayden Pope <stilbruch@protonmail.com>
Date: Fri, 12 Jul 2024 08:20:51 -0500
Subject: [PATCH 2/3] pinephone-uboot: update to 0.0.202407
---
srcpkgs/pinephone-uboot/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/pinephone-uboot/template b/srcpkgs/pinephone-uboot/template
index 25ef9a89ce5bb6..6ac92903bef17e 100644
--- a/srcpkgs/pinephone-uboot/template
+++ b/srcpkgs/pinephone-uboot/template
@@ -1,7 +1,7 @@
# Template file for 'pinephone-uboot'
pkgname=pinephone-uboot
-version=0.0.202404
-revision=3
+version=0.0.202407
+revision=1
archs="aarch64*"
create_wrksrc=yes
hostmakedepends="flex cross-or1k-none-elf-gcc dtc python3 python3-devel bc swig python3-distutils-extra openssl-devel"
@@ -12,7 +12,7 @@ maintainer="John Sullivan <jsullivan@csumb.edu>"
license="GPL-2.0-only, BSD-3-Clause"
homepage="http://www.denx.de/wiki/U-Boot/WebHome"
-_ver_uboot=2024.04
+_ver_uboot=2024.07
_ver_armtf=2.10.0
_ver_crust=0.6
@@ -24,7 +24,7 @@ distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${_ver_uboot}.tar.bz2
https://github.com/ARM-software/arm-trusted-firmware/archive/v${_ver_armtf}.tar.gz
https://github.com/crust-firmware/crust/archive/v${_ver_crust}.tar.gz"
-checksum="18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
+checksum="f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
696b8e53923aac4474532da7dd681f0bd044b329732facd65aeabea3e61adca9
43b89585dd7b6f022200bd788a97a85a831feffa988affc04bca18757a133efd"
From beb26cdafa0432ce0293f0294093a2ca130c72db Mon Sep 17 00:00:00 2001
From: Hayden Pope <stilbruch@protonmail.com>
Date: Wed, 24 Jul 2024 12:50:28 -0500
Subject: [PATCH 3/3] pinephone-uboot: update to 0.0.20240701
---
srcpkgs/pinephone-uboot/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/pinephone-uboot/template b/srcpkgs/pinephone-uboot/template
index 6ac92903bef17e..c91c0011d116e1 100644
--- a/srcpkgs/pinephone-uboot/template
+++ b/srcpkgs/pinephone-uboot/template
@@ -1,6 +1,6 @@
# Template file for 'pinephone-uboot'
pkgname=pinephone-uboot
-version=0.0.202407
+version=0.0.20240701
revision=1
archs="aarch64*"
create_wrksrc=yes
next prev parent reply other threads:[~2024-08-20 2:21 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
2024-07-12 6:40 ` [PR REVIEW] " Eloitor
2024-07-12 6:40 ` Eloitor
2024-07-12 13:21 ` [PR PATCH] [Updated] " TheStilbruch
2024-07-12 13:25 ` TheStilbruch
2024-07-12 13:26 ` TheStilbruch
2024-07-12 13:43 ` [PR PATCH] [Updated] " TheStilbruch
2024-07-23 20:54 ` TheStilbruch
2024-07-24 17:50 ` TheStilbruch
2024-07-24 17:52 ` TheStilbruch
2024-07-25 13:17 ` pinephone-uboot: update to 0.0.20240701 Eloitor
2024-07-25 13:32 ` Eloitor
2024-07-25 13:41 ` Eloitor
2024-07-25 13:59 ` TheStilbruch
2024-07-25 20:05 ` Eloitor
2024-07-26 2:10 ` TheStilbruch
2024-07-26 2:29 ` TheStilbruch
2024-07-26 20:11 ` Eloitor
2024-07-26 20:12 ` Eloitor
2024-08-20 2:19 ` [PR PATCH] [Updated] " TheStilbruch
2024-08-20 2:20 ` TheStilbruch
2024-08-20 2:21 ` TheStilbruch [this message]
2024-08-20 2:23 ` TheStilbruch
2024-11-19 2:03 ` pinephone-uboot: update to 2024.07 github-actions
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=20240820022150.6BE772B8E8@inbox.vuxu.org \
--to=thestilbruch@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/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;
as well as URLs for NNTP newsgroup(s).