-
Notifications
You must be signed in to change notification settings - Fork 10
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
ERROR: Only one copy of bitbake should be run against a build directory #16
Comments
I did faced the same error in my case also, "ERROR: Only one copy or bitbake should run against a build directory". For this issue we need to delete the already running bitbake process in the system. Hence the existing bitbake process could not able to start, because the same process name already exists. Step 1: Step 2: Step 3: Step 4: |
Thank you for confirming the error and the solutions. My idea would be to avoid this lock. The bitbake plugin can use the bitbake command in another folder instead build. Until now I was not able to manage the underlying library to execute |
I'm killing the process but its showing again the same error. Could you please help with this issue. |
Hi,
Maybe it helps to delete the bitbacke lock file.
Anyway I'm working on this error. But my time is currently rare.
Best regards,
Eugen
prisuna2015 <[email protected]> schrieb am Sa., 13. Jan. 2018, 10:10:
… I'm killing the process but its showing again the same error. Could you
please help with this issue.
Thanks in advance.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHg_mk2CYnFVOyu7zw6t6clWhHtNin_5ks5tKHMUgaJpZM4Oq2oG>
.
|
The root cause of this problem is the build/bitbake.lock file. Ideally if the bitbake team wanted to create an intermittent lock file, they would handle a graceless interrupt (sighup for instance if I'm telnet in) and remove this file themselves when the python processes die. Just remove the file and you're good to go. |
Yesterday I released V0.0.13 this version includes a feature that uses an extra folder for |
No description provided.
The text was updated successfully, but these errors were encountered: