Message ID | 20221020053014.33484-1-ito@lineo.co.jp |
---|---|
State | New |
Headers | show |
Series | [v4] release-notes-4.1.rst remove bitbake-layers subcommand argument | expand |
Hi Ito,
On 10/20/22 07:30, ito@lineo.co.jp wrote:
> Signed-off-by: Takayasu Ito <ito@lineo.co.jp>
Still missing a "From:" field at the beginning of the patch sent by git
send-email, as your full name doesn't appear in the headers of the
e-mails you're sending.
Are you sure you ran:
git config --global sendemail.from "ito@lineo.co.jp"
?
I don't think you did.
This should add a "From" field to the sent patch which "git am" should
be able to match with your name.
Please take the time to read
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Sending_using_git-send-email
Thanks in advance
Michael.
diff --git a/documentation/migration-guides/release-notes-4.1.rst b/documentation/migration-guides/release-notes-4.1.rst index 0c552bf1a..a2d4b3d6c 100644 --- a/documentation/migration-guides/release-notes-4.1.rst +++ b/documentation/migration-guides/release-notes-4.1.rst @@ -18,7 +18,7 @@ New Features / Enhancements in 4.1 - New ``scripts/oe-setup-layers`` standalone script to restore the layer configuration from a json file - - New ``bitbake-layers create-layers-setup destdir`` command to save the + - New ``bitbake-layers create-layers-setup`` command to save the layer configuration to a json file - New ``bitbake-layers save-build-conf`` command to save the active build configuration as a template into a layer
Signed-off-by: Takayasu Ito <ito@lineo.co.jp> --- documentation/migration-guides/release-notes-4.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)