From fd1fc3b3a0788e683cd55af1b6d2b077adf6af23 Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Wed, 6 Oct 2021 17:45:33 +0200
Subject: [PATCH] sysota: Set BootPartitionMountDir=/run/mount/boot

ASOS images mount the platform boot partition at /run/mount/boot.
Adjust the Raspberry Pi 4 specific configuration file to express that
location.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 .../recipes-ota/sysota/files/raspberrypi4/sysotad.conf           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-ohos-core/recipes-ota/sysota/files/raspberrypi4/sysotad.conf b/meta-ohos-core/recipes-ota/sysota/files/raspberrypi4/sysotad.conf
index ac2f3ba7..1bb43031 100644
--- a/meta-ohos-core/recipes-ota/sysota/files/raspberrypi4/sysotad.conf
+++ b/meta-ohos-core/recipes-ota/sysota/files/raspberrypi4/sysotad.conf
@@ -4,3 +4,4 @@
 
 [OTA]
 BootLoaderType=pi-boot
+BootPartitionMountDir=/run/mount/boot
-- 
GitLab