summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-09-02 14:59:39 +0200
committerMing Liu <ming.liu@toradex.com>2022-09-06 14:43:39 +0200
commit08dc5aa49fedffb76f4cdcb80d97cdc2b483418f (patch)
tree726748f434329e651edaecc1480f8a4587b1ce29
parent2d89226a37d252392f19c6718dd9451f364ccf5c (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>
-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'}"