summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx8.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-02-07 19:21:20 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-02-07 19:25:28 +0100
commit6e9aa70dfcb16c3a7598d147ce6003d981057f51 (patch)
tree58ef91757f8dbd2e160dfead03a987db569beafc /conf/machine/apalis-imx8.conf
parentb78baa43a37d5819edb0cc86a0ac874f50d02506 (diff)
mx8: machines: fix kernel imagetype
meta-freescale commit 1652e927 ("imx-base.inc: fix KERNEL_IMAGETYPE's override") changed to set KERNEL_IMAGETYPE with an override of higher priority than aarch64. Follow that so that we get Image.gz kernel images again. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/apalis-imx8.conf')
-rw-r--r--conf/machine/apalis-imx8.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf
index 96eec6f..0b92a3f 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -39,7 +39,7 @@ KERNEL_DEVICETREE = " \
${KERNEL_DTB_PREFIX}imx8qp-apalis-v1.1-ixora-v1.2.dtb \
"
-KERNEL_IMAGETYPE:aarch64 = "Image.gz"
+KERNEL_IMAGETYPE:mx8-generic-bsp = "Image.gz"
UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "sd"