Quickstart projects for meta-updater

Getting started

This repo is not intended to be cloned directly. Use the Android repo tool instead:

sudo apt install repo
repo init -u https://github.com/advancedtelematic/updater-repo.git -m dunfell.xml
repo sync -j8

You should specify a particular branch when initializing. Currently, thud (2.6), warrior (2.7), zeus (3.0), and dunfell (3.1) are supported; manifests for older branches are available but not actively maintained. For more information about supported branches, please refer to the documentation portal

Install the build dependencies for OpenEmbedded and meta-updater. See the documentation portal for more information.

A convenience script is provided to set up your environment to produce OTA-enabled images for your target device:

source meta-updater/scripts/envsetup.sh <machine>  # for example, raspberrypi3 or qemux86-64

A list of supported boards can be found on the documentation portal.

Then you can build an image. core-image-minimal is a good start:

bitbake core-image-minimal

For more documentation on using these repos and HERE OTA Connect, please see the OTA Connect documentation portal.

License

This code is licensed under the MIT license, a copy of which can be found in this repository. All code is copyright HERE Europe B.V., 2017-2020.

We require that contributors accept the terms of Linux Foundation’s Developer Certificate of Origin. Please see the contribution instructions of aktualizr for more information.