1#
2# Copyright (c) 2018 O.S.Systems
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7#Example of product_uid, you must set you product uid.
8CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"
9
10#If you use the autorandler, need set UPDATEHUB_POLL_INTERVAL.
11#This example, the updatehub will poll on the server
12#request for updates one to one minute.
13#(min: 0 minute, máx: 30 days)
14CONFIG_UPDATEHUB_POLL_INTERVAL=1
15
16CONFIG_UPDATEHUB_CE=y
17
18#You need set the updatehub-ce ip Address.
19#This is a example of ip address
20CONFIG_UPDATEHUB_SERVER="10.5.3.67"
21