Hello,

I have to place some files into a special path in a native package /
staging.

I tried to add these directories by

FILES_${PN} = " \
  /usr/local/xxx/bin \
  /usr/local/xxx/lib \
  /usr/local/xxx/scripts \
"

in my xxx-native recipe, but this won't work for the native staging, the
directories do not appear in the syssroots/i386-linux path where I
expected they will go to. (same, if I use BBCLASSEXTEND)

Where I have to add my special directories and files to get it into the
native staging path ?

Background, I can't install the application into the standard linux
path, there are some conflicts,

Regards
Wolfgang Hauser

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to