Skip to content
Snippets Groups Projects
Commit c0f34a01 authored by Zbigniew Bodek's avatar Zbigniew Bodek
Browse files

zephyr-demo-smarthome-sensors: Introduce sensors board image


Demo consists of two IOT endpoints: sensors board
and bulb/LED board.
Add image to specialize base settings to the sensors board's
configuration. In this case LED control is disabled.

Signed-off-by: default avatarZbigniew Bodek <zbigniew.bodek@huawei.com>
parent 8a3d3cc0
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
require zephyr-demo-smarthome-base.bb
SUMMARY = "SmartHome demo image: sensors"
DESCRIPTION = "Zephyr based image targeting sensors board"
LICENSE = "Apache-2.0"
# Comment out features not used by this image
do_configure_append() {
sed -i '/^CONFIG_GROVE_LED_CTRL/ s/./#&/' ${ZEPHYR_SRC_DIR}/prj.conf
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment