All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daiane Angolini <daiane.angolini@nxp.com>
To: <meta-freescale@yoctoproject.org>
Subject: [meta-fsl-arm-extra][PATCH 2/2] imx7s-warp: Does not include u-boot on image
Date: Mon, 8 Aug 2016 14:30:39 -0300	[thread overview]
Message-ID: <1470677439-14618-2-git-send-email-daiane.angolini@nxp.com> (raw)
In-Reply-To: <1470677439-14618-1-git-send-email-daiane.angolini@nxp.com>

It does not include u-boot binary on the image but builds it so user
can have the u-boot if an update is needed.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
---
 conf/machine/imx7s-warp.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
index 18a5954..6b0b50e 100644
--- a/conf/machine/imx7s-warp.conf
+++ b/conf/machine/imx7s-warp.conf
@@ -7,6 +7,14 @@
 require conf/machine/include/imx-base.inc
 require conf/machine/include/tune-cortexa7.inc
 
+# WaRP uses eMMC boot partition by default and the u-boot inside .sdcard image
+# does not override it. However, build u-boot binary anyway in order to provide
+# a binary to be used if an update is needed.
+# See how-to override eMMC boot partition on the following link
+# http://git.denx.de/?p=u-boot.git;a=blob;f=board/warp7/README
+IMAGE_BOOTLOADER ?= ""
+EXTRA_IMAGEDEPENDS += "u-boot"
+
 MACHINE_FEATURES += " wifi bluetooth"
 
 SOC_FAMILY = "mx7:mx7d"
-- 
2.7.4



  reply	other threads:[~2016-08-08 17:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-08 17:30 [meta-fsl-arm-extra][PATCH 1/2] imx7d-warp7: Rename to imx7s-warp Daiane Angolini
2016-08-08 17:30 ` Daiane Angolini [this message]
2016-08-08 18:18 ` Fabio Estevam
2016-08-08 18:30   ` Daiane Angolini

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=1470677439-14618-2-git-send-email-daiane.angolini@nxp.com \
    --to=daiane.angolini@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /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.