Skip to content

Fix buildroot clean not work #319

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

demin-han
Copy link

These three clean not work:

  1. with wildcards, shell=True should be passed. But if delete overlay/* really, build will fail because of missing etc/init.d/S99run. It's not necessary to clean overlay, it's overwritten every time.

  2. with wildcards, shell=True should be passed. We can delete target directly

  3. '".stamp_target_installed"' not match our expected.

These three clean not work:
1. with wildcards, shell=True should be passed.
   But if delete overlay/* really, build will fail because of missing
   etc/init.d/S99run.
   It's not necessary to clean overlay, it's overwritten every time.

2. with wildcards, shell=True should be passed.
   We can delete target directly

3. '".stamp_target_installed"' not match our expected.

Signed-off-by: demin.han <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant