From 46b4d2dd4a44de0588426d69168415af3e01acac Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Wed, 28 Sep 2016 16:30:15 +0200 Subject: Fixed a typo in configuration template that prevented the image from building. Bug-AGL: SPEC-253 Change-Id: Iaba028604f164f16e05015fe34ff0013ff6e1865 Signed-off-by: Anton Gerasimov --- templates/feature/agl-sota/50_local.conf.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/feature/agl-sota/50_local.conf.inc') diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 9aec69c..41c201e 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -1,6 +1,6 @@ DISTRO_FEATURES_append = " agl-ota" -IMAGE_INSTALL_append = " otaimg" +IMAGE_INSTALL_append = " ostree" # live image for OSTree-enabled systems IMAGE_CLASSES += "image_types_ostree image_types_ota" @@ -16,4 +16,5 @@ PREFERRED_PROVIDER_virtual/bootloader_qemux86-64 ?= "u-boot-ota" OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" OSTREE_BRANCHNAME ?= "agl-ota" OSTREE_OSNAME ?= "agl" +OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" -- cgit 1.2.3-korg