diff options
author | Phil Wise <phil@advancedtelematic.com> | 2018-03-27 14:06:38 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2018-03-27 14:06:38 +0200 |
commit | de2b0f06546666aacf9dd2fce94e0134768c6a3b (patch) | |
tree | 178a61aca1440bce83557113485380f8ea3b36be /recipes-test/images | |
parent | 7ce65035d63107605e07ecb1d923be63ecaa1ec9 (diff) | |
download | meta-updater-de2b0f06546666aacf9dd2fce94e0134768c6a3b.tar.gz |
Add SOTA client feature to enable secondary network
Also add a test for the 'primary-image'
Diffstat (limited to 'recipes-test/images')
-rw-r--r-- | recipes-test/images/secondary-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb index c1ce57a..02153d0 100644 --- a/recipes-test/images/secondary-image.bb +++ b/recipes-test/images/secondary-image.bb | |||
@@ -13,6 +13,8 @@ IMAGE_INSTALL_remove = " \ | |||
13 | aktualizr-ca-implicit-prov \ | 13 | aktualizr-ca-implicit-prov \ |
14 | aktualizr-hsm-prov \ | 14 | aktualizr-hsm-prov \ |
15 | aktualizr-implicit-prov \ | 15 | aktualizr-implicit-prov \ |
16 | connman \ | ||
17 | connman-client \ | ||
16 | " | 18 | " |
17 | 19 | ||
18 | IMAGE_INSTALL_append = " \ | 20 | IMAGE_INSTALL_append = " \ |