Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow postponing of Bitbake Calls in Settings Dialog #203

Open
cordlandwehr opened this issue Apr 19, 2024 · 1 comment
Open

Allow postponing of Bitbake Calls in Settings Dialog #203

cordlandwehr opened this issue Apr 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@cordlandwehr
Copy link

I had/have the following use case: for a slightly more complicated Yocto setup (Bitbake shall be run in a container, inside the container a git credentials cache needs to be initialized) I did not get the Command Wrapper directly right, as it needs to be set inside plugin settings. While trying to retyping it, I got constant warnings and failures from not working Bitbake calls (well, I was still typing and not even ready to give it a next try ;) )

So I think it would make sense to have automatic execution of BitBake calls disabled until after the first successful run and before that, to have an explicit "test config" button.

@deribaucourt
Copy link
Member

deribaucourt commented Apr 19, 2024

Hi!
We only launch a "sanity test" when the settings.json file is saved, not when the user types. Can you check wether whenever you type a new character in your settings.json file, it gets saved automatically on your setup?
Was it another file you were typing? Likewise, we don't run bitbake except on file saves to my knowledge.

@deribaucourt deribaucourt added the question Further information is requested label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants