[ptxdist] [PATCH] template-kernel-make: use .tar.xz like the other kernel packages

2012-07-12 Thread Jan Luebbe
Signed-off-by: Jan Luebbe j...@pengutronix.de --- rules/templates/template-kernel-make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/templates/template-kernel-make b/rules/templates/template-kernel-make index 92757c6..008c347 100644 ---

[ptxdist] How to apply a patch from internet?

2012-07-12 Thread Philippe Corbes
Hello, I would like to know if it's possible to conditionally download and apply a patch from internet to original sources downloaded from internet.. If not can you give me a sample code to conditionally apply a patch (I add a boolean in the .in file and I check this boolean before patch apply) ?

Re: [ptxdist] How to apply a patch from internet?

2012-07-12 Thread Juergen Beisert
Hi Philippe, Philippe Corbes wrote: I would like to know if it's possible to conditionally download and apply a patch from internet to original sources downloaded from internet.. If not can you give me a sample code to conditionally apply a patch (I add a boolean in the .in file and I check