All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 0/4] README: update to reflect current status
@ 2018-06-12 14:33 Richard Leitner
  2018-06-12 14:33 ` [meta-java][PATCH 1/4] README: fix dependent branch names Richard Leitner
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Richard Leitner @ 2018-06-12 14:33 UTC (permalink / raw)
  To: openembedded-devel

Update the README file to reflect current maintainers, dependencies and patch
formatting/sending guidlines.

Mario Domenech Goulart (1):
  README: Remove Mario Goulart from the list of maintainers

Richard Leitner (3):
  README: fix dependent branch names
  README: add note on how to send a patch series with cover-letter
  README: add maintainer: Richard Leitner

 README | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

-- 
2.11.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [meta-java][PATCH 1/4] README: fix dependent branch names
  2018-06-12 14:33 [meta-java][PATCH 0/4] README: update to reflect current status Richard Leitner
@ 2018-06-12 14:33 ` Richard Leitner
  2018-06-12 14:33 ` [meta-java][PATCH 2/4] README: add note on how to send a patch series with cover-letter Richard Leitner
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Richard Leitner @ 2018-06-12 14:33 UTC (permalink / raw)
  To: openembedded-devel

As we currently depend on the master branches of meta-oe and oe-core
adapt the README accordingly.

Furthermore add a short note on our stable branches.

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
---
 README | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 33511ff..564a924 100644
--- a/README
+++ b/README
@@ -7,13 +7,16 @@ Yocto Project build systems.
 This layer depends on:
 
 URI: git://git.openembedded.org/openembedded-core
-branch: krogoth (or master)
+branch: master
 revision: HEAD
 
 URI: git://git.openembedded.org/meta-openembedded
-branch: krogoth (or master)
+branch: master
 revision: HEAD
 
+For use with a specific Yocto Project release please refer to the corresponding
+git branches.
+
 Contributing
 ------------
 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-java][PATCH 2/4] README: add note on how to send a patch series with cover-letter
  2018-06-12 14:33 [meta-java][PATCH 0/4] README: update to reflect current status Richard Leitner
  2018-06-12 14:33 ` [meta-java][PATCH 1/4] README: fix dependent branch names Richard Leitner
@ 2018-06-12 14:33 ` Richard Leitner
  2018-06-12 14:33 ` [meta-java][PATCH 3/4] README: add maintainer: Richard Leitner Richard Leitner
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Richard Leitner @ 2018-06-12 14:33 UTC (permalink / raw)
  To: openembedded-devel

As patch series should include a cover letter describing the whole
series shortly add a note on this in the README.

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
---
 README | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 564a924..905c311 100644
--- a/README
+++ b/README
@@ -37,13 +37,18 @@ Source code:
     git://git.yoctoproject.org/meta-java
     http://git.yoctoproject.org/git/meta-java
 
-When creating patches, please use something like:
+When creating single patches, please use something like:
 
-    git format-patch -M -s --subject-prefix='meta-java][PATCH' origin
+    git format-patch -M -s --subject-prefix='meta-java][PATCH' -1
+
+When creating a patch series, please add a cover letter describing it shortly.
+Therefore use something like:
+
+    git format-patch -M -s --cover-letter --subject-prefix='meta-java][PATCH' origin
 
 When sending patches, please use something like:
 
-    git send-email --to openembedded-devel@lists.openembedded.org <generated patch>
+    git send-email --to openembedded-devel@lists.openembedded.org <generated patch(es)>
 
 Main layer maintainers:
 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-java][PATCH 3/4] README: add maintainer: Richard Leitner
  2018-06-12 14:33 [meta-java][PATCH 0/4] README: update to reflect current status Richard Leitner
  2018-06-12 14:33 ` [meta-java][PATCH 1/4] README: fix dependent branch names Richard Leitner
  2018-06-12 14:33 ` [meta-java][PATCH 2/4] README: add note on how to send a patch series with cover-letter Richard Leitner
@ 2018-06-12 14:33 ` Richard Leitner
  2018-06-12 14:43   ` Otavio Salvador
  2018-06-12 14:33 ` [meta-java][PATCH 4/4] README: Remove Mario Goulart from the list of maintainers Richard Leitner
  2018-06-12 14:38 ` [meta-java][PATCH 0/4] README: update to reflect current status Maxin B. John
  4 siblings, 1 reply; 10+ messages in thread
From: Richard Leitner @ 2018-06-12 14:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

As discussed on the openembedded-devel ML [1] add myself as a maintainer
for this layer.

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2018-June/118697.html

Cc: Henning Heinold <henning@itconsulting-heinold.de>
Cc: Mario Domenech Goulart <mario@parenteses.org>
Cc: Maxin John <maxin.john@intel.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index 905c311..2b63a11 100644
--- a/README
+++ b/README
@@ -56,6 +56,7 @@ Main layer maintainers:
   Mario Domenech Goulart <mario@ossystems.com.br>
   Maxin John <maxin.john@intel.com>
   Otavio Salvador <otavio@ossystems.com.br>
+  Richard Leitner <richard.leitner@skidata.com>
 
 Usage instructions
 ------------------
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [meta-java][PATCH 4/4] README: Remove Mario Goulart from the list of maintainers
  2018-06-12 14:33 [meta-java][PATCH 0/4] README: update to reflect current status Richard Leitner
                   ` (2 preceding siblings ...)
  2018-06-12 14:33 ` [meta-java][PATCH 3/4] README: add maintainer: Richard Leitner Richard Leitner
@ 2018-06-12 14:33 ` Richard Leitner
  2018-06-12 14:38 ` [meta-java][PATCH 0/4] README: update to reflect current status Maxin B. John
  4 siblings, 0 replies; 10+ messages in thread
From: Richard Leitner @ 2018-06-12 14:33 UTC (permalink / raw)
  To: openembedded-devel

From: Mario Domenech Goulart <mario@parenteses.org>

Signed-off-by: Mario Domenech Goulart <mario@parenteses.org>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
---
 README | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README b/README
index 2b63a11..b66df64 100644
--- a/README
+++ b/README
@@ -53,7 +53,6 @@ When sending patches, please use something like:
 Main layer maintainers:
 
   Henning Heinold <henning@itconsulting-heinold.de>
-  Mario Domenech Goulart <mario@ossystems.com.br>
   Maxin John <maxin.john@intel.com>
   Otavio Salvador <otavio@ossystems.com.br>
   Richard Leitner <richard.leitner@skidata.com>
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [meta-java][PATCH 0/4] README: update to reflect current status
  2018-06-12 14:33 [meta-java][PATCH 0/4] README: update to reflect current status Richard Leitner
                   ` (3 preceding siblings ...)
  2018-06-12 14:33 ` [meta-java][PATCH 4/4] README: Remove Mario Goulart from the list of maintainers Richard Leitner
@ 2018-06-12 14:38 ` Maxin B. John
  2018-06-12 14:51   ` Richard Leitner
  4 siblings, 1 reply; 10+ messages in thread
From: Maxin B. John @ 2018-06-12 14:38 UTC (permalink / raw)
  To: openembedded-devel-bounces; +Cc: openembedded-devel

Hi Richard,

On Tue, Jun 12, 2018 at 04:33:27PM +0200, openembedded-devel-bounces@lists.openembedded.org wrote:
> Update the README file to reflect current maintainers, dependencies and patch
> formatting/sending guidlines.
> 
> Mario Domenech Goulart (1):
>   README: Remove Mario Goulart from the list of maintainers
> 
> Richard Leitner (3):
>   README: fix dependent branch names
>   README: add note on how to send a patch series with cover-letter
>   README: add maintainer: Richard Leitner
> 
>  README | 20 ++++++++++++++------
>  1 file changed, 14 insertions(+), 6 deletions(-)

For some reasons, the "Author" of patches are not clearly set. It shows up like - "openembedded-devel-bounces@lists.openembedded.org",
instead of your mail-id.

Other than that, 
Acked-by: Maxin B. John <maxin.john@intel.com>

Best Regards,
Maxin


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-java][PATCH 3/4] README: add maintainer: Richard Leitner
  2018-06-12 14:33 ` [meta-java][PATCH 3/4] README: add maintainer: Richard Leitner Richard Leitner
@ 2018-06-12 14:43   ` Otavio Salvador
  0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2018-06-12 14:43 UTC (permalink / raw)
  To: Richard Leitner; +Cc: Otavio Salvador, OpenEmbedded Devel List

On Tue, Jun 12, 2018 at 11:33 AM, Richard Leitner
<richard.leitner@skidata.com> wrote:
> As discussed on the openembedded-devel ML [1] add myself as a maintainer
> for this layer.
>
> [1] http://lists.openembedded.org/pipermail/openembedded-devel/2018-June/118697.html
>
> Cc: Henning Heinold <henning@itconsulting-heinold.de>
> Cc: Mario Domenech Goulart <mario@parenteses.org>
> Cc: Maxin John <maxin.john@intel.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-java][PATCH 0/4] README: update to reflect current status
  2018-06-12 14:38 ` [meta-java][PATCH 0/4] README: update to reflect current status Maxin B. John
@ 2018-06-12 14:51   ` Richard Leitner
  2018-06-12 15:03     ` Maxin B. John
  2018-06-12 19:19     ` Burton, Ross
  0 siblings, 2 replies; 10+ messages in thread
From: Richard Leitner @ 2018-06-12 14:51 UTC (permalink / raw)
  To: Maxin B. John; +Cc: openembedded-devel

Hi Maxin,

On 06/12/2018 04:38 PM, Maxin B. John wrote:
> Hi Richard,
> 
> On Tue, Jun 12, 2018 at 04:33:27PM +0200, openembedded-devel-bounces@lists.openembedded.org wrote:
>> Update the README file to reflect current maintainers, dependencies and patch
>> formatting/sending guidlines.
>>
>> Mario Domenech Goulart (1):
>>   README: Remove Mario Goulart from the list of maintainers
>>
>> Richard Leitner (3):
>>   README: fix dependent branch names
>>   README: add note on how to send a patch series with cover-letter
>>   README: add maintainer: Richard Leitner
>>
>>  README | 20 ++++++++++++++------
>>  1 file changed, 14 insertions(+), 6 deletions(-)
> 
> For some reasons, the "Author" of patches are not clearly set. It shows up like - "openembedded-devel-bounces@lists.openembedded.org",
> instead of your mail-id.

Just wrote you an email because of that. It's strange because the
answer from Otavio to my [PATCH 3/4] parses the "From:" correctly.
Also my "raw patches" which I passed to "git send-email" seem to be fine...

Do you have any ideas what causes this problem?

regards;Richard.L


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-java][PATCH 0/4] README: update to reflect current status
  2018-06-12 14:51   ` Richard Leitner
@ 2018-06-12 15:03     ` Maxin B. John
  2018-06-12 19:19     ` Burton, Ross
  1 sibling, 0 replies; 10+ messages in thread
From: Maxin B. John @ 2018-06-12 15:03 UTC (permalink / raw)
  To: prvs=69472e970=Richard.Leitner; +Cc: openembedded-devel

Hi Richard,

On Tue, Jun 12, 2018 at 04:51:49PM +0200, prvs=69472e970=Richard.Leitner@skidata.com wrote:
> Hi Maxin,
> 
> On 06/12/2018 04:38 PM, Maxin B. John wrote:
> > Hi Richard,
> > 
> > On Tue, Jun 12, 2018 at 04:33:27PM +0200, openembedded-devel-bounces@lists.openembedded.org wrote:
> >> Update the README file to reflect current maintainers, dependencies and patch
> >> formatting/sending guidlines.
> >>
> >> Mario Domenech Goulart (1):
> >>   README: Remove Mario Goulart from the list of maintainers
> >>
> >> Richard Leitner (3):
> >>   README: fix dependent branch names
> >>   README: add note on how to send a patch series with cover-letter
> >>   README: add maintainer: Richard Leitner
> >>
> >>  README | 20 ++++++++++++++------
> >>  1 file changed, 14 insertions(+), 6 deletions(-)
> > 
> > For some reasons, the "Author" of patches are not clearly set. It shows up like - "openembedded-devel-bounces@lists.openembedded.org",
> > instead of your mail-id.
> 
> Just wrote you an email because of that. It's strange because the
> answer from Otavio to my [PATCH 3/4] parses the "From:" correctly.
> Also my "raw patches" which I passed to "git send-email" seem to be fine...

It seems something is wrong at my side, not yours :( 

> 
> Do you have any ideas what causes this problem?

Not yet. Probably some messup from the mail client.

> regards;Richard.L

Regards,
Maxin


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [meta-java][PATCH 0/4] README: update to reflect current status
  2018-06-12 14:51   ` Richard Leitner
  2018-06-12 15:03     ` Maxin B. John
@ 2018-06-12 19:19     ` Burton, Ross
  1 sibling, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2018-06-12 19:19 UTC (permalink / raw)
  To: openembedded-devel-bounces; +Cc: OpenEmbedded Devel List

The same happens for Richard Purdie for me, I suspect the problem is
that you're sending mail from your own machine (or some other relay)
but skidata.com has SPF configured and that machine isn't listed.

Ross

On 12 June 2018 at 15:51,
<openembedded-devel-bounces@lists.openembedded.org> wrote:
> Hi Maxin,
>
> On 06/12/2018 04:38 PM, Maxin B. John wrote:
>> Hi Richard,
>>
>> On Tue, Jun 12, 2018 at 04:33:27PM +0200, openembedded-devel-bounces@lists.openembedded.org wrote:
>>> Update the README file to reflect current maintainers, dependencies and patch
>>> formatting/sending guidlines.
>>>
>>> Mario Domenech Goulart (1):
>>>   README: Remove Mario Goulart from the list of maintainers
>>>
>>> Richard Leitner (3):
>>>   README: fix dependent branch names
>>>   README: add note on how to send a patch series with cover-letter
>>>   README: add maintainer: Richard Leitner
>>>
>>>  README | 20 ++++++++++++++------
>>>  1 file changed, 14 insertions(+), 6 deletions(-)
>>
>> For some reasons, the "Author" of patches are not clearly set. It shows up like - "openembedded-devel-bounces@lists.openembedded.org",
>> instead of your mail-id.
>
> Just wrote you an email because of that. It's strange because the
> answer from Otavio to my [PATCH 3/4] parses the "From:" correctly.
> Also my "raw patches" which I passed to "git send-email" seem to be fine...
>
> Do you have any ideas what causes this problem?
>
> regards;Richard.L
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-06-12 19:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12 14:33 [meta-java][PATCH 0/4] README: update to reflect current status Richard Leitner
2018-06-12 14:33 ` [meta-java][PATCH 1/4] README: fix dependent branch names Richard Leitner
2018-06-12 14:33 ` [meta-java][PATCH 2/4] README: add note on how to send a patch series with cover-letter Richard Leitner
2018-06-12 14:33 ` [meta-java][PATCH 3/4] README: add maintainer: Richard Leitner Richard Leitner
2018-06-12 14:43   ` Otavio Salvador
2018-06-12 14:33 ` [meta-java][PATCH 4/4] README: Remove Mario Goulart from the list of maintainers Richard Leitner
2018-06-12 14:38 ` [meta-java][PATCH 0/4] README: update to reflect current status Maxin B. John
2018-06-12 14:51   ` Richard Leitner
2018-06-12 15:03     ` Maxin B. John
2018-06-12 19:19     ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.