diff options
author | Minori Yasumura <minori@witz-inc.co.jp> | 2020-02-12 10:31:47 +0900 |
---|---|---|
committer | Minori Yasumura <minori@witz-inc.co.jp> | 2020-02-12 10:31:47 +0900 |
commit | 8f79f7bbc2e85118cfcda79940ab9ff6c95012f0 (patch) | |
tree | 3fef171ec000f37999b571da199d75beabec3660 | |
parent | 5940c87cab898aac9c64e4301208919cdbcb823e (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 845cc84a..f991cdb4 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"/> |