public inbox for gentoo-soc@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-soc] Gentoo on Android: Summary for 2013.7.28-8.13
@ 2013-08-13  4:46 heroxbd
  2013-08-18 13:47 ` [gentoo-soc] Gentoo on Android: Summary for 2013.7.14-8.18 heroxbd
  0 siblings, 1 reply; 5+ messages in thread
From: heroxbd @ 2013-08-13  4:46 UTC (permalink / raw
  To: gentoo-soc; +Cc: redlizard

Dear Guys and Gals,

entoo on Android is about running Gentoo natively in a directory prefix
on Android devices[1] in parallel with native Android, mentored by Luca.

It is behind schedule.

Done in last two weeks,

     1. crossdev support Prefix (bug 384167), wait for vapier

     2. merge of several eclasses from Prefix overlay
        
        toolchain (bug 474358), toolchain-binutils (bug 478434),
        kernel-2 (bug 478436)

        wait for vapier and kernel herd.

     3. GLEP RAP submitted to gentoo-dev for peer review.

     4. update on bug 475592, but still no reply from infra.

        distribute the stage3 by bittorrent

     5. RAP tested to work with multilib, which is not supported by
     Prefix.

Schedule till 2013.8.16,

     1. RAP patches to binutils and gcc upstream

     2. distribute armhf RAP stage3 by bittorrent

     3. bootstrap script for RAP (based on Prefix official and
     redlizard's versions)

Cheers,
Benda


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

* [gentoo-soc] Gentoo on Android: Summary for 2013.7.14-8.18
  2013-08-13  4:46 [gentoo-soc] Gentoo on Android: Summary for 2013.7.28-8.13 heroxbd
@ 2013-08-18 13:47 ` heroxbd
  2013-08-18 14:34   ` Luca Barbato
  2013-08-26  6:50   ` [gentoo-soc] Re: Gentoo on Android: Summary for 2013.8.18-25 heroxbd
  0 siblings, 2 replies; 5+ messages in thread
From: heroxbd @ 2013-08-18 13:47 UTC (permalink / raw
  To: gentoo-soc; +Cc: redlizard

Dear Guys and Gals,

Gentoo on Android is about running Gentoo natively in a directory prefix
on Android devices[1] in parallel with native Android, mentored by Luca.

It is behind schedule.

Done in the last week,

> Schedule till 2013.8.16,
>
>      1. RAP patches to binutils and gcc upstream

We abandoned the plan to make a patch for gcc upstream, as we don't have
a natural solution. We poked upstream (gcc bug 52556) hoping to be
supported.

binutils patch rolls to next week.

>      2. distribute armhf RAP stage3 by bittorrent

I am compiling a new stage3. The microSD card is too slow for small
files. I am thinking of other solutions.

Any other good way to set up a build farm for arm? 

>      3. bootstrap script for RAP (based on Prefix official and
>      redlizard's versions)

redlizard, my overlay[1] is still pending :( let me try to update it
again in 8 hours.

1. http://git.overlays.gentoo.org/gitweb/?p=dev/heroxbd.git


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

* Re: [gentoo-soc] Gentoo on Android: Summary for 2013.7.14-8.18
  2013-08-18 13:47 ` [gentoo-soc] Gentoo on Android: Summary for 2013.7.14-8.18 heroxbd
@ 2013-08-18 14:34   ` Luca Barbato
  2013-08-18 23:16     ` Benda Xu
  2013-08-26  6:50   ` [gentoo-soc] Re: Gentoo on Android: Summary for 2013.8.18-25 heroxbd
  1 sibling, 1 reply; 5+ messages in thread
From: Luca Barbato @ 2013-08-18 14:34 UTC (permalink / raw
  To: gentoo-soc

On 18/08/13 15:47, heroxbd wrote:
> Any other good way to set up a build farm for arm? 

You can use qemu-user, cross-distcc and/or the cross-container trick.

lu


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

* Re: [gentoo-soc] Gentoo on Android: Summary for 2013.7.14-8.18
  2013-08-18 14:34   ` Luca Barbato
@ 2013-08-18 23:16     ` Benda Xu
  0 siblings, 0 replies; 5+ messages in thread
From: Benda Xu @ 2013-08-18 23:16 UTC (permalink / raw
  To: gentoo-soc

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

Luca,

On Sun, Aug 18, 2013 at 11:34 PM, Luca Barbato <lu_zero@gentoo.org> wrote:

> On 18/08/13 15:47, heroxbd wrote:
> > Any other good way to set up a build farm for arm?
>
> You can use qemu-user, cross-distcc and/or the cross-container trick.
>

I am using cross-distcc right now. qemu-user/cross-container on a powerful
box is still several times slower than my native smartphone.

As it is IO bound, I am thinking of replacing microSD with mobile HDD when
compiling.
-- 
XU Benda
Research Center for Neutrino Science
Tohoku University
JAPAN

http://www.awa.tohoku.ac.jp/~benda

[-- Attachment #2: Type: text/html, Size: 1102 bytes --]

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

* [gentoo-soc] Re: Gentoo on Android: Summary for 2013.8.18-25
  2013-08-18 13:47 ` [gentoo-soc] Gentoo on Android: Summary for 2013.7.14-8.18 heroxbd
  2013-08-18 14:34   ` Luca Barbato
@ 2013-08-26  6:50   ` heroxbd
  1 sibling, 0 replies; 5+ messages in thread
From: heroxbd @ 2013-08-26  6:50 UTC (permalink / raw
  To: gentoo-soc; +Cc: redlizard

Dear Guys and Gals,

Gentoo on Android is about running Gentoo natively in a directory prefix
on Android devices[1] in parallel with native Android, mentored by Luca.

It is behind schedule.

Done in the last week,

> 1. RAP patches to binutils and gcc upstream
>
> binutils patch rolls to next week.

Send patch to binutils upstream

http://article.gmane.org/gmane.comp.gnu.binutils/63137

no feedback yet though.

> 2. distribute armhf RAP stage3 by bittorrent

I was given permission by infra team to distribute it on Gentoo mirrors.

> 3. bootstrap script for RAP (based on Prefix official and
>    redlizard's versions)

Updated my repo. But no advancement in the bootstrap script.

Cheers,
Benda


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

end of thread, other threads:[~2013-08-26  6:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13  4:46 [gentoo-soc] Gentoo on Android: Summary for 2013.7.28-8.13 heroxbd
2013-08-18 13:47 ` [gentoo-soc] Gentoo on Android: Summary for 2013.7.14-8.18 heroxbd
2013-08-18 14:34   ` Luca Barbato
2013-08-18 23:16     ` Benda Xu
2013-08-26  6:50   ` [gentoo-soc] Re: Gentoo on Android: Summary for 2013.8.18-25 heroxbd

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