public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Neal Frager <neal.frager@amd.com>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 1/2] board/versal2/post-image.sh: remove incorrect $BINARIES_DIR
Date: Fri, 20 Mar 2026 16:54:45 +0100	[thread overview]
Message-ID: <20260320155445.175982-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260309075127.801847-1-neal.frager@amd.com>

In reply of:
> Remove incorrect $BINARIES_DIR reference from the symbolic link creation to
> make a relative path and not an absolute path.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

Applied to 2026.02.x. Thanks

> ---
> V1->V2:
> - Improved commit message
> ---
>  board/versal2/post-image.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/versal2/post-image.sh b/board/versal2/post-image.sh
> index 17746271e1..af50909fb1 100755
> --- a/board/versal2/post-image.sh
> +++ b/board/versal2/post-image.sh
> @@ -3,7 +3,7 @@
>  # By default U-Boot loads DTB from a file named "system.dtb", and
>  # with versal2, the Linux DTB is the same as the U-Boot DTB, so
>  # let's use a symlink since the DTB is the same.
> -ln -fs "${BINARIES_DIR}/u-boot.dtb" "${BINARIES_DIR}/system.dtb"
> +ln -fs "u-boot.dtb" "${BINARIES_DIR}/system.dtb"
>  
>  BOARD_DIR="$(dirname "$0")"
>  
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2026-03-20 15:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-09  7:51 [Buildroot] [PATCH v2 1/2] board/versal2/post-image.sh: remove incorrect $BINARIES_DIR Neal Frager via buildroot
2026-03-09  7:51 ` [Buildroot] [PATCH v2 2/2] board/versal2/post-image.sh: add custom hardware support Neal Frager via buildroot
2026-03-13 22:27   ` Romain Naour via buildroot
2026-03-15 15:26     ` Frager, Neal via buildroot
2026-03-13 22:00 ` [Buildroot] [PATCH v2 1/2] board/versal2/post-image.sh: remove incorrect $BINARIES_DIR Romain Naour via buildroot
2026-03-20 15:54 ` Thomas Perale via buildroot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260320155445.175982-1-thomas.perale@mind.be \
    --to=buildroot@buildroot.org \
    --cc=neal.frager@amd.com \
    --cc=thomas.perale@mind.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox