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

2023-09-12 Thread Roland Hieber
Signed-off-by: Roland Hieber --- PATCH v3: no change 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_mac

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

2023-09-12 Thread Roland Hieber
Signed-off-by: Roland Hieber --- PATCH v3: * select kernel and initrd image by default instead of TODO comments * select HOST_U_BOOT_TOOLS for mkimage (previously a fixup patch) PATCH v2: https://lore.ptxdist.org/ptxdist/20230831104425.2874985-2-...@pengutronix.de * no change PATCH v1: htt

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

2023-09-12 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 Hieb

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

2023-09-12 Thread Roland Hieber
On Fri, Sep 01, 2023 at 08:31:58AM +0200, Michael Olbrich wrote: > 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_

[ptxdist] [PATCH] kernel: fix whitespace.

2023-09-12 Thread Christian Melki
Signed-off-by: Christian Melki --- rules/kernel.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kernel.make b/rules/kernel.make index 59ecdf199..3d200eaec 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -32,7 +32,7 @@ KERNEL_DTS:= $(call remov

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

2023-09-12 Thread Roland Hieber
On Fri, Sep 01, 2023 at 08:48:40AM +0200, Michael Olbrich wrote: > On Thu, Aug 31, 2023 at 12:44:24PM +0200, Roland Hieber wrote: > > Signed-off-by: Roland Hieber > > > > --- > > PATCH v2: no change > > PATCH v1: > > https://lore.ptxdist.org/ptxdist/20230822121234.2040303-2-...@pengutronix.de >