22 lines
588 B
Plaintext
22 lines
588 B
Plaintext
|
#
|
||
|
# Copyright (c) 2018 O.S.Systems
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
|
||
|
#Example of product_uid, you must set you product uid.
|
||
|
CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"
|
||
|
|
||
|
#If you use the autorandler, need set UPDATEHUB_POLL_INTERVAL.
|
||
|
#This example, the updatehub will poll on the server
|
||
|
#request for updates one to one minute.
|
||
|
#(min: 0 minute, máx: 30 days)
|
||
|
CONFIG_UPDATEHUB_POLL_INTERVAL=1
|
||
|
|
||
|
CONFIG_UPDATEHUB_CE=y
|
||
|
|
||
|
#You need set the updatehub-ce ip Address.
|
||
|
#This is a example of ip address
|
||
|
CONFIG_UPDATEHUB_SERVER="10.5.3.67"
|