diff options
author | Minori Yasumura <minori@witz-inc.co.jp> | 2020-02-12 10:31:47 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-13 13:33:32 +0000 |
commit | ab856b7b40fc6a83be3e66ec883c903fff930c1b (patch) | |
tree | 2c9637f70f479921ca7f20416c0a15e251bbff47 | |
parent | 05c09e20b5c8d24dde70f67b7c4867f7e6a95db7 (diff) |
Update meta-updater to latest version
This is a modified version that applies to sota,
because the boot file and dtb names have changed in AGL.
Bug-AGL: SPEC-3097
Change-Id: I5d10b9b898d9f174b7700b17d649a200dd40e20f
Signed-off-by: Minori Yasumura <minori@witz-inc.co.jp>
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 2d92104c..b0418233 100644 --- a/default.xml +++ b/default.xml @@ -45,7 +45,7 @@ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="1520d5b2b2beec5e1c3209d3178219e93ef08bca" upstream="thud"/> <!-- Updater layers. --> - <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="e4dd74565f429b576e84972d12cc1ae2048be119" upstream="thud"/> + <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="b3e96c54e1d1b16ee8e1df335599a41001650e39" upstream="thud"/> <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="214e14c4c45625842e542eebd696f903060d488f" upstream="thud"/> <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="062194613515d4bf7d130f21ba3a0e1a2f0bb461" upstream="thud"/> |