diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-04 12:08:46 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-04 12:08:46 +0100 |
commit | 3e6e8c0097413de31ca89182969f1a2352947350 (patch) | |
tree | b06830ae526a852b900c9d2a5df951a9fe74280e /templates/machine/porter | |
parent | 19aa2eca0c838d4270f7a990c8f95589c5c2ed78 (diff) |
Add u-boot image class when sota feature is enabled
Change-Id: I7ad6fc95f4252424ded09bc1d6d5ab18bf6733fd
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'templates/machine/porter')
-rw-r--r-- | templates/machine/porter/50_local.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/machine/porter/50_local.conf.inc b/templates/machine/porter/50_local.conf.inc index a0452973e..7cae49299 100644 --- a/templates/machine/porter/50_local.conf.inc +++ b/templates/machine/porter/50_local.conf.inc @@ -189,5 +189,6 @@ DISTRO_FEATURES_append = " h264avcenc_lib" OSTREE_KERNEL = "uImage+dtb" # OTA-enabled live image -IMAGE_CLASSES_append_sota = " sdcard_image-porter-ota" +IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-porter-ota" IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'porter-sdimg-ota ', '', d)}" + |