代码之家  ›  专栏  ›  技术社区  ›  Thảo M. Hoàng

在Yocto中生成qtwayland时失败

  •  0
  • Thảo M. Hoàng  · 技术社区  · 7 年前

    | 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_配置任务中生成进度失败。我相信这是因为韦兰egl遗漏了一些东西。有什么想法可以帮助你吗?

    1 回复  |  直到 7 年前
        1
  •  2
  •   Thảo M. Hoàng    7 年前

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

    DISTRO_FEATURES_NATIVESDK_append = " wayland"
    DISTRO_FEATURES_append = " wayland"
    

        2
  •  0
  •   eyllanesc    5 年前

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

    我创建了qtwayland_uz%.bbappend文件

    PACKAGECONFIG_remove_pn-qtwayland = "xcomposite-glx"
    

    就我而言,问题解决了。