How to create a patch for a tarball package?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to create a patch for a tarball package?

688 Views
dariuszzawisko
Contributor II

I want to create a patch for the tslib tarball package.

I don't know how to achieve that.


When I want to create a patch for the kernel I can use git commands:

   git add <modified file 1> <modified file 2>

   git commit -s -m ’<your commit’s title>’

   git format-patch -1

What tools I should use to create a patch for a tarball package?

0 Kudos
1 Reply

547 Views
igorpadykov
NXP Employee
NXP Employee

Hi Dariusz

may be tardiff will help

tardiff - an archive patching utility

Best regards

igor

0 Kudos