summaryrefslogtreecommitdiffstats
path: root/templates/machine
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2019-11-08 12:30:54 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-19 16:32:44 +0000
commitdd41be7ab7edb8a0ccd4f0344a8d09dbee413916 (patch)
tree5e28bcc7ef14cdac0ac807f6a6ab2114a6f3cb92 /templates/machine
parentc37da2ad069781d74eef51f6a760332b47632b17 (diff)
raspberrypi4/50_local.conf.inc: Use Image format
Use the "Image" format for 64-bit AGL images for Raspberry Pi 4. Bug-AGL: SPEC-2936 Change-Id: I4c671ed3cc775cd3356cb2e35a8ac73efd54603e Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'templates/machine')
-rw-r--r--templates/machine/raspberrypi4/50_local.conf.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi4/50_local.conf.inc b/templates/machine/raspberrypi4/50_local.conf.inc
index cff2f1878..4c14d14b9 100644
--- a/templates/machine/raspberrypi4/50_local.conf.inc
+++ b/templates/machine/raspberrypi4/50_local.conf.inc
@@ -1,3 +1,8 @@
MACHINE = "raspberrypi4"
#see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3.inc
require conf/include/agl_raspberrypi3.inc
+
+#use the "Image" format for 64-bit AGL image for Raspberry Pi 4
+KERNEL_IMAGETYPE = "Image"
+KERNEL_IMAGETYPE_UBOOT = "Image"
+KERNEL_IMAGETYPE_DIRECT = "Image"