Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-23 Thread Riko Ho
it can be compiled and image can be written to the board but chromium got error : /usr/bin/chromium/chrome: error while loading shared libraries: libaccessibility.so: cannot open shared object file: No such file or directory What do I miss here on compiling ? could it be a not complete

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-21 Thread Riko Ho
It's compiling now, I cross my finger, thanks Guys, EXTRA_OEGYP_prepend = "\ -Dcomponent=shared_library \ -Dremove_webcore_debug_symbols=1 -Dfastbuild=1 \ " On 21/06/17 15:37, Gunnar Andersson wrote: On Wed, 2017-06-21 at 12:42 +0800, Riko Ho wrote: did I put it wrongly ? ...

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-21 Thread Riko Ho
Like this ? EXTRA_OEGYP_prepend = "\ -Dcomponent=shared_library -Dremove_webcore_debug_symbols=1 -Dfastbuild=1 \" On 21/06/17 15:37, Gunnar Andersson wrote: On Wed, 2017-06-21 at 12:42 +0800, Riko Ho wrote: did I put it wrongly ? ... browser/chromium/chromium_54.0.2810.2.bb:7: unparsed

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-21 Thread Gunnar Andersson
On Wed, 2017-06-21 at 12:42 +0800, Riko Ho wrote: > did I put it wrongly ? ... > browser/chromium/chromium_54.0.2810.2.bb:7: unparsed line: > 'EXTRA_OEGYP_prepend = " -Dcomponent=shared_library Maybe your line break did not use a backslash? It was lost, or just assumed, in Khem's example.  

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Riko Ho
did I put it wrongly ? === Loading cache: 100% |#| Time: 0:00:01 Loaded 2794 entries from dependency cache. ERROR: ParseError at

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Riko Ho
drwxrwxr-x 5 bianchi77 bianchi77 4.0K Jun 14 14:31 . drwxrwxr-x 3 bianchi77 bianchi77 4.0K Jun 12 15:50 .. drwxrwxr-x 2 bianchi77 bianchi77 4.0K Jun 12 15:50 cef3 -rw-rw-r-- 1 bianchi77 bianchi77 2.7K Jun 12 15:50 cef3_280796.bb drwxrwxr-x 4 bianchi77 bianchi77 4.0K Jun 12 15:50 chromium

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Khem Raj
add it to chromium recipe itself if you dont have a bbappend for it. On Tue, Jun 20, 2017 at 9:53 PM, Riko Ho wrote: > Ok, thanks a lot for the parameter idea, where will I put that ? local.conf, > bblayers.conf ? > > > On 20/06/17 13:08, Khem Raj wrote: > > On Mon, Jun

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Riko Ho
Ok, thanks a lot for the parameter idea, where will I put that ? local.conf, bblayers.conf ? On 20/06/17 13:08, Khem Raj wrote: On Mon, Jun 19, 2017 at 8:32 PM, Riko Ho wrote: My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can help ? add

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 8:32 PM, Riko Ho wrote: > My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can > help ? > add something like EXTRA_OEGYP_prepend = " -Dcomponent=shared_library -Dremove_webcore_debug_symbols=1 -Dfastbuild=1 " and see if that

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Riko Ho
My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can help ? I compiled firefox and it worked well, but still wondering why chromium didn't work. On 20/06/17 04:01, Khem Raj wrote: On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez wrote: On

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez wrote: > On 18/06/17 20:10, Gunnar Andersson wrote: >> >> Riko Ho wrote: >> >>> Hello Everyone, >>> >>> I tried to compile chromium but never succeeded, took me already 12 >>> hours and stopped

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Jacobo Aragunde Pérez
On 18/06/17 20:10, Gunnar Andersson wrote: > > Riko Ho wrote: > >> Hello Everyone, >> >> I tried to compile chromium but never succeeded, took me already 12 >> hours and stopped on 99%, I used bitbake for doing it, > > Not sure what would cause it to just stop and it

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-18 Thread Gunnar Andersson
Riko Ho wrote: > Hello Everyone, > > I tried to compile chromium but never succeeded, took me already 12  > hours and stopped on 99%, I used bitbake for doing it, Not sure what would cause it to just stop and it could have been some temporary glitch? Maybe you want

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-18 Thread Riko Ho
What version are you talking about ? how can I know that ? Thanks On 18/06/17 15:49, Martin Jansa wrote: You didn't say which versions you're using. If you're using latest oe-core with gcc7 then you will need v3 version of this change:

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-18 Thread Martin Jansa
You didn't say which versions you're using. If you're using latest oe-core with gcc7 then you will need v3 version of this change: http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html I'll send it later today. > And how can I clean after building it ? It took about

[yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-17 Thread Riko Ho
Hello Everyone, I tried to compile chromium but never succeeded, took me already 12 hours and stopped on 99%, I used bitbake for doing it, Is chromium not compatible with arm CPU ? it was working with X86_64 before. And how can I clean after building it ? It took about 70Gb of my drive