diff options
-rw-r--r-- | bitbake/README | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/bitbake/README b/bitbake/README index 78610e65f1..56d6876876 100644 --- a/bitbake/README +++ b/bitbake/README | |||
@@ -18,13 +18,11 @@ Bitbake requires Python version 3.8 or newer. | |||
18 | Contributing | 18 | Contributing |
19 | ------------ | 19 | ------------ |
20 | 20 | ||
21 | Please refer to | 21 | Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ |
22 | https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | 22 | for full details on how to submit changes. |
23 | for guidelines on how to submit patches, just note that the latter documentation is intended | 23 | |
24 | for OpenEmbedded (and its core) not bitbake patches (bitbake-devel@lists.openembedded.org) | 24 | As a quick guide, patches should be sent to bitbake-devel@lists.openembedded.org |
25 | but in general main guidelines apply. Once the commit(s) have been created, the way to send | 25 | The git command to do that would be: |
26 | the patch is through git-send-email. For example, to send the last commit (HEAD) on current | ||
27 | branch, type: | ||
28 | 26 | ||
29 | git send-email -M -1 --to bitbake-devel@lists.openembedded.org | 27 | git send-email -M -1 --to bitbake-devel@lists.openembedded.org |
30 | 28 | ||