Skip to content
Snippets Groups Projects
  1. Jul 01, 2013
  2. Jun 28, 2013
    • Simon Glass's avatar
      mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE · 29ce737d
      Simon Glass authored
      
      At present mkimage is set up to always build with image signing support.
      This means that the SSL libraries (e.g. libssl-dev) are always required.
      
      Adjust things so that mkimage can be built with and without image signing,
      controlled by the presence of CONFIG_FIT_SIGNATURE in the board config file.
      
      If CONFIG_FIT_SIGNATURE is not enabled, then mkimage will report a warning
      that signing is not supported. If the option is enabled, but libraries are
      not available, then a build error similar to this will be shown:
      
      lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      29ce737d
  3. Jun 27, 2013
  4. Jun 26, 2013
  5. Jun 25, 2013
  6. Jun 24, 2013
  7. Jun 23, 2013
Loading