diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-05-29 17:11:21 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-05-29 17:11:21 +0200 |
commit | 4b5b630cf3dee4e88ff031cca59881e81c8e6458 (patch) | |
tree | 0db71a12d103b0de8bc706ffae595caa5cb306e7 /default.xml | |
parent | 21e7dcedd662584a4f156a19abd1d3d71360d787 (diff) |
Update meta-updater
The new revision includes changes to make meta-updater layer inclusion a
neutral operation, and inheriting sota.bbclass almost neutral operation.
If we add agl-sota to the build now it should not affect anything,
and once it's there we can add "sota" DISTRO_FEATURE to machine
templates for which sota is already implemented.
https://github.com/advancedtelematic/meta-updater/compare/bae52014b6e3a49e7adf49373238dab9f5f3b4a2...8379268522e453923514cc74ef37b9585ab4bde7
Change-Id: I4501ebc226a8c52017a24c06811ee33923c692c4
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index e78b7098..db9234e5 100644 --- a/default.xml +++ b/default.xml @@ -32,7 +32,7 @@ <project name="AGL/meta-agl-extra" path="meta-agl-extra" /> <!-- Updater layers. --> - <project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="bae52014b6e3a49e7adf49373238dab9f5f3b4a2"/> + <project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="8379268522e453923514cc74ef37b9585ab4bde7"/> <!-- Yocto/OpenEmbedded things. --> <project name="poky" path="poky" remote="yocto" revision="morty" /> |