Yocto libwayland-egl.so由wayland和mali-t62x安装

Yocto libwayland-egl.so由wayland和mali-t62x安装,yocto,bitbake,openembedded,wayland,odroid,Yocto,Bitbake,Openembedded,Wayland,Odroid,我正在尝试为odroid xu4设备使用weston构建图像,但我遇到以下错误: ERROR: weston-4.0.0-r0 do_prepare_recipe_sysroot: The file /usr/lib/libwayland-egl.so is installed by both wayland and mali-t62x, aborting ERROR: weston-4.0.0-r0 do_prepare_recipe_sysroot: Function failed: ext

我正在尝试为odroid xu4设备使用weston构建图像,但我遇到以下错误:

ERROR: weston-4.0.0-r0 do_prepare_recipe_sysroot: The file /usr/lib/libwayland-egl.so is installed by both wayland and mali-t62x, aborting
ERROR: weston-4.0.0-r0 do_prepare_recipe_sysroot: Function failed: extend_recipe_sysroot
ERROR: Logfile of failure stored in: /home/igor/Downloads/openembedded-core/build/tmp-glibc/work/cortexa15hf-neon-oe-linux-gnueabi/weston/4.0.0-r0/temp/log.do_prepare_recipe_sysroot.1623
ERROR: Task (/home/igor/Downloads/openembedded-core/meta/recipes-graphics/wayland/weston_4.0.0.bb:do_prepare_recipe_sysroot) failed with exit code '1'
ERROR: cogl-1.0-1.22.2-r0 do_prepare_recipe_sysroot: The file /usr/lib/libwayland-egl.so is installed by both wayland and mali-t62x, aborting
ERROR: cogl-1.0-1.22.2-r0 do_prepare_recipe_sysroot: Function failed: extend_recipe_sysroot
ERROR: Logfile of failure stored in: /home/igor/Downloads/openembedded-core/build/tmp-glibc/work/cortexa15hf-neon-oe-linux-gnueabi/cogl-1.0/1.22.2-r0/temp/log.do_prepare_recipe_sysroot.1622
ERROR: Task (/home/igor/Downloads/openembedded-core/meta/recipes-graphics/cogl/cogl-1.0_1.22.2.bb:do_prepare_recipe_sysroot) failed with exit code '1'
ERROR: libepoxy-1.5.2-r0 do_prepare_recipe_sysroot: The file /usr/lib/libwayland-egl.so is installed by both wayland and mali-t62x, aborting
ERROR: libepoxy-1.5.2-r0 do_prepare_recipe_sysroot: Function failed: extend_recipe_sysroot
ERROR: Logfile of failure stored in: /home/igor/Downloads/openembedded-core/build/tmp-glibc/work/cortexa15hf-neon-oe-linux-gnueabi/libepoxy/1.5.2-r0/temp/log.do_prepare_recipe_sysroot.1621
ERROR: Task (/home/igor/Downloads/openembedded-core/meta/recipes-graphics/l

有可能以某种方式解决这些问题吗

可能相关:第一步是弄清楚你是否真的需要“wayland”和“mali-t62x”。由于它们似乎提供了相同的文件,我的猜测是“否”,但我对Wayland并不十分熟悉。nuclear选项(这里几乎肯定是错误的)是创建一个.bbappend,以其中一个配方为目标,使用
do\u install\u append
删除文件(从${D})。