-
Notifications
You must be signed in to change notification settings - Fork 33
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
bitbake: Don't create a pull request #266
bitbake: Don't create a pull request #266
Conversation
4676566
to
8870b04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace with:
Generating bitbake recipes without specifying --dry-run is not supported.\n
This is because it is almost inevitable that changes to the metadata under recipes-bbappend
will be required.\n
Only when these have been made and the images build and pass the sanity test should a pull request be created.\n
8870b04
to
88de88d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message suggestion:
bitbake/run.py: Require --dry-run
- There are usually are some changes needed to manually adjust the .bbappends to build everything
correctly with updated recipes. Prevent people from accidentally creating pull requests
on GitHub before this is done by requiring that --dry-run be specified.
7de4a97
to
f1f5c99
Compare
The README.md needs to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md needs to be updated to indicate that --dry-run
is required for superflore-gen-oe-recipes
Can its usage message also be changed to show that --dry-run
is required?
f1f5c99
to
3e01430
Compare
d7fc7a3
to
9648c6e
Compare
7153976
to
49cbad3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Errors from linters:
superflore/generators/bitbake/run.py:20:1: F401 'superflore.exceptions.NoGitHubAuthToken' imported but unused
superflore/generators/bitbake/run.py:48:80: E501 line too long (93 > 79 characters)
@allenh1 < Should an issue be created for this PR? |
49cbad3
to
d9d4f4c
Compare
* There are usually are some changes needed to manually adjust the .bbappends to build everything correctly with updated recipes. Prevent people from accidentally creating pull requests on GitHub before this is done by requiring that --dry-run be specified. Signed-off-by: Martin Jansa <[email protected]>
d9d4f4c
to
8261618
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting to see if @allenh1 wants an issue created for this PR.
No, I'm not too concerned about it. Feel free to squash & merge. |
correctly with the updated recipes, prevent people from accidentally creating pull-requests
on github before their changes and is ready to build (or even parse correctly)
Signed-off-by: Martin Jansa [email protected]