DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: select BAREBOX_IMX8M
@ 2023-02-21 11:18 Bastian Krause
  2023-02-21 11:18 ` [DistroKit] [PATCH 2/3] v8a: image-imx8mp-evk: " Bastian Krause
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bastian Krause @ 2023-02-21 11:18 UTC (permalink / raw)
  To: distrokit; +Cc: Bastian Krause, sha

The image contains a barebox image, so make sure it is actually
selected.

Fixes: 3b20b7dc4 ("Add i.MX8MM-EVK image")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 configs/platform-v8a/platforms/image-imx8mm-evk.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/platform-v8a/platforms/image-imx8mm-evk.in b/configs/platform-v8a/platforms/image-imx8mm-evk.in
index cce834e17..50907881b 100644
--- a/configs/platform-v8a/platforms/image-imx8mm-evk.in
+++ b/configs/platform-v8a/platforms/image-imx8mm-evk.in
@@ -4,6 +4,7 @@ config IMAGE_IMX8MM_EVK
 	tristate
 	select HOST_GENIMAGE
 	select IMAGE_ROOT_EXT
+	select BAREBOX_IMX8M
 	prompt "Generate images/imx8mm-evk.img"
 	help
 	  Generate a bootable SD card image to deploy a NXP i.MX8MM-EVK board.
-- 
2.30.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [DistroKit] [PATCH 2/3] v8a: image-imx8mp-evk: select BAREBOX_IMX8M
  2023-02-21 11:18 [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: select BAREBOX_IMX8M Bastian Krause
@ 2023-02-21 11:18 ` Bastian Krause
  2023-02-21 11:18 ` [DistroKit] [PATCH 3/3] v8a: image-imx8mq-evk: " Bastian Krause
  2023-02-21 13:12 ` [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: " Robert Schwebel
  2 siblings, 0 replies; 4+ messages in thread
From: Bastian Krause @ 2023-02-21 11:18 UTC (permalink / raw)
  To: distrokit; +Cc: Bastian Krause, sha

The image contains a barebox image, so make sure it is actually
selected.

Fixes: c0f98d8a2 ("Add i.MX8MP-EVK image")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 configs/platform-v8a/platforms/image-imx8mp-evk.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/platform-v8a/platforms/image-imx8mp-evk.in b/configs/platform-v8a/platforms/image-imx8mp-evk.in
index 62b024ae8..d49ce8d3d 100644
--- a/configs/platform-v8a/platforms/image-imx8mp-evk.in
+++ b/configs/platform-v8a/platforms/image-imx8mp-evk.in
@@ -4,6 +4,7 @@ config IMAGE_IMX8MP_EVK
 	tristate
 	select HOST_GENIMAGE
 	select IMAGE_ROOT_EXT
+	select BAREBOX_IMX8M
 	prompt "Generate images/imx8mp-evk.img"
 	help
 	  Generate a bootable SD card image to deploy a NXP i.MX8MP-EVK board.
-- 
2.30.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [DistroKit] [PATCH 3/3] v8a: image-imx8mq-evk: select BAREBOX_IMX8M
  2023-02-21 11:18 [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: select BAREBOX_IMX8M Bastian Krause
  2023-02-21 11:18 ` [DistroKit] [PATCH 2/3] v8a: image-imx8mp-evk: " Bastian Krause
@ 2023-02-21 11:18 ` Bastian Krause
  2023-02-21 13:12 ` [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: " Robert Schwebel
  2 siblings, 0 replies; 4+ messages in thread
From: Bastian Krause @ 2023-02-21 11:18 UTC (permalink / raw)
  To: distrokit; +Cc: Bastian Krause, sha

The image contains a barebox image, so make sure it is actually
selected.

Fixes: 3572278e1 ("Add i.MX8MQ-EVK image")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 configs/platform-v8a/platforms/image-imx8mq-evk.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/platform-v8a/platforms/image-imx8mq-evk.in b/configs/platform-v8a/platforms/image-imx8mq-evk.in
index f4b86cdae..a286e6bf5 100644
--- a/configs/platform-v8a/platforms/image-imx8mq-evk.in
+++ b/configs/platform-v8a/platforms/image-imx8mq-evk.in
@@ -4,6 +4,7 @@ config IMAGE_IMX8MQ_EVK
 	tristate
 	select HOST_GENIMAGE
 	select IMAGE_ROOT_EXT
+	select BAREBOX_IMX8M
 	prompt "Generate images/imx8mq-evk.img"
 	help
 	  Generate a bootable SD card image to deploy a NXP i.MX8MQ-EVK board.
-- 
2.30.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: select BAREBOX_IMX8M
  2023-02-21 11:18 [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: select BAREBOX_IMX8M Bastian Krause
  2023-02-21 11:18 ` [DistroKit] [PATCH 2/3] v8a: image-imx8mp-evk: " Bastian Krause
  2023-02-21 11:18 ` [DistroKit] [PATCH 3/3] v8a: image-imx8mq-evk: " Bastian Krause
@ 2023-02-21 13:12 ` Robert Schwebel
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2023-02-21 13:12 UTC (permalink / raw)
  To: Bastian Krause; +Cc: distrokit, sha

On Tue, Feb 21, 2023 at 12:18:37PM +0100, Bastian Krause wrote:
> The image contains a barebox image, so make sure it is actually
> selected.

Series applied to next.

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-21 13:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 11:18 [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: select BAREBOX_IMX8M Bastian Krause
2023-02-21 11:18 ` [DistroKit] [PATCH 2/3] v8a: image-imx8mp-evk: " Bastian Krause
2023-02-21 11:18 ` [DistroKit] [PATCH 3/3] v8a: image-imx8mq-evk: " Bastian Krause
2023-02-21 13:12 ` [DistroKit] [PATCH 1/3] v8a: image-imx8mm-evk: " Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox