diff options
author | cajun-rat <p@beta16.co.uk> | 2016-12-09 08:58:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 08:58:08 +0100 |
commit | 99b9b2c32c5756a6522bf0fafb2515695d6e8389 (patch) | |
tree | a795a417f59f22d355fcb1970f8db84b442f2bd8 /conf/distro | |
parent | cc928733a487f7ba7a6ca596434386fd6da3f1ab (diff) | |
parent | 00ec1ca642865bc6051d5f62df2e1bed7ba6fd58 (diff) | |
download | meta-updater-99b9b2c32c5756a6522bf0fafb2515695d6e8389.tar.gz |
Merge pull request #9 from advancedtelematic/feat/credentials
Add a recipe deploying credentials on the device
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/sota.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index 30d2ae5..5520154 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | IMAGE_INSTALL_append = " ostree rvi-sota-client" | 1 | IMAGE_INSTALL_append = " ostree rvi-sota-client sota-credentials" |
2 | 2 | ||
3 | # live image for OSTree-enabled systems | 3 | # live image for OSTree-enabled systems |
4 | IMAGE_CLASSES_append = " image_types_ostree image_types_ota" | 4 | IMAGE_CLASSES_append = " image_types_ostree image_types_ota" |