summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 16:26:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 07:46:40 +0100
commit229f88f5b5bd99fd9330b1880b331709cc7075f0 (patch)
treee99dff5a3abf7536cf93c1f840fca81d2c9db514 /bitbake
parent9c758b183369a0f80daddd184a1f9aadad632629 (diff)
downloadpoky-229f88f5b5bd99fd9330b1880b331709cc7075f0.tar.gz
bitbake: README: Update to point to new contributor guide
Now we have a contributor guide combining various wiki pages, point at that. (Bitbake rev: fb19d647697d56e7554722abb5f4903c774d4213) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/README12
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.
18Contributing 18Contributing
19------------ 19------------
20 20
21Please refer to 21Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/
22https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded 22for full details on how to submit changes.
23for guidelines on how to submit patches, just note that the latter documentation is intended 23
24for OpenEmbedded (and its core) not bitbake patches (bitbake-devel@lists.openembedded.org) 24As a quick guide, patches should be sent to bitbake-devel@lists.openembedded.org
25but in general main guidelines apply. Once the commit(s) have been created, the way to send 25The git command to do that would be:
26the patch is through git-send-email. For example, to send the last commit (HEAD) on current
27branch, 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