summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_porter.inc
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-04-23 19:16:55 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-04-23 19:17:45 +0000
commit61bf6803fdce1cac3f6cb5c7fabe2e5fe81d5450 (patch)
tree1fc9f679470042b5005052591d01a1958b71fe9c /meta-agl-bsp/conf/include/agl_porter.inc
parent521815fa95dba3d47704b62b4b6911fc994ad4c8 (diff)
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 <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9187
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_porter.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_porter.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_porter.inc b/meta-agl-bsp/conf/include/agl_porter.inc
index cac5be7d4..c562784aa 100644
--- a/meta-agl-bsp/conf/include/agl_porter.inc
+++ b/meta-agl-bsp/conf/include/agl_porter.inc
@@ -179,4 +179,11 @@ DISTRO_FEATURES_append = " h264avcenc_lib"
# ARM AAC Encode Middleware for Linux
#DISTRO_FEATURES_append = " aacenc_mdw"
-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"