From 3e6e8c0097413de31ca89182969f1a2352947350 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Fri, 4 Nov 2016 12:08:46 +0100 Subject: Add u-boot image class when sota feature is enabled Change-Id: I7ad6fc95f4252424ded09bc1d6d5ab18bf6733fd Signed-off-by: Anton Gerasimov --- templates/machine/porter-nogfx/50_local.conf.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/machine/porter-nogfx/50_local.conf.inc') diff --git a/templates/machine/porter-nogfx/50_local.conf.inc b/templates/machine/porter-nogfx/50_local.conf.inc index 63f5fb75c..6bc517191 100644 --- a/templates/machine/porter-nogfx/50_local.conf.inc +++ b/templates/machine/porter-nogfx/50_local.conf.inc @@ -18,3 +18,11 @@ UBOOT_MACHINE = "porter_vin_config" PREFERRED_PROVIDER_virtual/libgles2 = "mesa" PREFERRED_PROVIDER_virtual/egl = "mesa" + +# Commit united image to OSTree, not just uImage +OSTREE_KERNEL = "uImage+dtb" + +# OTA-enabled live image +IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-porter-ota" +IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'porter-sdimg-ota ', '', d)}" + -- cgit 1.2.3-korg