raspberrypi4/50_local.conf.inc: Use Image format 90/22890/4
authorLeon Anavi <leon.anavi@konsulko.com>
Fri, 8 Nov 2019 10:30:54 +0000 (12:30 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 19 Nov 2019 16:32:44 +0000 (16:32 +0000)
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>
templates/machine/raspberrypi4/50_local.conf.inc

index cff2f18..4c14d14 100644 (file)
@@ -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"