Posts

Showing posts from June, 2021

Yocto Build issue solution for building mali libraries

I was trying my hands at Yocto and was having some success. Then one day I got stuck building the mali libs and it turned out there's a non-working URL behind this. The error was like below: ************************************** ERROR: libmali-xlnx-r7p0-00rel0-r0 do_fetch: Fetcher failure for URL: 'git:// gitenterprise.xilinx.com/Graphics/mali400-xlnx-userspace.git;protocol=https;branch=master '. Unable to fetch URL from any source. From a linux prompt, I try:  git clone https://gitenterprise.xilinx.com/Graphics/mali400-xlnx-userspace.git/ Cloning into 'mali400-xlnx-userspace'... fatal: unable to access ' https://gitenterprise.xilinx.com/Graphics/mali400-xlnx-userspace.git/ ': Could not resolve host: gitenterprise.xilinx.com ************************************** I googled some and found that there are some solutions. Further search led me to this solution at: https://forums.xilinx.com/t5/Embedded-Linux/Petalinux-Yocto-rel-v2019-1-build-fails-du