On command line "git clone https://username:app-password@bitbucket.org/dir/repo.git", works, wherein app-password is an "alphanumeric string created by bitbucket"
But when using with Yocto Recipe SRC_URI = "git://username:app-password@bitbucket.org/workspace/repo.git;protocol=https;"
gives error: "fatal: could not read the password for 'https://username@bitbucket.org': No such device or address".
Please advise how to use bitbucket app-passwords in the Yocto recipe for pulling git repo over https method?