Part Number:AM3358
Tool/software: Linux
Hi Experts,
I would like to build webkitgtk package into my AM335x yocto build.
BTW, I have used x11 yocto build to enable webkitgtk, but its still showing x11 dependency error.
I've tried when I used default latest Processor SDK yocto build which has weston GUI, got the following error thus I moved to x11 build, but its still getting errors.
I'd followed the following wiki page.
Steps:
git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
cd tisdk
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.01.00.06-x11-config.txt
cd build
. conf/setenv
export PATH=/opt/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
MACHINE=am335x-evm bitbake arago-core-tisdk-image
titus@titus-Pc:~/workdir/AM335x/yocto_x11/tisdk/build$ MACHINE=am335x-evm bitbake webkitgtk
Loading cache: 100% |#############################################################################################################| Time: 0:00:00
Loaded 3260 entries from dependency cache.
WARNING: No recipes available for:
/home/titus/workdir/AM335x/yocto_x11/tisdk/sources/meta-openamp/recipes-bsp/device-tree/device-tree-generation_%.bbappend
ERROR: Nothing PROVIDES 'webkitgtk'
ERROR: webkitgtk was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
titus@titus-Pc:~/workdir/AM335x/yocto_x11/tisdk/build$
Can you help to resolve the issue ?