Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pinephone-uboot: update to 0.0.20200917.
@ 2020-09-22  5:06 jjsullivan5196
  2021-01-29  1:01 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jjsullivan5196 @ 2020-09-22  5:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

There is a new pull request by jjsullivan5196 against master on the void-packages repository

https://github.com/jjsullivan5196/void-packages pinephone-uboot-20200917
https://github.com/void-linux/void-packages/pull/25021

pinephone-uboot: update to 0.0.20200917.
Fixes random wifi MAC issue, see this issue for more details:
https://gitlab.com/ubports/community-ports/pinephone/-/issues/225

A patch file from https://github.com/void-linux/void-packages/pull/25021.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pinephone-uboot-20200917-25021.patch --]
[-- Type: text/x-diff, Size: 1689 bytes --]

From 65cf6b989fce68e37e9e15c9c747e9b7d0c362c4 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Mon, 21 Sep 2020 21:58:31 -0700
Subject: [PATCH] pinephone-uboot: update to 0.0.20200917.

Fixes random wifi MAC issue, see this issue for more details:
https://gitlab.com/ubports/community-ports/pinephone/-/issues/225
---
 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 a92b6bb1d09..f3567dd25e8 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.20200904
+version=0.0.20200917
 revision=1
 archs="aarch64*"
 create_wrksrc=yes
@@ -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"
 
-_tag_uboot=crust-2020-09-04
+_tag_uboot=crust-2020-09-17
 _commit_armtf=2bdb4611ad6efdb3da2ff0d2de7fee4c43e95aeb
 _commit_crust=e63106c70bc4ddfa3575e4f1f3667de0795252a8
 
@@ -24,7 +24,7 @@ distfiles="https://gitlab.com/pine64-org/u-boot/-/archive/${_tag_uboot}/${_uboot
  https://github.com/ARM-software/arm-trusted-firmware/archive/${_commit_armtf}.tar.gz
  https://github.com/crust-firmware/crust/archive/${_commit_crust}.tar.gz"
 
-checksum="06eb107aced5b41da3cd0cfdcc2ad90b7c51fcbec7aac5c7388e30c58e2536b8
+checksum="395e61790d4877e11c470445dfee834a017a4b5df5f7ee34ebcaa125713150dc
  48291b621a4bc38c7956964407130edd2d02d8b3789fce4193ac1b747a5b37db
  6fc2d68725a78b1ca6e7c6602286fc2aa2ddcdea28e83a85f6b988fcc5a513b8"
 

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

* Re: pinephone-uboot: update to 0.0.20200917.
  2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
@ 2021-01-29  1:01 ` ericonr
  2021-01-29  1:27 ` [PR PATCH] [Updated] " jjsullivan5196
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-29  1:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25021#issuecomment-769500144

Comment:
@jcgruenhage you had a random CI failure, which is probably what led to lack of attention here. Want to update the PR/rebase on master?

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

* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.20200917.
  2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
  2021-01-29  1:01 ` ericonr
@ 2021-01-29  1:27 ` jjsullivan5196
  2021-01-29  1:28 ` jjsullivan5196
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jjsullivan5196 @ 2021-01-29  1:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

There is an updated pull request by jjsullivan5196 against master on the void-packages repository

https://github.com/jjsullivan5196/void-packages pinephone-uboot-20200917
https://github.com/void-linux/void-packages/pull/25021

pinephone-uboot: update to 0.0.20200917.
Fixes random wifi MAC issue, see this issue for more details:
https://gitlab.com/ubports/community-ports/pinephone/-/issues/225

A patch file from https://github.com/void-linux/void-packages/pull/25021.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pinephone-uboot-20200917-25021.patch --]
[-- Type: text/x-diff, Size: 2741 bytes --]

From fdfb1f184433c752b0c8dda51e65c2875970e6b5 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Mon, 21 Sep 2020 21:58:31 -0700
Subject: [PATCH 1/2] pinephone-uboot: update to 0.0.20200917.

Fixes random wifi MAC issue, see this issue for more details:
https://gitlab.com/ubports/community-ports/pinephone/-/issues/225
---
 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 a92b6bb1d09..f3567dd25e8 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.20200904
+version=0.0.20200917
 revision=1
 archs="aarch64*"
 create_wrksrc=yes
@@ -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"
 
-_tag_uboot=crust-2020-09-04
+_tag_uboot=crust-2020-09-17
 _commit_armtf=2bdb4611ad6efdb3da2ff0d2de7fee4c43e95aeb
 _commit_crust=e63106c70bc4ddfa3575e4f1f3667de0795252a8
 
@@ -24,7 +24,7 @@ distfiles="https://gitlab.com/pine64-org/u-boot/-/archive/${_tag_uboot}/${_uboot
  https://github.com/ARM-software/arm-trusted-firmware/archive/${_commit_armtf}.tar.gz
  https://github.com/crust-firmware/crust/archive/${_commit_crust}.tar.gz"
 
-checksum="06eb107aced5b41da3cd0cfdcc2ad90b7c51fcbec7aac5c7388e30c58e2536b8
+checksum="395e61790d4877e11c470445dfee834a017a4b5df5f7ee34ebcaa125713150dc
  48291b621a4bc38c7956964407130edd2d02d8b3789fce4193ac1b747a5b37db
  6fc2d68725a78b1ca6e7c6602286fc2aa2ddcdea28e83a85f6b988fcc5a513b8"
 

From 16f6fb18c1c9f7ac7341e4874d413903854de3ec Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Thu, 28 Jan 2021 17:24:52 -0800
Subject: [PATCH 2/2] pinephone-uboot: fix usage of makejobs variable

---
 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 f3567dd25e8..2073c910cb5 100644
--- a/srcpkgs/pinephone-uboot/template
+++ b/srcpkgs/pinephone-uboot/template
@@ -68,13 +68,13 @@ do_build() {
 		_hostcc="HOST_COMPILE=${XBPS_CROSS_TRIPLET}-"
 	fi
 
-	make -C $_armtf $_cross PLAT=sun50i_a64 DEBUG=1 -j $makejobs bl31
-	make -C $_crust $_hostcc $_or1k -j $makejobs scp
+	make -C $_armtf $_cross PLAT=sun50i_a64 DEBUG=1 $makejobs bl31
+	make -C $_crust $_hostcc $_or1k $makejobs scp
 
 	export BL31=$wrksrc/$_armtf/build/sun50i_a64/debug/bl31.bin
 	export SCP=$wrksrc/$_crust/build/scp/scp.bin
 
-	make -C $_uboot $_cross -j $makejobs
+	make -C $_uboot $_cross $makejobs
 }
 
 do_install() {

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

* Re: pinephone-uboot: update to 0.0.20200917.
  2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
  2021-01-29  1:01 ` ericonr
  2021-01-29  1:27 ` [PR PATCH] [Updated] " jjsullivan5196
@ 2021-01-29  1:28 ` jjsullivan5196
  2021-01-29  2:29 ` ericonr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jjsullivan5196 @ 2021-01-29  1:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

New comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/25021#issuecomment-769511103

Comment:
@ericonr yeah, that's what I figured, no big deal :^) I just did a rebase and fixed a syntax bug that was in the template. There hasn't been any new releases of the pinephone uboot firmware, so this is still up-to-date in a sense.

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

* Re: pinephone-uboot: update to 0.0.20200917.
  2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
                   ` (2 preceding siblings ...)
  2021-01-29  1:28 ` jjsullivan5196
@ 2021-01-29  2:29 ` ericonr
  2021-01-29  4:09 ` [PR PATCH] [Updated] " jjsullivan5196
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-29  2:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25021#issuecomment-769531740

Comment:
Could you squash the two commits together, please?

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

* Re: [PR PATCH] [Updated] pinephone-uboot: update to 0.0.20200917.
  2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
                   ` (3 preceding siblings ...)
  2021-01-29  2:29 ` ericonr
@ 2021-01-29  4:09 ` jjsullivan5196
  2021-01-29  4:10 ` jjsullivan5196
  2021-01-29  4:14 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: jjsullivan5196 @ 2021-01-29  4:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

There is an updated pull request by jjsullivan5196 against master on the void-packages repository

https://github.com/jjsullivan5196/void-packages pinephone-uboot-20200917
https://github.com/void-linux/void-packages/pull/25021

pinephone-uboot: update to 0.0.20200917.
Fixes random wifi MAC issue, see this issue for more details:
https://gitlab.com/ubports/community-ports/pinephone/-/issues/225

A patch file from https://github.com/void-linux/void-packages/pull/25021.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pinephone-uboot-20200917-25021.patch --]
[-- Type: text/x-diff, Size: 2275 bytes --]

From 08a6617d847fd258e2e26a728c99d4f249c04399 Mon Sep 17 00:00:00 2001
From: John Sullivan <jsullivan@csumb.edu>
Date: Mon, 21 Sep 2020 21:58:31 -0700
Subject: [PATCH] pinephone-uboot: update to 0.0.20200917.

Fixes random wifi MAC issue, see this issue for more details:
https://gitlab.com/ubports/community-ports/pinephone/-/issues/225

pinephone-uboot: fix usage of makejobs variable
---
 srcpkgs/pinephone-uboot/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pinephone-uboot/template b/srcpkgs/pinephone-uboot/template
index a92b6bb1d09..2073c910cb5 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.20200904
+version=0.0.20200917
 revision=1
 archs="aarch64*"
 create_wrksrc=yes
@@ -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"
 
-_tag_uboot=crust-2020-09-04
+_tag_uboot=crust-2020-09-17
 _commit_armtf=2bdb4611ad6efdb3da2ff0d2de7fee4c43e95aeb
 _commit_crust=e63106c70bc4ddfa3575e4f1f3667de0795252a8
 
@@ -24,7 +24,7 @@ distfiles="https://gitlab.com/pine64-org/u-boot/-/archive/${_tag_uboot}/${_uboot
  https://github.com/ARM-software/arm-trusted-firmware/archive/${_commit_armtf}.tar.gz
  https://github.com/crust-firmware/crust/archive/${_commit_crust}.tar.gz"
 
-checksum="06eb107aced5b41da3cd0cfdcc2ad90b7c51fcbec7aac5c7388e30c58e2536b8
+checksum="395e61790d4877e11c470445dfee834a017a4b5df5f7ee34ebcaa125713150dc
  48291b621a4bc38c7956964407130edd2d02d8b3789fce4193ac1b747a5b37db
  6fc2d68725a78b1ca6e7c6602286fc2aa2ddcdea28e83a85f6b988fcc5a513b8"
 
@@ -68,13 +68,13 @@ do_build() {
 		_hostcc="HOST_COMPILE=${XBPS_CROSS_TRIPLET}-"
 	fi
 
-	make -C $_armtf $_cross PLAT=sun50i_a64 DEBUG=1 -j $makejobs bl31
-	make -C $_crust $_hostcc $_or1k -j $makejobs scp
+	make -C $_armtf $_cross PLAT=sun50i_a64 DEBUG=1 $makejobs bl31
+	make -C $_crust $_hostcc $_or1k $makejobs scp
 
 	export BL31=$wrksrc/$_armtf/build/sun50i_a64/debug/bl31.bin
 	export SCP=$wrksrc/$_crust/build/scp/scp.bin
 
-	make -C $_uboot $_cross -j $makejobs
+	make -C $_uboot $_cross $makejobs
 }
 
 do_install() {

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

* Re: pinephone-uboot: update to 0.0.20200917.
  2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
                   ` (4 preceding siblings ...)
  2021-01-29  4:09 ` [PR PATCH] [Updated] " jjsullivan5196
@ 2021-01-29  4:10 ` jjsullivan5196
  2021-01-29  4:14 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: jjsullivan5196 @ 2021-01-29  4:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New comment by jjsullivan5196 on void-packages repository

https://github.com/void-linux/void-packages/pull/25021#issuecomment-769561874

Comment:
@ericonr done :+1:

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

* Re: [PR PATCH] [Merged]: pinephone-uboot: update to 0.0.20200917.
  2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
                   ` (5 preceding siblings ...)
  2021-01-29  4:10 ` jjsullivan5196
@ 2021-01-29  4:14 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-29  4:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

There's a merged pull request on the void-packages repository

pinephone-uboot: update to 0.0.20200917.
https://github.com/void-linux/void-packages/pull/25021

Description:
Fixes random wifi MAC issue, see this issue for more details:
https://gitlab.com/ubports/community-ports/pinephone/-/issues/225

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

end of thread, other threads:[~2021-01-29  4:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22  5:06 [PR PATCH] pinephone-uboot: update to 0.0.20200917 jjsullivan5196
2021-01-29  1:01 ` ericonr
2021-01-29  1:27 ` [PR PATCH] [Updated] " jjsullivan5196
2021-01-29  1:28 ` jjsullivan5196
2021-01-29  2:29 ` ericonr
2021-01-29  4:09 ` [PR PATCH] [Updated] " jjsullivan5196
2021-01-29  4:10 ` jjsullivan5196
2021-01-29  4:14 ` [PR PATCH] [Merged]: " ericonr

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).