Re: native recipe question
Damien LEFEVRE
Thanks that did the trick. I actually needed to add the tool compilation in do_configure_prepend because the cmake configuration requires the output folder for bin2cpp. Just out of completeness. I had created that arrayfire-native recipe and it looked like this:
The recipe builds. When I try using with DEPENDS += "arrayfire-native" in the arrayfire recipe I get this warning: WARNING: arrayfire-3.6.0-r0 do_prepare_recipe_sysroot: Manifest /home/damien/pyro/build-jetson-tx2/tmp/sstate-control/manifest-x86_64-arrayfire-native.populate_sysroot not found? and /home/damien/pyro/build-jetson-tx2/tmp/work/aarch64_tegra186-poky-linux/arrayfire/3.6.0-r0/recipe-sysroot-native did not contain the bin2cpp binary. What did I miss? Thanks On Tue, May 22, 2018 at 12:19 PM, Burton, Ross <ross.burton@...> wrote: On 22 May 2018 at 08:43, Damien LEFEVRE <lefevre.da@...> wrote: |
|