I'm trying to create cross-compiling tools for my c++ application to compile it and push binaries to arm64 device (jetson-nano) during image building. I've added inherit populate_sdk_qt5
line to my own recipe and bitbake -c populate_sdk <my-recipe>
. I've got no errors so I run .sh
file I've got as an output. It works fine but I cannot find qmake
in destination path (tried with find ./ -name 'qmake'
without any output). Have you ever had similar situation? Do you have some advice for me?
Thanks!