TechNexion / tn-imx-yocto-manifest

TechNexion i.MX Yocto manifests
25 stars 11 forks source link

Pico-Imx8mq Yocto Image Build Error #37

Open alialbay opened 1 year ago

alialbay commented 1 year ago

Hi,

When we building (fsl-image-qt5) image for our pico module, tn-yocto-hardknottQ1/source/meta-qt5/recipes-qt/qt5/qtsvg_git.bb:do_fetch error occured. We will be glad if you can help.

richard-hu commented 1 year ago

Hi, Alialbay:

Thanks for the feedback. I spent some time on figuring out this issue. It results from the branch changes of QT SVG repo. QT SVG repo removes the branch - 5.15.2 which is used in meta-qt5. 圖片

It would need to tweak QT recipe to point remote branch to 5.15 instead 5.15.2.

Could you try to apply the attached patch under sources/meta-qt5.

git apply hardknott_fix_qtsvg_fetch_issue.patch

hardknott_fix_qtsvg_fetch_issue.patch

BR,

Richard