From 5290186d19f81540cfcb92ab4424951909885223 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 22 Jul 2019 11:25:11 +0200 Subject: 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 --- conf/machine/colibri-imx8x.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine/colibri-imx8x.conf') diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf index 70532bc..7e930a9 100644 --- a/conf/machine/colibri-imx8x.conf +++ b/conf/machine/colibri-imx8x.conf @@ -35,6 +35,10 @@ BOOT_SPACE = "65536" IMAGE_BOOTLOADER = "imx-boot" IMX_BOOT_SEEK = "32" +EXTRA_IMAGEDEPENDS += "u-boot-distro-boot" +IMAGE_BOOT_FILES += "${MACHINE_BOOT_FILES}" +MACHINE_BOOT_FILES = "boot.scr" + PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils" -- cgit v1.2.3