Only index.html is cloned in private repo clone recipe #yocto
Bel Hadj Salem Talel <bhstalel@...>
Hello All,
I have a private git repo which is in a local gitlab server. Here is the local repo domain: http://gitlab.tools.comp.local/comp/sense/sense_frontend I already saved the git credentials (username and password) , and I created this recipe: LICENSE = "CLOSED" SRCURL = "http://gitlab.tools.comp.local/comp/sense/sense_frontend" SRCBRANCH = "master"
SRCPROTO = "https"
# Define the source for this recipe
SRC_URI += "${SRCURL};protocol=${SRCPROTO};branch=${SRCBRANCH}"
SRC_URI[md5sum] = "1becf51a6312d09f0c1c22120efd499c"
SRC_URI[sha256sum] = "142e3af77b6851b614d07012abce145ce2526b8d0d95e7a94cff62f0e6432d26"When I do do_fetch and do_unpack I only see the index.html file of the repo is downloaded. What is the problem ? How can I solve this? Thanks, Talel |
|