Tool/software: Linux
Hello,
I want the file system to support x11,I compile rootfs with the following actions:
./oe-layertool-setup.sh -f ./configs/processor-sdk/processor-sdk-03.01.00.06-config.txt
open <tisdk>/sources/meta-arago/meta-arago-distro/conf/distro/arago.conf and comment out DISTRO_FEATURES_remove = "x11".
MACHINE=am57xx-evm bitbake tisdk-rootfs-image
But there was an error:
llr@llr-Virtual-Machine:~/oe/tisdk-am57xx-v3.01/build$ MACHINE=am57xx-evm bitbake tisdk-rootfs-image
Parsing recipes: 100% |##########################################################################################################################################################################| Time: 00:00:15
Parsing of 2404 .bb files complete (0 cached, 2404 parsed). 3000 targets, 245 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:
/home/llr/oe/tisdk-am57xx-v3.01/sources/meta-arago/meta-arago-distro/recipes-multimedia/libav/libav_9.16.bbappend
/home/llr/oe/tisdk-am57xx-v3.01/sources/meta-processor-sdk/recipes-core/udev/udev_182.bbappend
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'glibc-gconv-iso8859-1' (but /home/llr/oe/tisdk-am57xx-v3.01/sources/oe-core/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'glibc-gconv-iso8859-1' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['glibc-gconv-iso8859-1']
NOTE: Runtime target 'libwnck' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libwnck', 'gtk+', 'glibc-gconv-iso8859-1']
NOTE: Runtime target 'packagegroup-arago-base' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-base', 'libwnck', 'gtk+', 'glibc-gconv-iso8859-1']
ERROR: Required build target 'tisdk-rootfs-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['tisdk-rootfs-image', 'packagegroup-arago-base', 'libwnck', 'gtk+', 'glibc-gconv-iso8859-1']
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.