Answers for "yocto how to find checksum of a repo"

0

yocto how to find checksum of a repo

LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=d7bfc32a4337317666d20f2c8c6a8ae1"

SRC_URI="https://internal/artifact/repo/some.executable;md5sum=c46c37e358a12280abbee6948e3c5c39 \
         https://internal/artifact/repo/LICENSE;md5sum=d7bfc32a4337317666d20f2c8c6a8ae1"
Posted by: Guest on June-08-2021

Browse Popular Code Answers by Language