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:
parent
e49bda97e0
commit
97c13c0d19
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
# Copyright (C) 2013-2017 Digi International.
|
||||
|
||||
SUMMARY = "DEY examples packagegroup"
|
||||
|
||||
|
|
@ -24,6 +24,7 @@ RDEPENDS_${PN}_append_ccardimx28 = "\
|
|||
"
|
||||
|
||||
RDEPENDS_${PN}_append_ccimx6 = "\
|
||||
awsiotsdk-demo \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \
|
||||
dey-examples-can \
|
||||
|
|
@ -34,6 +35,7 @@ RDEPENDS_${PN}_append_ccimx6 = "\
|
|||
"
|
||||
|
||||
RDEPENDS_${PN}_append_ccimx6ul = "\
|
||||
awsiotsdk-demo \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-bt", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "dey-examples-btconfig", "", d)} \
|
||||
dey-examples-adc \
|
||||
|
|
|
|||
Loading…
Reference in New Issue