* [PR PATCH] pinephone-uboot: update to 0.0.202404.
@ 2024-07-12 3:20 TheStilbruch
2024-07-12 6:40 ` [PR REVIEW] " Eloitor
` (22 more replies)
0 siblings, 23 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-12 3:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 692 bytes --]
There is a new 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.202404.
#### 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: 2209 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] 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
#
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR REVIEW] pinephone-uboot: update to 0.0.202404.
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
@ 2024-07-12 6:40 ` Eloitor
2024-07-12 6:40 ` Eloitor
` (21 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-12 6:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
New review comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#discussion_r1675388402
Comment:
revision=1
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR REVIEW] pinephone-uboot: update to 0.0.202404.
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
` (20 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-12 6:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 181 bytes --]
New review comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#discussion_r1675389332
Comment:
Isn't the latest version 2024.07?
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.202404.
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 ` TheStilbruch
2024-07-12 13:25 ` TheStilbruch
` (19 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-12 13:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 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.202404.
#### 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: 3266 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/2] 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 f5c6744da46193416f92a6570e80ed71b8e35bb6 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/2] pinephone-uboot: update to 0.0.202407
---
srcpkgs/pinephone-uboot/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/pinephone-uboot/template b/srcpkgs/pinephone-uboot/template
index 25ef9a89ce5bb6..cdc580e076d885 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
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.202404.
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (2 preceding siblings ...)
2024-07-12 13:21 ` [PR PATCH] [Updated] " TheStilbruch
@ 2024-07-12 13:25 ` TheStilbruch
2024-07-12 13:26 ` TheStilbruch
` (18 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-12 13:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
New comment by TheStilbruch on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2225587665
Comment:
Comments have been addressed in this latest commit
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.202404.
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (3 preceding siblings ...)
2024-07-12 13:25 ` TheStilbruch
@ 2024-07-12 13:26 ` TheStilbruch
2024-07-12 13:43 ` [PR PATCH] [Updated] " TheStilbruch
` (17 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-12 13:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
New comment by TheStilbruch on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2225587665
Comment:
Comments have been addressed in this latest commit
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.202404.
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (4 preceding siblings ...)
2024-07-12 13:26 ` TheStilbruch
@ 2024-07-12 13:43 ` TheStilbruch
2024-07-23 20:54 ` TheStilbruch
` (16 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-12 13:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 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.202404.
#### 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: 3806 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/2] 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/2] 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"
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.202404.
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (5 preceding siblings ...)
2024-07-12 13:43 ` [PR PATCH] [Updated] " TheStilbruch
@ 2024-07-23 20:54 ` TheStilbruch
2024-07-24 17:50 ` TheStilbruch
` (15 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-23 20:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 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.202404.
#### 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: 3806 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/2] 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/2] 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"
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.202404.
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (6 preceding siblings ...)
2024-07-23 20:54 ` TheStilbruch
@ 2024-07-24 17:50 ` TheStilbruch
2024-07-24 17:52 ` TheStilbruch
` (14 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-24 17:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 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.202404.
#### 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
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.202404.
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (7 preceding siblings ...)
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
` (13 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-24 17:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 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.202404.
#### 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
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (8 preceding siblings ...)
2024-07-24 17:52 ` TheStilbruch
@ 2024-07-25 13:17 ` Eloitor
2024-07-25 13:32 ` Eloitor
` (12 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-25 13:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 913 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2250303459
Comment:
Hi, I tried to build an image using the pinephone-uboot on void's repositories using
```
cd void-mklive
sudo ./mkrootfs.sh aarch64-musl
sudo ./mkplatformfs.sh -p "mesa xfce4" pinephone void-aarch64-musl-ROOTFS-$(date +%Y%m%d).tar.xz
sudo ./mkimage.sh void-pinephone-PLATFORMFS-$(date +%Y%m%d).tar.xz
```
I also tried without `-musl`. I was not able to boot with neither of the two images on eMMC nor on SD card. What I'm doing wrong? Once I can boot one of these images I'll test this PR in my pinephone.
This is what I get when building the musl image:
```
Configuring image for platform pinephone
qemu-aarch64-static: /lib/ld-musl-aarch64.so.1: Invalid ELF image for this architecture
```
The glib image does not give any error, but it does not boot.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (9 preceding siblings ...)
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
` (11 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-25 13:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2250334327
Comment:
maybe a `srcpkgs/pinephone-uboot/update` file can be made, fetching the data from https://docs.u-boot.org/en/latest/develop/release_cycle.html#previous-releases
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (10 preceding siblings ...)
2024-07-25 13:32 ` Eloitor
@ 2024-07-25 13:41 ` Eloitor
2024-07-25 13:59 ` TheStilbruch
` (10 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-25 13:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2250303459
Comment:
UPDATED: Hi, I was able to build an image using the pinephone-uboot on void's repositories using
```
cd void-mklive
sudo ./mkrootfs.sh aarch64
sudo ./mkplatformfs.sh pinephone void-aarch64-ROOTFS-$(date +%Y%m%d).tar.xz
sudo ./mkimage.sh void-pinephone-PLATFORMFS-$(date +%Y%m%d).tar.xz
```
I also tried with `-musl`, but I get
```
Configuring image for platform pinephone
qemu-aarch64-static: /lib/ld-musl-aarch64.so.1: Invalid ELF image for this architecture
```
The created glibc image worked on eMMC, but not on the SD card. I'll test your package and let you know.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (11 preceding siblings ...)
2024-07-25 13:41 ` Eloitor
@ 2024-07-25 13:59 ` TheStilbruch
2024-07-25 20:05 ` Eloitor
` (9 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-25 13:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
New comment by TheStilbruch on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2250396896
Comment:
> maybe a `srcpkgs/pinephone-uboot/update` file can be made, fetching the data from https://docs.u-boot.org/en/latest/develop/release_cycle.html#previous-releases
Good idea, I'll look into that now.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (12 preceding siblings ...)
2024-07-25 13:59 ` TheStilbruch
@ 2024-07-25 20:05 ` Eloitor
2024-07-26 2:10 ` TheStilbruch
` (8 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-25 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 290 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2251305143
Comment:
Once you install the image to the pinephone can you resize it? I installed it to eMMC but if I resize it to use the full space it no longer boots...
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (13 preceding siblings ...)
2024-07-25 20:05 ` Eloitor
@ 2024-07-26 2:10 ` TheStilbruch
2024-07-26 2:29 ` TheStilbruch
` (7 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-26 2:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 563 bytes --]
New comment by TheStilbruch on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2251834222
Comment:
> Once you install the image to the pinephone can you resize it? I installed it to eMMC but if I resize it to use the full space it no longer boots...
I'm not sure, I've been installing the image to the SD card and booting from that. Found [this link](https://git.toradex.com/cgit/meta-toradex-bsp-common.git/tree/recipes-core/fs-init/files/resizefs.sh?h=morty) which looks like it's trying to do the same thing?
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (14 preceding siblings ...)
2024-07-26 2:10 ` TheStilbruch
@ 2024-07-26 2:29 ` TheStilbruch
2024-07-26 20:11 ` Eloitor
` (6 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-07-26 2:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
New comment by TheStilbruch on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2251848867
Comment:
> maybe a `srcpkgs/pinephone-uboot/update` file can be made, fetching the data from https://docs.u-boot.org/en/latest/develop/release_cycle.html#previous-releases
I am not sure I understand the syntax of these update files too well. The manual page explains it some but not enough to do what I want.
Here's what I have
```conf
site="https://docs.u-boot.org/en/latest/develop/release_cycle.html"
pkgname="u-boot"
pattern="v\K(\d+)\.(\d+)(?=</a>)"
```
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (15 preceding siblings ...)
2024-07-26 2:29 ` TheStilbruch
@ 2024-07-26 20:11 ` Eloitor
2024-07-26 20:12 ` Eloitor
` (5 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-26 20:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2253437760
Comment:
I tested it on the pinephone and it worked :)
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (16 preceding siblings ...)
2024-07-26 20:11 ` Eloitor
@ 2024-07-26 20:12 ` Eloitor
2024-08-20 2:19 ` [PR PATCH] [Updated] " TheStilbruch
` (4 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: Eloitor @ 2024-07-26 20:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 230 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2253437760
Comment:
I tested it on the pinephone and it worked :)
I don't know how the `update` syntax work
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (17 preceding siblings ...)
2024-07-26 20:12 ` Eloitor
@ 2024-08-20 2:19 ` TheStilbruch
2024-08-20 2:20 ` TheStilbruch
` (3 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-08-20 2:19 UTC (permalink / raw)
To: ml
[-- 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: 5675 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/4] 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/4] 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/4] 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
From 5218c4023ae7fb1b884c9a557917912257e7eb6b Mon Sep 17 00:00:00 2001
From: Hayden Pope <stilbruch@protonmail.com>
Date: Mon, 19 Aug 2024 21:19:24 -0500
Subject: [PATCH 4/4] pinephone-uboot: update to 2024.07
Change version numbers to match upstream uboot. Added update file for
automatic updating.
---
srcpkgs/pinephone-uboot/template | 2 +-
srcpkgs/pinephone-uboot/update | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 srcpkgs/pinephone-uboot/update
diff --git a/srcpkgs/pinephone-uboot/template b/srcpkgs/pinephone-uboot/template
index c91c0011d116e1..51ba1d47dc9b61 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.20240701
+version=2024.07
revision=1
archs="aarch64*"
create_wrksrc=yes
diff --git a/srcpkgs/pinephone-uboot/update b/srcpkgs/pinephone-uboot/update
new file mode 100644
index 00000000000000..51f8c48bbf4335
--- /dev/null
+++ b/srcpkgs/pinephone-uboot/update
@@ -0,0 +1,3 @@
+site="https://docs.u-boot.org/en/latest/develop/release_cycle.html"
+pkgname="u-boot"
+pattern="v\K(\d+)\.(\d+)(?=</a>)"
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (18 preceding siblings ...)
2024-08-20 2:19 ` [PR PATCH] [Updated] " TheStilbruch
@ 2024-08-20 2:20 ` TheStilbruch
2024-08-20 2:21 ` TheStilbruch
` (2 subsequent siblings)
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-08-20 2:20 UTC (permalink / raw)
To: ml
[-- 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
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (19 preceding siblings ...)
2024-08-20 2:20 ` TheStilbruch
@ 2024-08-20 2:21 ` TheStilbruch
2024-08-20 2:23 ` TheStilbruch
2024-11-19 2:03 ` pinephone-uboot: update to 2024.07 github-actions
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-08-20 2:21 UTC (permalink / raw)
To: ml
[-- 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
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 0.0.20240701
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (20 preceding siblings ...)
2024-08-20 2:21 ` TheStilbruch
@ 2024-08-20 2:23 ` TheStilbruch
2024-11-19 2:03 ` pinephone-uboot: update to 2024.07 github-actions
22 siblings, 0 replies; 24+ messages in thread
From: TheStilbruch @ 2024-08-20 2:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
New comment by TheStilbruch on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2297841881
Comment:
I've modified the version number to match upstream uboot, and the `u-boot-tools` package. The update script is working as well. Should be all ready to merge now.
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: pinephone-uboot: update to 2024.07
2024-07-12 3:20 [PR PATCH] pinephone-uboot: update to 0.0.202404 TheStilbruch
` (21 preceding siblings ...)
2024-08-20 2:23 ` TheStilbruch
@ 2024-11-19 2:03 ` github-actions
22 siblings, 0 replies; 24+ messages in thread
From: github-actions @ 2024-11-19 2:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/51217#issuecomment-2484550512
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~2024-11-19 2:03 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2024-08-20 2:23 ` TheStilbruch
2024-11-19 2:03 ` pinephone-uboot: update to 2024.07 github-actions
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).