首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Yocto建造qtwayland失败

在Yocto建造qtwayland失败
EN

Stack Overflow用户
提问于 2019-01-05 03:43:46
回答 2查看 1.6K关注 0票数 1

我正在用Yocto构建qt框架,我在构建qtwayland包时遇到了以下错误。

代码语言:javascript
复制
| ERROR: Error calling /LTSI4.9/R-Car_SKM3ULCB/LTSI4.4/porter/tmp/work/armv7vehf-neon-vfpv4-agl-linux-gnueabi/qtwayland/5.8.0+gitAUTOINC+0e2a950895-r0/recipe-sysroot-native/usr/bin/qt5/qmake -makefile -o Makefile       /LTSI4.9/R-Car_SKM3ULCB/LTSI4.4/porter/tmp/work/armv7vehf-neon-vfpv4-agl-linux-gnueabi/qtwayland/5.8.0+gitAUTOINC+0e2a950895-r0/git/qtwayland.pro  --   -no-feature-drm-egl-server -no-feature-libhybris-egl-server -no-feature-wayland-brcm -feature-wayland-client -feature-wayland-egl -feature-wayland-server -no-feature-xcomposite-egl -no-feature-xcomposite-glx
| 
| Running configuration tests...
| Done running configuration tests.
| 
| Configure summary:
| 
| Qt Wayland Drivers:
|   EGL .................................... no
|   Rasberry Pi ............................ no
|   XComposite EGL ......................... no
|   XComposite GLX ......................... no
|   DRM EGL ................................ no
|   libhybris EGL .......................... no
| Qt Wayland Client ........................ yes
| Qt Wayland Compositor .................... yes
| 
| Note: No wayland-egl support detected. Cross-toolkit compatibility disabled.
| 
| ERROR: Feature 'wayland-egl' was enabled, but the pre-condition 'features.wayland-client && features.opengl && features.egl && libs.wayland-egl' failed.
| 
| ERROR: Feature 'wayland-egl' was enabled, but the pre-condition 'features.wayland-server && features.opengl && features.egl && libs.wayland-egl' failed.
| 
| Check config.log for details.
| 
| ERROR: Function failed: do_configure (log file is located at .../temp/log.do_configure.16034)

在do_configure任务中,构建进度失败。我相信是因为wayland-egl漏掉了一些东西。有什么能帮上忙的吗?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2019-01-05 03:46:17

我尝试将wayland特性添加到local.conf中的发行版功能中

代码语言:javascript
复制
DISTRO_FEATURES_NATIVESDK_append = " wayland"
DISTRO_FEATURES_append = " wayland"

Yocto建筑现在已经成功了。干杯!

票数 2
EN

Stack Overflow用户

发布于 2020-11-20 05:04:21

15.0版qtwayland我也有同样的问题。

我创建了包含qtwayland_%.bbappend文件

代码语言:javascript
复制
PACKAGECONFIG_remove_pn-qtwayland = "xcomposite-glx"

否则,在上面添加您的local.conf

在我的情况下,问题解决了。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/54048786

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档