From: Marcus Folkesson <marcus.folkesson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] add support for iMX8MQ-evk board
Date: Mon, 19 Feb 2018 11:12:39 +0100 [thread overview]
Message-ID: <20180219101239.GC10694@gmail.com> (raw)
In-Reply-To: <1518960511-4823-4-git-send-email-karl.erik.larsson@gmail.com>
On Sun, Feb 18, 2018 at 02:28:31PM +0100, Erik Larsson wrote:
> Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Ask Christopher if he want to be stated here as well.
> ---
> diff --git a/board/freescale/common/imx/post-image.sh b/board/freescale/common/imx/post-image.sh
> index b239743..e3082a3 100755
> --- a/board/freescale/common/imx/post-image.sh
> +++ b/board/freescale/common/imx/post-image.sh
> @@ -7,10 +7,10 @@
> #
> dtb_list()
> {
> - local DTB_LIST="$(sed -n 's/^BR2_LINUX_KERNEL_INTREE_DTS_NAME="\([a-z0-9 \-]*\)"$/\1/p' ${BR2_CONFIG})"
> + local DTB_LIST="$(sed -n 's/^BR2_LINUX_KERNEL_INTREE_DTS_NAME="\([\/a-z0-9 \-]*\)"$/\1/p' ${BR2_CONFIG})"
Just a thought.. is ${BR2_LINUX_KERNEL_INTREE_DTS_NAME} available in
postscripts?
It would be nice if we could avoid this sed magic.
I'm not in an environment that I can check this by myself.
>
> for dt in $DTB_LIST; do
> - echo -n "\"$dt.dtb\", "
> + echo -n "\"`basename $dt`.dtb\", "
> done
> }
Best regards
Marcus Folkesson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180219/4d67c64f/attachment.asc>
prev parent reply other threads:[~2018-02-19 10:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-18 13:28 [Buildroot] [PATCH 0/3] Initial support for NXP iMX8 (imx8mq-evk) Erik Larsson
2018-02-18 13:28 ` [Buildroot] [PATCH 1/3] imx-mkimage: new package Erik Larsson
2018-02-18 14:51 ` Thomas Petazzoni
2018-02-19 5:43 ` Erik Larsson
2018-02-19 8:02 ` Thomas Petazzoni
2018-02-19 8:05 ` Erik Larsson
2018-02-19 9:55 ` Marcus Folkesson
2018-02-19 16:44 ` Gary Bisson
2018-02-19 16:55 ` Thomas Petazzoni
2018-02-19 10:00 ` Marcus Folkesson
2018-02-18 13:28 ` [Buildroot] [PATCH 2/3] imx-atf: " Erik Larsson
2018-02-18 13:46 ` Baruch Siach
2018-02-18 13:55 ` Erik Larsson
2018-02-18 13:28 ` [Buildroot] [PATCH 3/3] add support for iMX8MQ-evk board Erik Larsson
2018-02-18 14:47 ` Baruch Siach
2018-02-19 6:01 ` Erik Larsson
2018-02-19 12:44 ` Baruch Siach
2018-02-19 10:12 ` Marcus Folkesson [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=20180219101239.GC10694@gmail.com \
--to=marcus.folkesson@gmail.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.