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

zephyr-demo-smarthome-base: Introduce base image for Zephyr demo app


- Allows for building SmartHome Demo Zephyr application
- Requires meta-zephyr layer
- Application is going to be built with all options enabled (default)

Signed-off-by: default avatarZbigniew Bodek <zbigniew.bodek@huawei.com>
parent 92ef6835
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
require recipes-kernel/zephyr-kernel/zephyr-sample.inc
SUMMARY = "SmartHome demo image: IOT endpoint"
DESCRIPTION = "Zephyr based image targeting IOT endpoints"
LICENSE = "Apache-2.0"
SRC_OPT_PROTO = "protocol=https"
SRC_OPT_DEST = "destsuffix=git/apps/smarthome"
SRC_OPT_NAME = "name=smarthome"
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_demo_zephyr.git;${SRC_OPTIONS}"
SRCREV_smarthome = "d45c192aa8a6b25328ab40610d6e78f50afe4150"
ZEPHYR_SRC_DIR = "${S}/apps/smarthome"
ZEPHYR_MODULES_append = "\;${S}/modules/crypto/tinycrypt"
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