From e032486279b8bf858333d2aab0680e0f9d067084 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 2 Sep 2022 14:59:39 +0200 Subject: local.conf: refer to kernel-fitimage rather than toradex-fitimage toradex-fitimage.bbclass has been dropped from meta-toradex-bsp-common layer, let's drop its reference here, use kernel-fitimage instead. Related-to: ELB-4700 Signed-off-by: Ming Liu (cherry picked from commit 08dc5aa49fedffb76f4cdcb80d97cdc2b483418f) --- buildconf/local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index b44c3f7..3e2aefd 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -267,11 +267,11 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl" # #BB_SERVER_TIMEOUT = "60" -# Toradex fitImage support (For EMMC modules) +# fitImage support (For EMMC modules) # # To enable fitimage, uncomment the following two lines # -# KERNEL_CLASSES:append = " toradex-fitimage" +# KERNEL_CLASSES:append = " kernel-fitimage" # KERNEL_IMAGETYPE:forcevariable = "${@'zImage' if d.getVar('TORADEX_FLASH_TYPE') == 'rawnand' else 'fitImage'}" -- cgit v1.2.3