X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_porter.inc;h=06dcb8e51517cb7dfc246aaea10f133f886c45ac;hb=cc88bfc7a0330fa0020a6747014343e688e3ce60;hp=a3f2aac5a519cdc48b02896e9e998e42c6eb7743;hpb=5334d458c46533c51bc6879b1026181f9ac453ae;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/conf/include/agl_porter.inc b/meta-agl-bsp/conf/include/agl_porter.inc index a3f2aac5a..06dcb8e51 100644 --- a/meta-agl-bsp/conf/include/agl_porter.inc +++ b/meta-agl-bsp/conf/include/agl_porter.inc @@ -179,10 +179,5 @@ DISTRO_FEATURES_append = " h264avcenc_lib" # ARM AAC Encode Middleware for Linux #DISTRO_FEATURES_append = " aacenc_mdw" -# 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)}" - +# Build updatable image. Only takes effect when sota.bbclass is inherited +DISTRO_FEATURES_append = " sota"