From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Ehmanns Date: Thu, 25 Feb 2016 22:05:24 +0100 Subject: [Buildroot] [PATCH 1/1] Added OK/FAIL output to SNMP init script. In-Reply-To: <20160225220417.7df2cbca@free-electrons.com> References: <1456335081-4834-1-git-send-email-universeII@gmx.de> <20160225104643.0921463c@free-electrons.com> <56CF5DBF.2060109@gmx.de> <20160225212541.6e6e5356@free-electrons.com> <56CF6784.5030403@gmx.de> <20160225220417.7df2cbca@free-electrons.com> Message-ID: <56CF6C94.4050301@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thomas, thanks for the clarification. Regards, Andreas Am 25.02.2016 um 22:04 schrieb Thomas Petazzoni: > Hello, > > On Thu, 25 Feb 2016 21:43:48 +0100, Andreas Ehmanns wrote: > >> one "stupid" questions. Shall the patches be incremental or relative to >> the original file? >> Example: Change some lines and create the first patch. Then change the >> next things based on the original file or based on the already patched file? > Based on the already patched file of course, otherwise you won't go > very far. You need to create a patch series. To do this, create a Git > branch, make a set of commits that stack on top of each other, and then > use git format-patch to create one patch file for each commit in your > branch, and send them with git send-mail. > > You can look in the Buildroot manual, there are some explanations about > this: > > http://nightly.buildroot.org/#submitting-patches > > Best regards, > > Thomas