Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

App Passwords and Yocto

Satish Jadhav A February 6, 2022

How to use App passwords in Yocto Build recipes?

Please help me with an example

1 answer

0 votes
Pramodh M
Community Champion
February 6, 2022

@Satish Jadhav A 

App password is used for authentication with remote Bitbucket repositories !!

Here's a similar question

https://community.atlassian.com/t5/Bitbucket-questions/Bitbucket-app-passwords-where-do-I-use/qaq-p/1935515

Thanks

Satish Jadhav A February 6, 2022

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.

Pramodh M
Community Champion
February 6, 2022

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/

Like Satish Jadhav A likes this
Satish Jadhav A February 6, 2022

The "password" I was referring to in my reply refers to "app-password", which does not work with Yocto recipe. 

Simon Bühler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 21, 2023

@Satish Jadhav Adid you find a solution in the meantime, I have the exact same issue

Renjith I S
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 22, 2024

Please try this syntax for the SRC_URI

SRC_URI = "git://git@bitbucket.org/myworkspace/myrepo.git;protocol=https;user=myusername:my-app-password;"

Source : https://stackoverflow.com/a/72460183/1065138

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events