summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-02-15 12:05:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-03 11:15:23 +0000
commitff7025a26e13326eb12444fb853de655629378e0 (patch)
tree92f4db30235e2741607d388eee7c7faa69ac3aab
parent3c1f97ef5bbea7f6afaaea5b58ce1b8baa4ce82f (diff)
buildconf:local.conf: support fitimage
It's by default disabled, the end users could choose to enable them by uncommenting two lines. Related-to: TOR-1700 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--buildconf/local.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 79e8be0..8c6fd5f 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -245,6 +245,15 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
#BB_HASHSERVE = "auto"
#BB_SIGNATURE_HANDLER = "OEEquivHash"
+
+# Toradex fitImage support (For EMMC modules)
+#
+# To enable fitimage, uncomment the following two lines
+#
+# KERNEL_CLASSES_append = " toradex-fitimage"
+# KERNEL_IMAGETYPE_forcevariable = "${@'zImage' if d.getVar('TORADEX_FLASH_TYPE') == 'rawnand' else 'fitImage'}"
+
+
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.