From bfb7a411e55c4bdeedae6141bedd38ed856c1fdd Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Wed, 10 Jan 2018 12:17:14 +0100 Subject: templates: Add u-boot dependency for Raspberry Pi Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- conf/template.raspberrypi3-64/local.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/template.raspberrypi3-64/local.conf.sample b/conf/template.raspberrypi3-64/local.conf.sample index 16f850e..cf2f5c7 100644 --- a/conf/template.raspberrypi3-64/local.conf.sample +++ b/conf/template.raspberrypi3-64/local.conf.sample @@ -236,6 +236,7 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # this doesn't mean anything to you. CONF_VERSION = "1" +EXTRA_IMAGEDEPENDS_append = " u-boot" IMAGE_FSTYPES_append = " ext2.gz.u-boot" ENABLE_UART = "1" -- cgit v1.2.3-54-g00ecf