diff mbox series

migration-guides/release-notes-4.1.rst: remove bitbake-layers subcommand argument

Message ID 1ea1ac6e-315c-45d2-61c9-05197154f720@lineo.co.jp
State New
Headers show
Series migration-guides/release-notes-4.1.rst: remove bitbake-layers subcommand argument | expand

Commit Message

Takayasu Ito Oct. 19, 2022, 4:17 p.m. UTC
Hi all

- remove bitbake-layers subcommand argument
---
  documentation/migration-guides/release-notes-4.1.rst | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

--
2.25.1

Comments

Michael Opdenacker Oct. 19, 2022, 4:26 p.m. UTC | #1
Hi,

On 10/19/22 18:17, ito@lineo.co.jp wrote:
> Hi all
>
> - remove bitbake-layers subcommand argument
> ---
>  documentation/migration-guides/release-notes-4.1.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Thank you very much for the patch!
However, you're missing a "Signed-off-by" field in your patch. Make sure 
you produce your commit with "git commit -s".

You should also try to run the following command to get your full name 
as commit author when I accept your patch:
git config --global sendemail.from "ito@lineo.co.jp"

Could you send a new version after doing this, please?
Thanks again
Cheers
Michael.
Takayasu Ito Oct. 19, 2022, 5:14 p.m. UTC | #2
Hi Michael

On 2022/10/20 1:26, Michael Opdenacker wrote:
> Hi,
> 
> On 10/19/22 18:17, ito@lineo.co.jp wrote:
>> Hi all
>>
>> - remove bitbake-layers subcommand argument
>> ---
>>  documentation/migration-guides/release-notes-4.1.rst | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 
> Thank you very much for the patch!
> However, you're missing a "Signed-off-by" field in your patch. Make sure you produce your commit with "git commit -s".
> 
> You should also try to run the following command to get your full name as commit author when I accept your patch:
> git config --global sendemail.from "ito@lineo.co.jp"
> 
> Could you send a new version after doing this, please?
> Thanks again
> Cheers
> Michael.
> 


I forgot to specify the "-s" option.
Michael Opdenacker Oct. 19, 2022, 6:54 p.m. UTC | #3
Hi

On 10/19/22 19:14, ito@lineo.co.jp wrote:
> Hi Michael
>
> On 2022/10/20 1:26, Michael Opdenacker wrote:
>> Hi,
>>
>> On 10/19/22 18:17, ito@lineo.co.jp wrote:
>>> Hi all
>>>
>>> - remove bitbake-layers subcommand argument
>>> ---
>>>  documentation/migration-guides/release-notes-4.1.rst | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>
>> Thank you very much for the patch!
>> However, you're missing a "Signed-off-by" field in your patch. Make 
>> sure you produce your commit with "git commit -s".
>>
>> You should also try to run the following command to get your full 
>> name as commit author when I accept your patch:
>> git config --global sendemail.from "ito@lineo.co.jp"
>>
>> Could you send a new version after doing this, please?
>> Thanks again
>> Cheers
>> Michael.
>>
>
>
> I forgot to specify the "-s" option.


That's still not enough.
Could you also run the below command before sending the patch with "git 
send-email"?

git config --global sendemail.from "ito@lineo.co.jp"

See 
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Sending_using_git-send-email

Thanks in advance
Michael.
diff mbox series

Patch

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