Re: [ptxdist] [PATCH v2] ptxd_make_fit_image: pad FIT image to block size of 4096 bytes

2023-08-31 Thread Roland Hieber
On Wed, Aug 23, 2023 at 12:49:59PM +0200, Roland Hieber wrote: > Trying to flash a FIT image over fastboot often results in errors like > this: > > Invalid sparse file format at header magic > error: write_sparse_skip_chunk: don't care size 18394488 is not a > multiple of the block size

[ptxdist] [PATCH] libnl3: Version bump. 3.7.0 -> 3.8.0

2023-08-31 Thread Christian Melki
Couldn't find a comprehensive summary. https://github.com/thom311/libnl/compare/libnl3_7_0...libnl3_8_0 Signed-off-by: Christian Melki --- rules/libnl3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index 2af062ac2..4c0f1a256

[ptxdist] [PATCH v2] fixup! templates: add template for custom FIT images

2023-08-31 Thread Roland Hieber
'mkimage' is needed to build the FIT image, select the correct host package to make it available. Signed-off-by: Roland Hieber --- rules/templates/template-image-fit-in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/templates/template-image-fit-in

[ptxdist] [PATCH v2 3/3] doc: ref_make_macros: document world/image-fit macro

2023-08-31 Thread Roland Hieber
Signed-off-by: Roland Hieber --- PATCH v2: no change PATCH v1: https://lore.ptxdist.org/ptxdist/20230822121234.2040303-3-...@pengutronix.de --- doc/ref_make_macros.rst | 38 ++ 1 file changed, 38 insertions(+) diff --git a/doc/ref_make_macros.rst

[ptxdist] [PATCH v2 2/3] templates: add template for custom FIT images

2023-08-31 Thread Roland Hieber
Signed-off-by: Roland Hieber --- PATCH v2: no change PATCH v1: https://lore.ptxdist.org/ptxdist/20230822121234.2040303-2-...@pengutronix.de --- rules/templates/template-image-fit-in | 8 ++ rules/templates/template-image-fit-make | 34 +

[ptxdist] [PATCH v2 1/3] kernel: add make target for the installed device trees

2023-08-31 Thread Roland Hieber
This makes it easy to depend on the kernel.targetinstall stage by depending on one of the .dtb's that it installs into the image dir, e.g. when building a custom recipe for a FIT image. As a nice side-effect, you can simply call "ptxdist image " to build the device tree. Signed-off-by: Roland

Re: [ptxdist] [PATCH] libcap-ng: Add another fetch option.

2023-08-31 Thread Roland Hieber
On Mon, Aug 28, 2023 at 05:35:51PM +0200, Michael Olbrich wrote: > On Fri, Aug 11, 2023 at 07:38:59PM +0200, Christian Melki wrote: > > people.redhat.com is down again. > > Not a lot depend on it but libcap-ng is common in a lot of builds. > > The github variant doesn't come in a "make dist"

Re: [ptxdist] [PATCH 1/3] kernel: add make target for the installed device trees

2023-08-31 Thread Michael Olbrich
On Tue, Aug 22, 2023 at 02:12:32PM +0200, Roland Hieber wrote: > This makes it easy to depend on the kernel.targetinstall stage by > depending on one of the .dtb's that it installs into the image dir, e.g. > when building a custom recipe for a FIT image. As a nice side-effect, > you can simply