summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-sota/50_local.conf.inc
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Wipe out sota-related codeeel_4.99.3eel_4.99.2eel_4.99.1eel/4.99.3eel/4.99.2eel/4.99.1dab_3.99.1dab/3.99.14.99.34.99.24.99.13.99.1Anton Gerasimov1-2/+0
Moved to meta-updater@github.com/advancedtelenmatic Change-Id: I7c89d373e43a88a89155c72de87c0b4b5238bc52 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2017-01-26Move feature code into the meta recipesRonan1-15/+2
* Having a minimlal local.conf serving the only purpose of user customization is the "Yocto" way of doing things * After a source synchronization (repo sync), feature code must be update without regenerate local.conf * move feature/agl-demo to meta-agl-demo Change-Id: I6db3956da8091bf583b20fce7dc184bfe622a85a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-23Bump versions of meta-sota utilitiesAnton Gerasimov1-2/+2
Authenticated OSTree pull and push is added to sota_tools, ostree and sota-client. Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-28Move machine-dependent sota configuration to machine templatesAnton Gerasimov1-22/+1
Change-Id: Iaf00906eb44f50490a67e5f5e5ca229fd1f76028 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-27OSTree-enabled image for raspberry PiAnton Gerasimov1-2/+16
Bug-AGL: SPEC-254 v2 [jsmoeller]: change rpi fdt addr to 200M (fix cma), re-add inherit gobject-introspection (!) v3 [oytis]: move boot logic to editable uEnv.txt Change-Id: Ic54aadc8377ed1e2a8f2f4ab87db2a7a6660cd15 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-10-10[sota][rpi2/3] Fix multiple provider issue when agl-sota is enabledJan-Simon Möller1-0/+2
Without this changeset, we have a multiple provider warning when building for the rpi. NOTE: multiple providers are available for virtual/bootloader (u-boot, u-boot-ota) NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/bootloader Change-Id: I5dbf98841ac171bbd4a925786fd7f2849fb7e36b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-28Fixed a typo in configuration template that prevented the image fromAnton Gerasimov1-1/+2
building. Bug-AGL: SPEC-253 Change-Id: Iaba028604f164f16e05015fe34ff0013ff6e1865 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-09-26Added initramfs image and fixed several error to make AGL rootfsAnton Gerasimov1-1/+8
bootable as an OSTree deployment Bug-AGL: SPEC-253 Change-Id: If636a282d51a64c73c46ce70a361518c1f70cdd6 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-09-01Force u-boot (or another virtual/bootloader if overriden by user) toAnton Gerasimov1-1/+1
build with otaimg Bug-AGL: SPEC-236 Change-Id: I60f5b535467819cd03a591a12b725f2d7fc2cd31 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-08-19Replaced functionality in qemux86-ota machine with algsetup.sh feature. ↵Anton Gerasimov1-0/+12
otaimg is now a live image. Bug-AGL: SPEC-236 Change-Id: I5a56ffbdb098c1b4eb33fceeae32e28611b83fb7 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>