DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Fabian Pfitzner <f.pfitzner@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH 1/6] v8a: add imx8mp-frdm image
Date: Wed, 21 Jan 2026 08:50:43 +0100	[thread overview]
Message-ID: <aXCFU8h12dzDtxE6@pengutronix.de> (raw)
In-Reply-To: <20260120-fpf-imx8mp-frdm-v1-1-7c104011f896@pengutronix.de>

On Tue, Jan 20, 2026 at 05:42:34PM +0100, Fabian Pfitzner wrote:
> Signed-off-by: Fabian Pfitzner <f.pfitzner@pengutronix.de>
> ---
>  .../platform-v8a/platforms/image-imx8mp-frdm.in    | 10 +++++++
>  configs/platform-v8a/rules/image-imx8mp-frdm.make  | 35 ++++++++++++++++++++++
>  2 files changed, 45 insertions(+)
> 
> diff --git a/configs/platform-v8a/platforms/image-imx8mp-frdm.in b/configs/platform-v8a/platforms/image-imx8mp-frdm.in
> new file mode 100644
> index 0000000000000000000000000000000000000000..851eebee55c1769f4fcc08ac7d8348c09263484f
> --- /dev/null
> +++ b/configs/platform-v8a/platforms/image-imx8mp-frdm.in
> @@ -0,0 +1,10 @@
> +## SECTION=image
> +
> +config IMAGE_IMX8MP_FRDM
> +	tristate
> +	select HOST_GENIMAGE
> +	select IMAGE_ROOT_EXT
> +	select BAREBOX
> +	prompt "Generate images/imx8mp-frdm.img"
> +	help
> +	  Generate a bootable SD card image to deploy a NXP i.MX8MP-FRDM board.
> diff --git a/configs/platform-v8a/rules/image-imx8mp-frdm.make b/configs/platform-v8a/rules/image-imx8mp-frdm.make
> new file mode 100644
> index 0000000000000000000000000000000000000000..e602d59eae68b67f36c78e22a67059a7df3b252b
> --- /dev/null
> +++ b/configs/platform-v8a/rules/image-imx8mp-frdm.make
> @@ -0,0 +1,35 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2025 by Fabian Pfitzner <f.pfitzner@pengutronix.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +IMAGE_PACKAGES-$(PTXCONF_IMAGE_IMX8MP_FRDM) += image-imx8mp-frdm
> +
> +#
> +# Paths and names
> +#
> +IMAGE_IMX8MP_FRDM		:= image-imx8mp-fdrm
> +IMAGE_IMX8MP_FRDM_DIR	:= $(BUILDDIR)/$(IMAGE_IMX8MP_FRDM)
> +IMAGE_IMX8MP_FRDM_IMAGE	:= $(IMAGEDIR)/imx8mp-frdm.img
> +IMAGE_IMX8MP_FRDM_FILES	:= $(IMAGEDIR)/root.tgz
> +IMAGE_IMX8MP_FRDM_CONFIG	:= imx8m.config

The indention looks wrong. The ':=' should be aligned.

Michael


> +
> +# ----------------------------------------------------------------------------
> +# Image
> +# ----------------------------------------------------------------------------
> +
> +IMAGE_IMX8MP_FRDM_ENV := \
> +        BAREBOX_IMAGE=barebox-nxp-imx8mp-frdm.img
> +
> +$(IMAGE_IMX8MP_FRDM_IMAGE):
> +	@$(call targetinfo)
> +	@$(call image/genimage, IMAGE_IMX8MP_FRDM)
> +	@$(call finish)
> +
> +# vim: syntax=make
> 
> -- 
> 2.47.3
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



  reply	other threads:[~2026-01-21  7:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20 16:42 [DistroKit] [PATCH 0/6] RFC: add support for imx8mp-frdm board Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 1/6] v8a: add imx8mp-frdm image Fabian Pfitzner
2026-01-21  7:50   ` Michael Olbrich [this message]
2026-01-20 16:42 ` [DistroKit] [PATCH 2/6] v8a: enable " Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 3/6] v8a: barebox: enable imx8mp-frdm board Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 4/6] v8a: kernel: add imx8mp-frdm dts Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 5/6] v8a: kernel: import imx8mp-frdm device tree Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 6/6] doc: add imx8mp-frdm Fabian Pfitzner

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=aXCFU8h12dzDtxE6@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=f.pfitzner@pengutronix.de \
    /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