summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-11-23 14:43:20 -0600
committerBrandon Bayer <bbayer@multitech.com>2016-11-23 14:43:20 -0600
commit1507858d37d41a3f22129ea569d628f1b75cb876 (patch)
treee49a6427397f91cfe3e0a8c4225cd2cf83b2964b
parent618b7a4b2bd80bcca4173a6b98fb584bc8d5ccbf (diff)
downloadmeta-mlinux-1507858d37d41a3f22129ea569d628f1b75cb876.tar.gz
meta-mlinux-1507858d37d41a3f22129ea569d628f1b75cb876.tar.bz2
meta-mlinux-1507858d37d41a3f22129ea569d628f1b75cb876.zip
annex:fix: better defaults
-rw-r--r--recipes-core/annex-client/annex-client.bb2
-rw-r--r--recipes-core/annex-client/annex-client/config.json.sample4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/annex-client/annex-client.bb b/recipes-core/annex-client/annex-client.bb
index cf7ed5c..83dd602 100644
--- a/recipes-core/annex-client/annex-client.bb
+++ b/recipes-core/annex-client/annex-client.bb
@@ -6,7 +6,7 @@ PROVIDES = "annex-client"
# NOTE: annex-client binary is built with Jenkin's job using annex-client-from-src.bb
# To update this, manually copy ipk from Jenkin's job to .net/downloads/
-PR = "r2"
+PR = "r3"
ANNEX_PR = "r1"
SRC_URI = "http://multitech.net/downloads/annex-client-from-src_1.0-${ANNEX_PR}.0_${TUNE_PKGARCH}.ipk \
file://annex-client.init \
diff --git a/recipes-core/annex-client/annex-client/config.json.sample b/recipes-core/annex-client/annex-client/config.json.sample
index c576a04..5e83c64 100644
--- a/recipes-core/annex-client/annex-client/config.json.sample
+++ b/recipes-core/annex-client/annex-client/config.json.sample
@@ -1,10 +1,10 @@
{
- "enabled": false,
+ "enabled": true,
"accountKey": "",
"deviceHqUrl": "https://www.devicehq.com",
"deviceServerUrl": "ds.devicehq.com",
"checkInIntervalMins": 720,
"gpsDataIntervalMins": 720,
"allowFirmwareUpgrade": true,
- "allowConfigUpgrade": true
+ "allowConfigUpgrade": false
}