Changes between Version 16 and Version 17 of buildroot


Ignore:
Timestamp:
12/23/2019 05:41:21 PM (5 years ago)
Author:
Tim Harvey
Comment:

add support for signed/encrypted SWUpdate images as well as Suricatta support for Hawkbit (even though these are not provided in this example)

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v16 v17  
    317317# Packages:
    318318#  we need u-boot env tools for fw_setenv support in our scripts
    319 #  we need zlib for gzip support in SWUpdate
     319#  we need zlib/openssl/libconfig/json for various features in SWUpdate we enable
    320320#  we will use swupdate.config to configure SWUpdate
    321321BR2_PACKAGE_UBOOT_TOOLS=y
    322322BR2_PACKAGE_ZLIB=y
     323BR2_PACKAGE_OPENSSL=y
     324BR2_PACKAGE_LIBCONFIG=y
     325BR2_PACKAGE_JSON_C=y
     326BR2_PACKAGE_LIBCURL=y
    323327BR2_PACKAGE_SWUPDATE=y
    324328BR2_PACKAGE_SWUPDATE_CONFIG="swupdate.config"
     
    365369# CONFIG_MTD is not set
    366370# CONFIG_LUA is not set
     371CONFIG_SIGNED_IMAGES=y
     372CONFIG_ENCRYPTED_IMAGES=y
     373# Suricatta provides support for fetching updates via a Hawkbit server if desired
     374CONFIG_SURICATTA=y
     375CONFIG_SURICATTA_SSL=y
     376CONFIG_SURICATTA_STATE_CHOICE_BOOTLOADER=y
    367377# We need the raw handler to image to an MMC partition
    368378CONFIG_RAW=y