[ptxdist] [PATCH] patchin: Don't trigger git garbage collection

2019-04-04 Thread Uwe Kleine-König
When extracting the sources for a big package (e.g. kernel) git forks a process to repack the repository "for optimum performance" (unless configured otherwise for example in ~/.gitconfig). However this is time that is not well spend when waiting for a build to complete. So ensure that ptxdist

[ptxdist] [PATCH 4/4] doc: ref_make_macros: document ptx/yesno, ptx/falsetrue, ptx/onoff

2019-04-04 Thread Roland Hieber
Sort them thematically betweem the existing macros. Signed-off-by: Roland Hieber --- doc/ref_make_macros.inc | 22 ++ 1 file changed, 22 insertions(+) diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc index 0f6ea8a7e0d7..329f3821ce77 100644 ---

[ptxdist] [PATCH 3/4] doc: ref_make_macros: merge parameter macros into a single section

2019-04-04 Thread Roland Hieber
All of these macros can be explained concisely with one table and one combined example, no need to repeat a whole section and paragraph of the text for each one of them that only differ in a few words. Also mention some use cases, and give real-life examples from existing code to better explain

[ptxdist] [PATCH 1/4] doc: ref_manual: split up into multiple files

2019-04-04 Thread Roland Hieber
The reference manual has gotten quite big now. Split it up into three files so it is easier to navigate for editing. No further change to the content. Signed-off-by: Roland Hieber --- doc/ref_make_macros.inc | 834 ++ doc/ref_make_variables.inc | 444 ++

[ptxdist] [PATCH 2/4] doc: ref_make_macros: install_tree knows a "strip" parameter too

2019-04-04 Thread Roland Hieber
From: Roland Hieber Signed-off-by: Roland Hieber --- doc/ref_make_macros.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc index 101f53c8d56c..6629726ec6b6 100644 --- a/doc/ref_make_macros.inc +++

[ptxdist] [PATCH 3/3] sd2-image: select libwebp

2019-04-04 Thread Lucas Stach
Make sure the library is present when webp support is enabled. Signed-off-by: Lucas Stach --- rules/sdl2-image.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/sdl2-image.in b/rules/sdl2-image.in index 44bac25ccc80..db234b153174 100644 --- a/rules/sdl2-image.in +++

[ptxdist] [PATCH 2/3] qt5: select libwebp

2019-04-04 Thread Lucas Stach
The QT5 imageformat module uses the system wide library when available. Signed-off-by: Lucas Stach --- rules/qt5.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/qt5.in b/rules/qt5.in index 3fa6f69b3c8c..3acab4849b1d 100644 --- a/rules/qt5.in +++ b/rules/qt5.in @@ -17,6 +17,7 @@

[ptxdist] [PATCH 1/3] libwebp: new package

2019-04-04 Thread Lucas Stach
This adds support for building libwebp and associated tools. Signed-off-by: Lucas Stach --- rules/libwebp.in | 31 rules/libwebp.make | 93 ++ 2 files changed, 124 insertions(+) create mode 100644 rules/libwebp.in create mode

Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2019-04-04 Thread Alexander Dahl
Hello Michael, I tried something you proposed, but it does not work yet, will proceed tomorrow. I started this mail with some now obsolete info, but wrote some more things, which I do not want to throw away once written. See below. Am Dienstag, 16. Oktober 2018, 14:26:10 CEST schrieb Michael