On 1/23/2023 1:53 AM, Ulf Samuelsson via lists.yoctoproject.org wrote:

The meta-qt5 layer (honister) seems to rely on qt5 branch="5.15.2"

This branch have disappeared from several of the qt5 repos.

Yocto fails to check out the SRCREVs even if I change the branch to "dev"

A few recipes that fails in this way:

  * qtconnectivity
  * qtquickcontrols2
  * qtcharts
  * qtgraphicaleffects
  * qtmultimedia
  * qt3d

[Sandeep]: The URLs for the qt5 items changed upstream. Upstream (intentionally) broke their repositories. One thing you can try is to use downloads from 2022.1 release. https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html. On the failed items might not be part of the supported set of packagegroup that we have mirrored. A workaround to the SRC_URI should resolve the issue.

Example for qt3d_%.bbappend:

SRC_URI = "git://code.qt.io/qt/qt3d.git;name=qt3d;branch=5.15;protocol=git"
SRCREV = "92853c6e1aa95dfb7d605959ff44ccc124fbd62c"

--
Best Regards
Ulf Samuelsson



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5135): 
https://lists.yoctoproject.org/g/meta-xilinx/message/5135
Mute This Topic: https://lists.yoctoproject.org/mt/96470157/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to