meta-freescale.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Ming Liu" <liu.ming50@gmail.com>
To: meta-freescale@yoctoproject.org
Cc: max.krummenacher@toradex.com, sergio.prado@toradex.com,
	Ming Liu <liu.ming50@gmail.com>
Subject: [meta-freescale-3rdparty] [PATCH] colibri*.conf: define UBOOT_IMAGE
Date: Tue,  4 May 2021 14:24:27 +0200	[thread overview]
Message-ID: <20210504122427.4982-1-liu.ming50@gmail.com> (raw)

From: Ming Liu <liu.ming50@gmail.com>

We have renamed UBOOT_BINARY with '-nand' suffix to indicate it's a
image that should be flashed to NAND device, do the same to
UBOOT_IMAGE, otherwise developers might get confused about how to deal
with it.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 conf/machine/colibri-imx6ull.conf   | 1 +
 conf/machine/colibri-imx7-nand.conf | 1 +
 conf/machine/colibri-vf.conf        | 1 +
 3 files changed, 3 insertions(+)

diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf
index 1e1fd93..896fa1c 100644
--- a/conf/machine/colibri-imx6ull.conf
+++ b/conf/machine/colibri-imx6ull.conf
@@ -22,6 +22,7 @@ PREFERRED_RPROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils"
 PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
 
 UBOOT_BINARY = "u-boot-nand.imx"
+UBOOT_IMAGE = "u-boot-nand-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
 UBOOT_MAKE_TARGET = "u-boot.imx"
 UBOOT_MACHINE ?= "colibri-imx6ull_defconfig"
 
diff --git a/conf/machine/colibri-imx7-nand.conf b/conf/machine/colibri-imx7-nand.conf
index 4ab7a95..03794c9 100644
--- a/conf/machine/colibri-imx7-nand.conf
+++ b/conf/machine/colibri-imx7-nand.conf
@@ -35,6 +35,7 @@ PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
 
 # U-Boot NAND binary includes 0x400 padding required for NAND boot
 UBOOT_BINARY = "u-boot-nand.imx"
+UBOOT_IMAGE = "u-boot-nand-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
 UBOOT_MAKE_TARGET = "u-boot.imx"
 UBOOT_MACHINE ?= "colibri_imx7_defconfig"
 
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index 8c66ced..7e00e89 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -39,6 +39,7 @@ PREFERRED_VERSION_weston_use-nxp-bsp = ""
 
 # U-Boot NAND binary includes 0x400 padding required for NAND boot
 UBOOT_BINARY = "u-boot-nand.imx"
+UBOOT_IMAGE = "u-boot-nand-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
 UBOOT_MAKE_TARGET = "u-boot.imx"
 UBOOT_MACHINE ?= "colibri_vf_defconfig"
 
-- 
2.29.0


             reply	other threads:[~2021-05-04 12:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04 12:24 Ming Liu [this message]
2021-05-05  2:33 ` [meta-freescale] [meta-freescale-3rdparty] [PATCH] colibri*.conf: define UBOOT_IMAGE Otavio Salvador

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=20210504122427.4982-1-liu.ming50@gmail.com \
    --to=liu.ming50@gmail.com \
    --cc=max.krummenacher@toradex.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=sergio.prado@toradex.com \
    /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;
as well as URLs for NNTP newsgroup(s).