Hi,
I'm trying to add meta-webkit (https://github.com/Igalia/meta-webkit) into adlink harknott 1v2 .
I would like to use cog web browser which is a light brovser for embedded platform.
In build process i have an error ccache that i don't understand:
DEBUG: Executing shell function do_compile
NOTE: VERBOSE=1 cmake --build /data/build/adlink-yocto-bsp_1v2/dls01-build/tmp/work/x86_64-linux/ccache-native/4.2-r0/build --target all --
[1/1] cd /data/build/adlink-yocto-bsp_1v2/dls01-build/tmp/work/x86_64-linux/ccache-native/4.2-r0/build/doc && /usr/bin/a2x --doctype manpage --format manpage MANUAL.xml
FAILED: doc/ccache.1
cd /data/build/adlink-yocto-bsp_1v2/dls01-build/tmp/work/x86_64-linux/ccache-native/4.2-r0/build/doc && /usr/bin/a2x --doctype manpage --format manpage MANUAL.xml
a2x: ERROR: unable to find asciidoc: asciidoc
ninja: build stopped: subcommand failed.
WARNING: exit code 1 from a shell command.
ERROR: Execution of '/data/build/adlink-yocto-bsp_1v2/dls01-build/tmp/work/x86_64-linux/ccache-native/4.2-r0/temp/run.do_compile.22970' failed with exit code 1:
[1/1] cd /data/build/adlink-yocto-bsp_1v2/dls01-build/tmp/work/x86_64-linux/ccache-native/4.2-r0/build/doc && /usr/bin/a2x --doctype manpage --format manpage MANUAL.xml
FAILED: doc/ccache.1
cd /data/build/adlink-yocto-bsp_1v2/dls01-build/tmp/work/x86_64-linux/ccache-native/4.2-r0/build/doc && /usr/bin/a2x --doctype manpage --format manpage MANUAL.xml
a2x: ERROR: unable to find asciidoc: asciidoc
ninja: build stopped: subcommand failed.
WARNING: exit code 1 from a shell command.
Have you ever tried to add meta-webkit in your build before ?
In order to have the same result but this time with an ubuntu roots it would be possible to install ubuntu-frame which contains wayland + cog as snap package. After having enabled snap in your kernel snap works fine but ubuntu-frame does not start asking for vivante .so library (don't know which package to install , perhaps imx-vivante-sdk ).
Have you ever tried to build an image with ubuntu-frame ready ?
B.Regards