diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-08-29 12:38:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-08-29 12:38:14 +0000 |
commit | df72ee883ec73cab47cfaa23e0f2feff9f1d2862 (patch) | |
tree | e2b596c332c78370d746ba6d29c3d405f53bb0d0 /templates | |
parent | 208d0258a615f5eccfcaa573d4c42bd64168381a (diff) | |
parent | 69d6b7adc9aef8d39ca66ef8688ac968876ae040 (diff) |
Merge "Replaced functionality in qemux86-ota machine with algsetup.sh feature. otaimg is now a live image."
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" + |