diff options
author | Phong Tran <tranmanphong@gmail.com> | 2018-04-03 21:12:24 +0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-04-04 12:59:28 +0000 |
commit | 871b3a66482b52c922c3df5820d8a3b14fd111ca (patch) | |
tree | ca590dc7a269ae22dc7682235d20364ae469d244 | |
parent | 766cdb4656f3a7ad5ab8f1c06bd6d697e2306856 (diff) |
Update meta-raspberrypi for wic image issue
There is a problem with wic image of rpi3.
The /boot partion was wrong in /etc/fstab.
Change-Id: Ie281d225f0f81fab3124ea076099f77f0a503cf5
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index fbb3296f..2f6c673f 100644 --- a/default.xml +++ b/default.xml @@ -72,7 +72,7 @@ <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="510009f0c825cd7992d2d37e9ed0007f6c3be723" upstream="rocko"/> + <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="20358ec57a8744b0a02da77b283620fb718b0ee0" upstream="rocko"/> <!-- DragonBoard 410c specific things --> <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="7f06e9f1ce105b70a4bbec836626ba534f97f0f8" upstream="rocko"/> |