From dd41be7ab7edb8a0ccd4f0344a8d09dbee413916 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 8 Nov 2019 12:30:54 +0200 Subject: 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 --- templates/machine/raspberrypi4/50_local.conf.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/machine') 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" -- cgit 1.2.3-korg