From a29f0388d7d3c84b5a41f307060fddf963078e24 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 20 Feb 2017 11:00:49 +0100 Subject: Add OTA wks support to Porter and RCar-M3 boards Bug-AGL: SPEC-413 Change-Id: I4ef71fde4a013c1dac4917f66727ce4b6be4170c Signed-off-by: Anton Gerasimov --- meta-agl-bsp/conf/include/agl_porter.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-agl-bsp/conf/include/agl_porter.inc') diff --git a/meta-agl-bsp/conf/include/agl_porter.inc b/meta-agl-bsp/conf/include/agl_porter.inc index a3f2aac5a..4837ced8d 100644 --- a/meta-agl-bsp/conf/include/agl_porter.inc +++ b/meta-agl-bsp/conf/include/agl_porter.inc @@ -182,7 +182,6 @@ DISTRO_FEATURES_append = " h264avcenc_lib" # 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)}" +IMAGE_CLASSES_append_sota = " image_types_uboot " +IMAGE_BOOT_FILES_sota = "porter-bootfiles/*" -- cgit 1.2.3-korg