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.
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 withbitbake -g -u taskexp core-image-sato
(on sumo).Fix Add
IMAGE_INSTALL_append = " chromium-x11"
in the local.conf file.