From 33bb47ae239f5a3cc077eb1991354f15cd64aa52 Mon Sep 17 00:00:00 2001
From: Wojciech Zmuda <wojciech.zmuda@huawei.com>
Date: Tue, 11 May 2021 09:38:24 +0200
Subject: [PATCH] meta-ohos-blueprints: zephyr-kernel: update smart home fw rev

Update revision to include commits from merge request
OSTC/OHOS/components/smart_home_blueprint_zephyr!13,
that fixes a buffer overflow in BT DIS model name string.

Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com>
---
 .../zephyr-kernel/zephyr-blueprint-smarthome-base.bb            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb b/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
index f0660b42..e763e30e 100644
--- a/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
+++ b/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
@@ -16,7 +16,7 @@ SRC_OPT_BRANCH = "branch=develop"
 SRC_OPTIONS = "${SRC_OPT_PROTO};${SRC_OPT_DEST};${SRC_OPT_NAME};${SRC_OPT_BRANCH}"
 SRC_URI += "git://git.ostc-eu.org/OSTC/OHOS/components/smart_home_blueprint_zephyr.git;${SRC_OPTIONS}"
 
-SRCREV_smarthome = "b59f146fcb9c265b57c6466d9c70127de5c7dce2"
+SRCREV_smarthome = "6805f43d1a548c0909dfd61ed34ad07530c5a382"
 
 ZEPHYR_SRC_DIR = "${S}/apps/smarthome"
 
-- 
GitLab