ds-hwang / wiki

wiki about chromium and etc.
162 stars 23 forks source link

Lack of IMAGE_INSTALL for Chromium in your Wiki #4

Open cyrilfr opened 5 years ago

cyrilfr commented 5 years ago

Hi,

Thanks for your wiki on how to build Chromium with Yocto. After a check before running bitbake core-image-sato, I thought that there was no way for BitBake to know that Chromium must be part of it. You can easily check that with bitbake -g -u taskexp core-image-sato (on sumo).

Fix Add IMAGE_INSTALL_append = " chromium-x11" in the local.conf file.