All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] board/wandboard: Switch to extlinux.conf
Date: Sun, 18 Jul 2021 23:42:54 +0200	[thread overview]
Message-ID: <20210718234254.5a3e3cea@windsurf> (raw)
In-Reply-To: <20210711124824.1025887-1-festevam@gmail.com>

On Sun, 11 Jul 2021 09:48:23 -0300
Fabio Estevam <festevam@gmail.com> wrote:

> Currently wandboard uses a custom boot.scr.txt script
> and custom image generation scripts, genimage.cfg and 
> post-build.sh.
> 
> Switch to using the more standard extlinux.conf solution
> and remove the custom scripts in favor of the standard
> board/freescale/common/imx/post-image.sh one.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  board/wandboard/boot.scr.txt                  |  7 ----
>  board/wandboard/genimage.cfg                  | 32 -------------------
>  board/wandboard/post-build.sh                 |  8 -----
>  .../boot/extlinux/extlinux.conf               |  4 +++
>  configs/wandboard_defconfig                   |  5 ++-
>  5 files changed, 6 insertions(+), 50 deletions(-)
>  delete mode 100644 board/wandboard/boot.scr.txt
>  delete mode 100644 board/wandboard/genimage.cfg
>  delete mode 100755 board/wandboard/post-build.sh
>  create mode 100644 board/wandboard/rootfs_overlay/boot/extlinux/extlinux.conf

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      parent reply	other threads:[~2021-07-18 21:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-11 12:48 [Buildroot] [PATCH 1/2] board/wandboard: Switch to extlinux.conf Fabio Estevam
2021-07-11 12:48 ` [Buildroot] [PATCH 2/2] configs/wandboard: Bump U-Boot and kernel versions Fabio Estevam
2021-07-18 21:42 ` Thomas Petazzoni [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=20210718234254.5a3e3cea@windsurf \
    --to=thomas.petazzoni@bootlin.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.