Posts by lb2017

    I followed the instructions in the iMX 6 First Steps document to add the Chromium browser,
    however the version it pulls in is 48.0.2548.0 which is far too old.


    Are there any plans to pull in a more up-to-date version of the browser?


    The meta-browser master branch contains 68.0.3440.106 which is far more suitable.

    The release notes for fsimx6-V3.1 "http://forum.fs-net.de/index.php/Thread/4214-New-Release-fsimx6-V3-1"
    state that "And there is a first defconfig that uses Wayland and Weston instead of X11 as graphics renderer."


    I am assuming that this is configs/fsimx6_wayland_defconfig?


    Attempting to build this does not work.


    make fsimx6_wayland_defconfig
    make


    Results in the following error when the build process reaches cairo
    "In file included from /fsimx6-wayland/buildroot-2016.05-fsimx6-V3.1/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/EGL/eglplatform.h:38:0,
    from /fsimx6-wayland/buildroot-2016.05-fsimx6-V3.1/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/EGL/egl.h:39,
    from cairo-gl.h:130,
    from cairo-gl-private.h:51,
    from cairo-gl-glyphs.c:41:
    /fsimx6-wayland/buildroot-2016.05-fsimx6-V3.1/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/include/EGL/eglvivante.h:244:22: fatal error: X11/Xlib.h: No such file or directory
    compilation terminated."


    Has anyone else managed to build this?


    Thanks