From: Leon Anavi Date: Fri, 8 Nov 2019 10:30:54 +0000 (+0200) Subject: raspberrypi4/50_local.conf.inc: Use Image format X-Git-Tag: 8.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=dd41be7ab7edb8a0ccd4f0344a8d09dbee413916;p=AGL%2Fmeta-agl.git 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 --- 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"