summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-01-10 12:17:14 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2018-01-11 11:29:54 +0100
commitbfb7a411e55c4bdeedae6141bedd38ed856c1fdd (patch)
tree28136475ed0833373367d4768861e2ccc1fc0392
parent98ae320f8ac21bb3eced0ac05d72d2dbd5d5d4ad (diff)
downloadmeta-el-standard-bfb7a411e55c4bdeedae6141bedd38ed856c1fdd.tar.gz
templates: Add u-boot dependency for Raspberry Pi
Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--conf/template.raspberrypi3-64/local.conf.sample1
1 files changed, 1 insertions, 0 deletions
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"
236# this doesn't mean anything to you. 236# this doesn't mean anything to you.
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239EXTRA_IMAGEDEPENDS_append = " u-boot"
239IMAGE_FSTYPES_append = " ext2.gz.u-boot" 240IMAGE_FSTYPES_append = " ext2.gz.u-boot"
240 241
241ENABLE_UART = "1" 242ENABLE_UART = "1"