summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2016-06-03 16:35:39 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 23:10:53 +0200
commitb5d9900842e08e8ac5b9ad43234acf7ec63542ba (patch)
tree2f1d0db5fed7e5d647ef7bffeee131b960178d6b /Config.in.legacy
parentd1a2c0ed3c73ea37b506eae0edbbabdb366c2d5f (diff)
uboot-tools: fix FIT support and make it optional
Fix several issues regarding the support for Flat Image Trees (FIT). - Add a patch to really allow turning FIT support on/off, which was not possible due to bugs in the code and in the tools Makefile. This patch has been sent upstream but not applied there, yet. - Use independent options to control FIT support on host and target packages. - Subordinate FIT signature support to the activation of FIT support, in the target package, not to mkimage installation. - Add a dependence on the dtc utilities because mkimage needs it when FIT is enabled; otherwise mkimage fails like this: $ mkimage -f firmware.its firmware.im sh: dtc: command not found - Add BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT to the Config.in.legacy file. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy14
1 files changed, 14 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index b73603b7c..434aa5f3a 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,20 @@ endif
###############################################################################
comment "Legacy options removed in 2016.08"
+config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT
+ bool "FIT support in uboot-tools has been refactored"
+ select BR2_LEGACY
+ select BR2_PACKAGE_DTC
+ select BR2_PACKAGE_DTC_PROGRAMS
+ select BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
+ select BR2_PACKAGE_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT
+ select BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
+ help
+ This option has been removed in favor of a more fine-grained
+ configuration, which is recommended. Selecting this option
+ enables FIT and FIT signature support for the target packages.
+ It will also select the dtc and openssl packages.
+
config BR2_PTHREADS_OLD
bool "linuxthreads (stable/old)"
select BR2_LEGACY