具有x服务器向后兼容性的core-image-weston

时间:2019-06-21 11:17:13

标签: yocto xserver wayland

我目前正在使用图片构建器core-image-weston通过Yocto Project构建图片。不幸的是,我不能使用core-image-x11,因为我需要两个显示协议。我在core-image-weston-bb文件中看到了这一部分:

SUMMARY = "A very basic Wayland image with a terminal"

IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"

LICENSE = "MIT"

inherit core-image distro_features_check

REQUIRED_DISTRO_FEATURES = "wayland"

CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
CORE_IMAGE_BASE_INSTALL += ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}

我似乎是Weston支持XWayland构建映像。但是在构建完成之后,我的板的rootfs中没有安装xorg / x11文件(lib /或include /文件夹)。如何将其附加到图像生成器?

最诚挚的问候,

Daniel COSTA-BEHRENS

0 个答案:

没有答案