From 75d03edbaf41fafaff932eea792489b7f47a14a4 Mon Sep 17 00:00:00 2001 From: Wojciech Zmuda <wojciech.zmuda@huawei.com> Date: Wed, 12 May 2021 08:16:58 +0200 Subject: [PATCH] zephyr-blueprint-smarthome-led: rename -led to -switch The -led suffix is inconsistent with every other naming in the project (i.e. env variable with MAC address, device class in Home Assistant), so change it to -switch. Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com> --- ...-smarthome-led.bb => zephyr-blueprint-smarthome-switch.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-ohos-blueprints/recipes-kernel/zephyr-kernel/{zephyr-blueprint-smarthome-led.bb => zephyr-blueprint-smarthome-switch.bb} (83%) diff --git a/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-led.bb b/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-switch.bb similarity index 83% rename from meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-led.bb rename to meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-switch.bb index 3b136997..8db86c35 100644 --- a/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-led.bb +++ b/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-switch.bb @@ -4,8 +4,8 @@ require zephyr-blueprint-smarthome-base.bb -SUMMARY = "SmartHome blueprint image: smart LED" -DESCRIPTION = "Zephyr based image targeting smart LED board" +SUMMARY = "SmartHome blueprint image: smart LED switch" +DESCRIPTION = "Zephyr based image targeting smart LED switch board" LICENSE = "Apache-2.0" MAC = "${SMART_HOME_SWITCH_MAC}" -- GitLab