summaryrefslogtreecommitdiff
path: root/conf/machine/include/colibri-imx7.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-22 11:25:11 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-07-22 11:36:47 +0200
commit5290186d19f81540cfcb92ab4424951909885223 (patch)
tree8655b9241b67d31c945f0d8661d1d7ee564c663c /conf/machine/include/colibri-imx7.inc
parentf417eb3eded48c902f35322ac75b252ead5bc3dd (diff)
machines: deploy a distro boot script
This depends on and deploys the distro boot script provided by u-boot-distro-boot. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/include/colibri-imx7.inc')
-rw-r--r--conf/machine/include/colibri-imx7.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/include/colibri-imx7.inc b/conf/machine/include/colibri-imx7.inc
index 0767047..282ad6b 100644
--- a/conf/machine/include/colibri-imx7.inc
+++ b/conf/machine/include/colibri-imx7.inc
@@ -8,6 +8,10 @@ TORADEX_FLASH_TYPE = "rawnand"
MACHINE_NAME = "Colibri-iMX7"
+EXTRA_IMAGEDEPENDS += "u-boot-distro-boot"
+IMAGE_BOOT_FILES += "${MACHINE_BOOT_FILES}"
+MACHINE_BOOT_FILES = "boot.scr"
+
MACHINE_FIRMWARE_remove = "firmware-imx-epdc"
-UBOOT_MAKE_TARGET_colibri-imx7 = "u-boot.imx" \ No newline at end of file
+UBOOT_MAKE_TARGET_colibri-imx7 = "u-boot.imx"