From 370e0e7fd2f56cbc9e22cb848091c6712a2cf614 Mon Sep 17 00:00:00 2001 From: Wojciech Zmuda <wojciech.zmuda@huawei.com> Date: Wed, 12 May 2021 08:20:10 +0200 Subject: [PATCH] zephyr-blueprint-smarthome-base: update smart home fw rev Update revision to include commits from merge request OSTC/OHOS/components/smart_home_blueprint_zephyr!14, that changes BT DIS model name string by changing the word Sensor to Devie. 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 e763e30e..acffe165 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 = "6805f43d1a548c0909dfd61ed34ad07530c5a382" +SRCREV_smarthome = "c4a2dc87b1d03be701f9b4d5d35597df6a6ce389" ZEPHYR_SRC_DIR = "${S}/apps/smarthome" -- GitLab