diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-08-19 18:13:24 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-08-19 18:14:32 +0200 |
commit | 69d6b7adc9aef8d39ca66ef8688ac968876ae040 (patch) | |
tree | 72cf660089eac75377d5ffc79d732386791ab15d /templates | |
parent | d7b72388c217690f31c615700573e46413680907 (diff) |
Replaced functionality in qemux86-ota machine with algsetup.sh feature. otaimg is now a live image.
Bug-AGL: SPEC-236
Change-Id: I5a56ffbdb098c1b4eb33fceeae32e28611b83fb7
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc new file mode 100644 index 0000000..a27d7af --- /dev/null +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -0,0 +1,12 @@ +DISTRO_FEATURES_append = " agl-ota" + +# live image for OSTree-enabled systems +IMAGE_CLASSES += "image_types_ota" +IMAGE_FSTYPES += "otaimg" + +UBOOT_MACHINE_qemux86 = "qemu-x86_defconfig" +UBOOT_MACHINE_qemux86_64 = "qemu-x86_defconfig" + +PREFERRED_PROVIDER_virtual/bootloader_qemux86 ?= "u-boot-ota" +PREFERRED_PROVIDER_virtual/bootloader_qemux86-64 ?= "u-boot-ota" + |