* [ptxdist] Patch creation
@ 2018-06-25 14:28 Crim, Jason
2018-06-25 20:04 ` Uwe Kleine-König
0 siblings, 1 reply; 3+ messages in thread
From: Crim, Jason @ 2018-06-25 14:28 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]
Is there good documentation that someone can point me to for generating
a patch and updating the series file?
Thanks,
- Jason
[-- Attachment #1.2: Type: text/html, Size: 1810 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] Patch creation
2018-06-25 14:28 [ptxdist] Patch creation Crim, Jason
@ 2018-06-25 20:04 ` Uwe Kleine-König
2018-06-26 6:23 ` Alexander Dahl
0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2018-06-25 20:04 UTC (permalink / raw)
To: ptxdist
On Mon, Jun 25, 2018 at 09:28:10AM -0500, Crim, Jason wrote:
> Is there good documentation that someone can point me to for generating
> a patch and updating the series file?
If there is already a patch stack, just do:
ptxdist clean $yourpackage
ptxdist extract --git $yourpackage
cd platform-*/build-target/$yourpackage-1.2.3
vi somefile
git add somefile
git commit
git ptx-patches
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] Patch creation
2018-06-25 20:04 ` Uwe Kleine-König
@ 2018-06-26 6:23 ` Alexander Dahl
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2018-06-26 6:23 UTC (permalink / raw)
To: ptxdist
Hei hei,
Am Montag, 25. Juni 2018, 22:04:47 CEST schrieb Uwe Kleine-König:
> On Mon, Jun 25, 2018 at 09:28:10AM -0500, Crim, Jason wrote:
> > Is there good documentation that someone can point me to for generating
> > a patch and updating the series file?
>
> If there is already a patch stack, just do:
If there is none, in your BSP create a subfolder patches, and in that a
subfolder '$yourpackage-1.2.3', use the same folder name as your package has
in your folder 'platform-$yourplatform/build-target'. Put the patches and a
series file inside. All that before you call `ptxdist --git extract
$yourpackage`.
> ptxdist clean $yourpackage
> ptxdist extract --git $yourpackage
> cd platform-*/build-target/$yourpackage-1.2.3
> vi somefile
> git add somefile
> git commit
> git ptx-patches
All that is described in the documentation section 4.2 "Creating Patches for a
Package": https://www.ptxdist.org/doc/dev_manual.html#using-git
If you need special patch numbering and tags in the series file, have a look
at the patches distributed with ptxdist and search the mailinglist archive.
IIRC Michael explained how to do that in the past.
Greets
Alex
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-26 6:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 14:28 [ptxdist] Patch creation Crim, Jason
2018-06-25 20:04 ` Uwe Kleine-König
2018-06-26 6:23 ` Alexander Dahl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox