diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-23 12:34:33 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-23 12:34:33 +0100 |
commit | db58e575655be131df4a597d66bfdec2ca128474 (patch) | |
tree | 8a83a7330a61342c777e2b7379dd8d99597932c8 /conf/distro/sota.conf.inc | |
parent | 96ed051bfbee1d3c01d9ad7a45ad53c672623a24 (diff) | |
download | meta-updater-db58e575655be131df4a597d66bfdec2ca128474.tar.gz |
Deploy credentials to physical sysroot's /boot
Diffstat (limited to 'conf/distro/sota.conf.inc')
-rw-r--r-- | conf/distro/sota.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index 3136092..7602464 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 sota-credentials" | 1 | IMAGE_INSTALL_append = " ostree rvi-sota-client" |
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" |
@@ -28,3 +28,4 @@ PREFERRED_PROVIDER_virtual/bootloader_raspberrypi3 = "u-boot" | |||
28 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "release",d)}" | 28 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "release",d)}" |
29 | 29 | ||
30 | DISTROOVERRIDES_append = ":sota" | 30 | DISTROOVERRIDES_append = ":sota" |
31 | DISTRO_FEATURES_append = " sota" | ||