summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-09-02 14:59:39 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-09-09 12:26:59 +0200
commite032486279b8bf858333d2aab0680e0f9d067084 (patch)
treea95521505659fed14660755d92c5a369643d876d
parentd48af4a3e06c6eb407e526146df965f0053f86f9 (diff)
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 <ming.liu@toradex.com> (cherry picked from commit 08dc5aa49fedffb76f4cdcb80d97cdc2b483418f)
-rw-r--r--buildconf/local.conf4
1 files changed, 2 insertions, 2 deletions
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'}"