diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/raspberrypi4/50_local.conf.inc | 5 |
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" |