From c0bfe0c519deed4e8cb3250e56e14db08a5d8750 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 21 Nov 2016 16:41:03 +0100 Subject: Bump versions of meta-sota utilities Authenticated OSTree pull and push is added to sota_tools, ostree and sota-client. Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov --- templates/feature/agl-sota/50_local.conf.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 172ad8b..4960e1a 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -5,11 +5,11 @@ IMAGE_INSTALL_append = " ostree" # live image for OSTree-enabled systems IMAGE_CLASSES += "image_types_ostree image_types_ota" -IMAGE_FSTYPES += "otaimg" +IMAGE_FSTYPES += "ostreepush otaimg" # Please redefine OSTREE_REPO in order to have a persistent OSTree repo OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" -OSTREE_BRANCHNAME ?= "agl-ota" +OSTREE_BRANCHNAME ?= "agl-ota-${MACHINE}" OSTREE_OSNAME ?= "agl" OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" -- cgit 1.2.3-korg