public inbox for gentoo-soc@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-soc] Weekly report 04/30
@ 2018-04-30 16:31 Pengcheng Xu
  2018-05-02  9:21 ` Benda Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Pengcheng Xu @ 2018-04-30 16:31 UTC (permalink / raw
  To: gentoo-soc

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

Hi,

My daily activities this week sums up as follows:

April 25: updated local Lineage OS source tree, tried to figure out reason of compile failure
April 26: scrolled back in AOSP compile log to find error, fixed error by cleaning work directory
April 27: successfully compiled ROM package, backed-up old data on phone
April 28: installed fastboot driver on Windows, flashed newest TWRP, flashed ROM package, tested for functionality
April 29: tweaked kernel options (fixing compile errors in the process), added hook before initramfs generation, set up GitHub repo forks
April 30: blogged about progress, cleaned up bookmarks for articles to read

The blog post that logs the details is at [1].

Thanks in advance!

[1]: https://jsteward.moe/weekly-report-0430.html

-- 
Pengcheng Xu (KireinaHoro)
School of EECS
Peking University
i@jsteward.moe



[-- Attachment #2: Type: application/pgp-signature, Size: 834 bytes --]

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

* Re: [gentoo-soc] Weekly report 04/30
  2018-04-30 16:31 [gentoo-soc] Weekly report 04/30 Pengcheng Xu
@ 2018-05-02  9:21 ` Benda Xu
  2018-05-05 18:34   ` Pengcheng Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Benda Xu @ 2018-05-02  9:21 UTC (permalink / raw
  To: gentoo-soc

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

Hi Pengcheng,

Looks good to me.  Looking forward to your UART and init hacks.

"Pengcheng Xu" <i@jsteward.moe> writes:

> My daily activities this week sums up as follows:
>
> April 25: updated local Lineage OS source tree, tried to figure out
> reason of compile failure

> April 26: scrolled back in AOSP compile log to find error, fixed error
> by cleaning work directory

> April 27: successfully compiled ROM package, backed-up old data on
> phone

> April 28: installed fastboot driver on Windows, flashed newest TWRP,
> flashed ROM package, tested for functionality

> April 29: tweaked kernel options (fixing compile errors in the
> process), added hook before initramfs generation, set up GitHub repo
> forks

> April 30: blogged about progress, cleaned up bookmarks for articles to
> read

Will you please add the reference articles in your blog post?

> The blog post that logs the details is at [1].
>
> Thanks in advance!
>
> [1]: https://jsteward.moe/weekly-report-0430.html


> Some compile errors (such as missing semi-colons and #include's) pop
> up as I enable options in kernel config. (This clearly demonstrates
> Google's poor code quality :/ ) I've forked the kernel repository on
> GitHub to store my changes to the kernel source.

Is it possible to raise this issue to google?

  e.g. https://source.android.com/setup/contribute/report-bugs

> As the current stage3 tarballs for arm looks quite outdated
> (20161129), I expect that some efforts will be needed to roll it up to
> match the most up-to-date portage tree.

Please open a bug report to remind the ARM team to update stage3
tarballs.

Benda

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* RE: [gentoo-soc] Weekly report 04/30
  2018-05-02  9:21 ` Benda Xu
@ 2018-05-05 18:34   ` Pengcheng Xu
  2018-05-06  7:18     ` Benda Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Pengcheng Xu @ 2018-05-05 18:34 UTC (permalink / raw
  To: gentoo-soc

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



> From: Benda Xu <heroxbd@gentoo.org> 
> Sent: Wednesday, May 2, 2018 5:21 PM
> To: gentoo-soc@lists.gentoo.org
> Subject: Re: [gentoo-soc] Weekly report 04/30
> 
> Hi Pengcheng, 
> Looks good to me.  Looking forward to your UART and init hacks. 

The init hacks are in this week's work. I won't be able to get the
UART cable that my friend made until May 12th, though. I'll mention how
it goes when I get the cable, so stay tuned.

> "Pengcheng Xu" <mailto:i@jsteward.moe> writes: 
> > My daily activities this week sums up as follows: 
> > 
> > April 25: updated local Lineage OS source tree, tried to figure out 
> > reason of compile failure 
> > April 26: scrolled back in AOSP compile log to find error, fixed error 
> > by cleaning work directory 
> > April 27: successfully compiled ROM package, backed-up old data on 
> > phone 
> > April 28: installed fastboot driver on Windows, flashed newest TWRP, 
> > flashed ROM package, tested for functionality 
> > April 29: tweaked kernel options (fixing compile errors in the 
> > process), added hook before initramfs generation, set up GitHub repo 
> > forks 
> > April 30: blogged about progress, cleaned up bookmarks for articles to 
> > read 
> Will you please add the reference articles in your blog post? 

I've linked the referred articles inline; is that not enough (and I need to
Explicitly list the references at the end of the article)?

> > The blog post that logs the details is at [1]. 
> > 
> > Thanks in advance! 
> > 
> > [1]: https://jsteward.moe/weekly-report-0430.html 
> 
> > Some compile errors (such as missing semi-colons and #include's) pop 
> > up as I enable options in kernel config. (This clearly demonstrates 
> > Google's poor code quality :/ ) I've forked the kernel repository on 
> > GitHub to store my changes to the kernel source. 
> Is it possible to raise this issue to google? 
>   e.g. https://source.android.com/setup/contribute/report-bugs

The problem is that I can't find a repository for angler's kernel source at
https://android.googlesource.com/ , and angler is approaching its EOL deadline;
what's more, the problems I encounter are located in the sources that are not
used by Android (they're off in the device defconfig). I'll try though, but I
don't expect much in this.
 
> > As the current stage3 tarballs for arm looks quite outdated 
> > (20161129), I expect that some efforts will be needed to roll it up to 
> > match the most up-to-date portage tree. 
> Please open a bug report to remind the ARM team to update stage3 
> tarballs. 

Bug created, link: https://bugs.gentoo.org/654994 

> Benda 


-- 
Pengcheng Xu (KireinaHoro)
i@jsteward.moe


[-- Attachment #2: Type: application/pgp-signature, Size: 834 bytes --]

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

* Re: [gentoo-soc] Weekly report 04/30
  2018-05-05 18:34   ` Pengcheng Xu
@ 2018-05-06  7:18     ` Benda Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Benda Xu @ 2018-05-06  7:18 UTC (permalink / raw
  To: gentoo-soc

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

"Pengcheng Xu" <i@jsteward.moe> writes:

>> Looks good to me.  Looking forward to your UART and init hacks. 
>
> The init hacks are in this week's work. I won't be able to get the
> UART cable that my friend made until May 12th, though. I'll mention how
> it goes when I get the cable, so stay tuned.

Nice!

>> > April 30: blogged about progress, cleaned up bookmarks for articles to 
>> > read 
>> Will you please add the reference articles in your blog post? 
>
> I've linked the referred articles inline; is that not enough (and I need to
> Explicitly list the references at the end of the article)?

Never mind, I thought you had another list of "bookmarks for articles to
read".

>> Is it possible to raise this issue to google?

>>   e.g. https://source.android.com/setup/contribute/report-bugs
>
> The problem is that I can't find a repository for angler's kernel
> source at https://android.googlesource.com/ , and angler is
> approaching its EOL deadline; what's more, the problems I encounter
> are located in the sources that are not used by Android (they're off
> in the device defconfig). I'll try though, but I don't expect much in
> this.

Okay, thanks for clarifying.

>> > As the current stage3 tarballs for arm looks quite outdated 
>> > (20161129), I expect that some efforts will be needed to roll it up to 
>> > match the most up-to-date portage tree.
>>
>> Please open a bug report to remind the ARM team to update stage3 
>> tarballs. 
>
> Bug created, link: https://bugs.gentoo.org/654994

Thanks!

Benda

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2018-05-06  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-30 16:31 [gentoo-soc] Weekly report 04/30 Pengcheng Xu
2018-05-02  9:21 ` Benda Xu
2018-05-05 18:34   ` Pengcheng Xu
2018-05-06  7:18     ` Benda Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox