From: Otavio Salvador <otavio@ossystems.com.br>
To: openembedded-devel@lists.openembedded.org
Cc: openembedded-devel@openembedded.org
Subject: Re: [PATCH] New package: siproxd
Date: Sun, 15 Feb 2009 22:09:01 -0300 [thread overview]
Message-ID: <87hc2vi3wy.fsf@neumann.lab.ossystems.com.br> (raw)
In-Reply-To: <20090215211330.GB11815@smtp.west.cox.net> (Tom Rini's message of "Sun, 15 Feb 2009 14:13:30 -0700")
Tom Rini <trini@kernel.crashing.org> writes:
> On Sun, Feb 15, 2009 at 03:23:25PM -0300, Otavio Salvador wrote:
>> Roman I Khimov <khimov@altell.ru> writes:
>>
>> > Marcin Juszkiewicz:
>> >> On Friday 13 of February 2009 22:35:13 Roman I Khimov wrote:
>> >> > diff --git a/packages/siproxd/siproxd.inc
>> >> >
>> >> > +RDEPENDS = "libosip2"
>> >> >
>> >> > diff --git a/packages/siproxd/siproxd_0.7.1.bb
>> >> >
>> >> > +PR = "r0"
>> >>
>> >> Drop those two lines. You should not add libs to RDEPENDS (OE takes care
>> >> of it) and "r0" is default PR value.
>> >
>> > OK.
>>
>> It would be quite nice if you could send a git exported patch since it
>> makes the life eaiser for anyone going to apply your commit (locally or
>> for pushing it) and also keeps the credit for you.
>>
>> If you doesn't know to do that, some guidance can be find at:
>>
>> http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html
>
> Maybe getting a little OT, but now that we're starting to use patchwork,
> maybe some comments to GitPhraseBook on how people should be using
> git format-patch for OE?
I fear I'm not the best person to do that since I'm far from a good
English writer.
Basically we could suggest following workflow for regular users:
- when going to make any change at OE, start a personal branch
$: git checkout -b local master
- HACK; HACK; commit
- once happy with the end result, export the patches to send by mail
$: git format-patch master..
- mail them to ml
$: git send-email 0001-... --to openembedded-devel@lists.openembedded.org
- go take a beer ;-)
Please someone translate it in something easy to understand :-)
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
next prev parent reply other threads:[~2009-02-16 1:10 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-13 21:35 [PATCH] New package: siproxd Roman I Khimov
2009-02-14 6:30 ` Marcin Juszkiewicz
2009-02-14 8:34 ` Koen Kooi
2009-02-14 14:15 ` Roman I Khimov
2009-02-15 18:23 ` Otavio Salvador
2009-02-15 21:13 ` Tom Rini
2009-02-16 1:09 ` Otavio Salvador [this message]
2009-02-16 9:28 ` Roman I Khimov
2009-02-16 10:22 ` Marcin Juszkiewicz
2009-02-16 12:21 ` Otavio Salvador
2009-02-17 12:25 ` Roman I Khimov
2009-02-27 4:34 ` Khem Raj
2009-03-25 20:21 ` Roman I Khimov
2009-03-23 8:26 ` Otavio Salvador
2009-03-23 18:37 ` Roman I Khimov
2009-03-23 20:25 ` Otavio Salvador
2009-03-24 9:47 ` Koen Kooi
2009-03-26 14:56 ` Roman I Khimov
2009-04-21 20:17 ` Roman I Khimov
2009-04-21 20:29 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hc2vi3wy.fsf@neumann.lab.ossystems.com.br \
--to=otavio@ossystems.com.br \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.