From 3e5f35d84c7f692654560a0d923b11c9f7a83a34 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 15 Feb 2021 12:05:49 +0100 Subject: 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 (cherry picked from commit ff7025a26e13326eb12444fb853de655629378e0) --- buildconf/local.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'buildconf') 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. -- cgit v1.2.3