What is the Xromium Embedded Framework Support for Yocto?

I would like to know how to add CEF to my Yocto project. At the moment I have not made any changes to the project. It was provided by our manufacturer. The board has an ARM 9.

+4
source share
2 answers

It’s a good idea to ask this question directly on CEF forums, maybe someone is already doing something like you (build CEF on ARMv9). In any case, a good starting point is the digg chromium wiki about ARM building / issues (one of the pages https://code.google.com/p/chromium/wiki/LinuxChromiumArm ). It may also make sense to ask the same thing in chromium-dev. You are not interested in the whole chrome, only in the module "content". Some time ago, ARM was not possible due to the limitations of V8, which now - I do not know.

+2
source

There are 2 sources for cef3 on GitHub, https://github.com/OSSystems/meta-browser

And https://github.com/DynamicDevices/meta-browser

DynamicDevices, RPI2, , ARM9. , VSS- OSSystems, DynamicDevices , , pragma GCC, OSSystems.

+1

All Articles