[oe] [Bitbake-dev] A new bitbake extension: .bbappend files

Hauser, Wolfgang (external) Wolfgang.Hauser.external at eads.com
Mon Jul 19 08:31:21 UTC 2010


>I'd be very interested to find a way so that a 'require gcc.inc' in
>myproject/recipes/gcc_4.4.4.bb would find
oe-stable/recipes/gcc/gcc.inc.
>So far I failed.

Try to add the relative path of the .inc to your require statement:
'require recipes/gcc/gcc.inc'
(see also the arago overlays as example) my overlays are working in this
way.
The problem was, all require statements should be done in this way, so
the building of overlays would be much easier.

Wolfgang




More information about the Openembedded-devel mailing list