Re: Only index.html is cloned in private repo clone recipe #yocto


Bel Hadj Salem Talel <bhstalel@...>
 

Thanks for the support,
Here what I tried and it worked:


BRANCH = "master"
PROTOCOL = "http"
SRCREPO = "gitlab.tools.comp.local/comp/sense/sense_frontend.git"
SRC_URI = "git://${SRCREPO}; protocol=${PROTOCOL}; branch=${BRANCH}"
SRCREV = "${AUTOREV}"

And now everything is fetched and then unpacked into ${S}/git correctly.

Thanks, Talel

Join yocto@lists.yoctoproject.org to automatically receive all group messages.