From 61bf6803fdce1cac3f6cb5c7fabe2e5fe81d5450 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Sun, 23 Apr 2017 19:16:55 +0000 Subject: Revert "Switch to meta-updater" - waiting for main commit to be updated. This reverts commit 521815fa95dba3d47704b62b4b6911fc994ad4c8. Change-Id: I06e2ed97e2ea7897ccdee09aeec277c8a75ccfa0 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9187 --- meta-agl-bsp/conf/include/agl_porter-nogfx.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta-agl-bsp/conf/include/agl_porter-nogfx.inc') 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" -- cgit 1.2.3-korg