dey-examples: add awsiotsdk-demo application

Demo application to connect devices to AWS IoT using the AWS IoT device SDK for
embedded C.

Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
This commit is contained in:
Tatiana Leon 2017-06-28 09:50:53 +02:00 committed by Alex Gonzalez
parent e49bda97e0
commit 97c13c0d19
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2013 Digi International. # Copyright (C) 2013-2017 Digi International.
SUMMARY = "DEY examples packagegroup" SUMMARY = "DEY examples packagegroup"
@ -24,6 +24,7 @@ RDEPENDS_${PN}_append_ccardimx28 = "\
" "
RDEPENDS_${PN}_append_ccimx6 = "\ RDEPENDS_${PN}_append_ccimx6 = "\
awsiotsdk-demo \
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \
dey-examples-can \ dey-examples-can \
@ -34,6 +35,7 @@ RDEPENDS_${PN}_append_ccimx6 = "\
" "
RDEPENDS_${PN}_append_ccimx6ul = "\ RDEPENDS_${PN}_append_ccimx6ul = "\
awsiotsdk-demo \
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \
dey-examples-adc \ dey-examples-adc \