[oe] need help with do_install for v8 bitbake recipe

AJ ONeal coolaj86 at gmail.com
Sat Aug 14 09:29:48 UTC 2010


I've created a recipe for v8 and the do_compile() works.
http://fastr.github.com/articles/v8-on-OpenEmbedded.html

I'm still not very familiar with bitbake and I'd like to know what I need to
do with
do_install() and do_stage() so that the library is available to other
packages when
I add DEPENDS += "libv8".

The only file is libv8.a in the builddir.

Specifically I'm trying to build nodejs with v8 as a shared library, because
I can't get
the v8 that comes with it to cross-compile.

AJ ONeal



More information about the Openembedded-devel mailing list