On Wed, Mar 21, 2018 at 9:58 PM, Rajath C S <[email protected]> wrote: > Can i install tensorflow and h5py (since they are not there as recipes) > using Internet on yocto? (just the way they are installed on ubuntu or other > host OS) >
may be you can use on device SDK and build it natively on your target EXTRA_IMAGE_FEATURES_append = " tools-sdk" IMAGE_INSTALL_append = " python coreutils findutils git zlib tar" then checkout the sources on target and build it. You might need more packages then keep adding them to IMAGE_INSTALL and rebuilding image -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
