All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Hanspeter Portner <dev@open-music-kontrollers.ch>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] freescale: add support for Image.gz to post-image
Date: Sat, 18 Sep 2021 08:56:42 +0200	[thread overview]
Message-ID: <20210918065642.GD1053080@scaer> (raw)
In-Reply-To: <20210917132835.33227-1-dev@open-music-kontrollers.ch>

Hanspeter, All,

On 2021-09-17 15:28 +0200, Hanspeter Portner spake thusly:
> For the i.MX8 often an Image.gz is built. With these changes, if
> BR2_LINUX_KERNEL_IMAGEGZ=y, the correct Image.gz file is now put into
> the generated image instead of falling back to the non-existent zImage.
> 
> Signed-off-by: Hanspeter Portner <dev@open-music-kontrollers.ch>

I've changed the commit title to:

    board/freescale: add support for Image.gz to post-image

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  board/freescale/common/imx/post-image.sh | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/board/freescale/common/imx/post-image.sh b/board/freescale/common/imx/post-image.sh
> index 3bb482debd..d36f82917e 100755
> --- a/board/freescale/common/imx/post-image.sh
> +++ b/board/freescale/common/imx/post-image.sh
> @@ -25,6 +25,8 @@ linux_image()
>  		echo "\"uImage\""
>  	elif grep -Eq "^BR2_LINUX_KERNEL_IMAGE=y$" ${BR2_CONFIG}; then
>  		echo "\"Image\""
> +	elif grep -Eq "^BR2_LINUX_KERNEL_IMAGEGZ=y$" ${BR2_CONFIG}; then
> +		echo "\"Image.gz\""
>  	else
>  		echo "\"zImage\""
>  	fi
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2021-09-18  6:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-17 13:28 [Buildroot] [PATCH 1/1] freescale: add support for Image.gz to post-image Hanspeter Portner
2021-09-18  6:56 ` Yann E. MORIN [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=20210918065642.GD1053080@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=dev@open-music-kontrollers.ch \
    /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.