[oe] Added header file to linux kernel - how to export

Henning Heinold heinold at inf.fu-berlin.de
Wed Jul 20 09:05:00 UTC 2011


On Tue, Jul 19, 2011 at 08:14:14PM +0200, Aeschbacher, Fabrice wrote:
> Hi,
> 
> Your could put something like this:
> 
> do_stage_append() {
> 	cp ${S}/my_ioctl.h ${STAGING_KERNEL_DIR}/include/linux
> }
> 
> in your recipes/linux<xxx>.bb
> 
> With kind regards,
>    Fabrice

Hi,

do_stage shouldn't be used anymore. Do it via do_install method.


Bye Henning




More information about the Openembedded-devel mailing list