You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to use App passwords in Yocto Build recipes?
Please help me with an example
App password is used for authentication with remote Bitbucket repositories !!
Here's a similar question
Thanks
No, my question is specific with Yocto build systems. the above link is not related to my query.
for e.g: "git clone https://username:password@bitbucket.org/dir/repo.git", command works, wherein password = "an alphanumeric string created by bitbucket"
if I use the same string in the "SRC_URI" field in the Yocto recipe, I get an error for the password field.
for e.g :"SRC_URI = "git://username:password@bitbucket.org/dir/repo.git;branch=somename;protocol=https;"
Error: "fatal: could not read password for 'https://username@bitbucket.org': No such device or address"
Please advise how to use the bitbucket app password in the SRC_URI field of the Yocto recipe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Instead of your account password, its
e.g :"SRC_URI = "git://username:app-password@bitbucket.org/workspace/repo.git;branch=somename;protocol=https;"
Clone URL is available in your Bitbucket repo and App paasword can be created in your personal settings page
https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The "password" I was referring to in my reply refers to "app-password", which does not work with Yocto recipe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.