[OE-core] [oe-core] package inclusion

Khem Raj raj.khem at gmail.com
Thu Mar 22 09:13:20 UTC 2018


On Wed, Mar 21, 2018 at 9:58 PM, Rajath C S <rajathcs.1996 at gmail.com> 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



More information about the Openembedded-core mailing list