Date
1 - 3 of 3
Yocto webbrowser ?
Noel_V
Hi all, I've been building the current-release of yocto (which succeeds) [ sato-qemu-arm build] 1) At this time I would like to 'include' the web-browser (webkit-web-browser) into this build but I can not find any doc's on how to do this? Any pointers ? 2) If the Web-browser build succeeds, how can I install this on the target ? Regards Noel
|
|
Joshua Lock <josh@...>
On Tue, 2011-10-04 at 15:26 +0200, Vellemans, Noel wrote:
You'll need to customise an image to include the web browser: http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#usingpoky-extend-customimage 2) If the Web-browser build succeeds, how can I install this on theAlternatively you can scp the built package (probably build/tmp/deploy/rpm/ARCH/packagename if you're using the default settings) to the target device and install with the on-device package management tools. Regards, Joshua -- Joshua Lock Yocto Project "Johannes factotum" Intel Open Source Technology Centre
|
|
ya knygar <knygar@...>
Hi,
toggle quoted messageShow quoted text
but why "webkit-web-browser" and not some gecko build? Isn't 're-branding' of mobile firefox would not be easier than building a powerful stand-alone mobile webkit browser? Isn't the Mozilla's work more important than supporting webkit now, at all? The gecko's memory consumption has been stretched for the mobiles, adding the UX efforts, extensions, and that Firefox Mobile is almost the only floss mobile browser, i can't understand why not to try with it now.
On Tue, Oct 4, 2011 at 3:46 PM, Joshua Lock <josh@...> wrote:
On Tue, 2011-10-04 at 15:26 +0200, Vellemans, Noel wrote:You'll need to customise an image to include the web browser:
|
|