mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6sl-warp: Set EXTRA_IMAGEDEPENDS to u-boot
Set EXTRA_IMAGEDEPENDS to "u-boot". When user copies a .sdcard to the eMMC the bootloader is not updated, but it is still helpful to generate a U-boot binary and be able to inspect U-boot source code. The .sdcard image generated after this patch does not include the U-boot binary which is only built to ease an eventual update. See how-to override eMMC boot partition on the following link: http://git.denx.de/?p=u-boot.git;a=blob;f=board/warp/README Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
e042f3ed39
commit
38e3ae9634
|
@ -27,8 +27,13 @@ include conf/machine/include/tune-cortexa9.inc
|
||||||
|
|
||||||
SOC_FAMILY = "mx6:mx6sl"
|
SOC_FAMILY = "mx6:mx6sl"
|
||||||
|
|
||||||
# Use eMMC boot partition by default
|
# 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/warp/README
|
||||||
IMAGE_BOOTLOADER ?= ""
|
IMAGE_BOOTLOADER ?= ""
|
||||||
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
||||||
|
|
||||||
UBOOT_MACHINE ?= "warp_defconfig"
|
UBOOT_MACHINE ?= "warp_defconfig"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user