Thanks, applied as 3795e32cfba7dea65a078e4c50ef630732f4c93b.

Michael

[sent from post-receive hook]

On Sat, 15 Jun 2024 16:58:40 +0200, Roland Hieber <r...@pengutronix.de> wrote:
> Make clear why that error happens, just in case someone decides to
> create a target package named "image-viewer".
> 
> Signed-off-by: Roland Hieber <r...@pengutronix.de>
> Message-Id: <20240605095458.3303464-1-...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
> index 1e01939d8018..8a08bcc44e8e 100644
> --- a/scripts/lib/ptxd_lib_dgen.awk
> +++ b/scripts/lib/ptxd_lib_dgen.awk
> @@ -100,7 +100,7 @@ $0 ~ /^include[[:space:]]+\/.*\.make$/ {
>  $1 ~ /^\$\(STATEDIR\)\/(image-.*|host-.*|cross-.*)\.targetinstall(.post)?:/ {
>       match($0, 
> /\$\(STATEDIR\)\/((image-.*|host-.*|cross-.*)\.targetinstall(.post)?):/, m);
>       print "\nError in " old_filename " line " lineno ":\n" \
> -             "  '" m[1] "' stage will be ignored.\n" \
> +             "  '" m[1] "' stage in host/cross/image rule will be 
> ignored.\n" \
>               "  See section 'Rule File Layout' in the PTXdist reference for 
> more info:\n" \
>               "  https://www.ptxdist.org/doc/ref_manual.html#rule-file-layout";
>       exit 1;

Reply via email to