X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_porter-nogfx.inc;fp=meta-agl-bsp%2Fconf%2Finclude%2Fagl_porter-nogfx.inc;h=2a06bbec620e0d2ef4ab08dabb5859e6cde6c0d4;hb=61bf6803fdce1cac3f6cb5c7fabe2e5fe81d5450;hp=f6372081a09b41bcff2497869d354eb22db4a48a;hpb=521815fa95dba3d47704b62b4b6911fc994ad4c8;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/conf/include/agl_porter-nogfx.inc b/meta-agl-bsp/conf/include/agl_porter-nogfx.inc index f6372081a..2a06bbec6 100644 --- a/meta-agl-bsp/conf/include/agl_porter-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_porter-nogfx.inc @@ -19,4 +19,11 @@ UBOOT_MACHINE = "porter_vin_config" PREFERRED_PROVIDER_virtual/libgles2 = "mesa" PREFERRED_PROVIDER_virtual/egl = "mesa" -include conf/include/local/sota_porter.inc +# Commit united image to OSTree, not just uImage +OSTREE_KERNEL = "uImage+dtb" + +EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles" +IMAGE_CLASSES_append_sota = " image_types_uboot " +IMAGE_BOOT_FILES_sota = "porter-bootfiles/*" + +OSTREE_BOOTLOADER ?= "u-boot"