2018-08-15 14:38 GMT+02:00 Mohamed Dawod <[email protected]>: > I am trying to add Qt5 to my custom image. > I edited bblayer.conf file and created. > Now I want to know what is th packages which i need to append to > IMAGE_INSTALL variable ? > I found many many packages and modules. I can not add them all, because this > will expand my image size. > I need to know how to select the most important modules for my image ?
Presumably you need qt5 in order to run some application. Add that application to IMAGE_INSTALL, and it will pull in all necessary qt5 dependencies automatically. Alex -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
