diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-05-10 14:53:44 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2018-05-10 14:53:44 +0300 |
commit | 980e6f67c44d9c10e984b93356caf4c43c604aed (patch) | |
tree | 6671ebb851c398c7ccdba63cc481b1c311b1e9b6 | |
parent | da9e53f43419e7200fca3ad6fd03d27bce22be5d (diff) |
default.xml: Support Raspberry Pi 3 B+
Update version of meta-raspberrypi to support the
new model Raspberry Pi 3 B+. Now AGL images built
for machine raspberrypi3 will work on both Raspberry
Pi 3 Model B and Raspberry Pi 3 Model B+.
Bug-AGL: SPEC-1431
Change-Id: Ia0490aeb56beb9a957e31acd3957f97cb9139e7d
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml index a529a1f6..b83afb75 100644 --- a/default.xml +++ b/default.xml @@ -71,8 +71,8 @@ <!-- iotivity --> <project name="meta-oic" path="meta-oic" remote="yocto" revision="70d5bec59a3b8aabaa4a69f1d8513ff22d86b473" upstream="1.2.1"/> - <!-- rpi 2 and 3 --> - <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="20358ec57a8744b0a02da77b283620fb718b0ee0" upstream="rocko"/> + <!-- rpi 2, 3 and 3 B+ --> + <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="acfb857227f1216cd64767952f0c25d633df10b8" upstream="rocko"/> <!-- DragonBoard 410c specific things --> <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="7f06e9f1ce105b70a4bbec836626ba534f97f0f8" upstream="rocko"/> |