diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-28 16:30:15 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-28 16:30:15 +0200 |
commit | 46b4d2dd4a44de0588426d69168415af3e01acac (patch) | |
tree | 41dfa2a6d872bf3f67b13d7137ee1c1eb97990fa | |
parent | 4e1566679067975e3e8ee0a9198e4df332e6e32e (diff) |
Fixed a typo in configuration template that prevented the image from
building.
Bug-AGL: SPEC-253
Change-Id: Iaba028604f164f16e05015fe34ff0013ff6e1865
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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" |