diff options
author | maratsabitov <marat.sabitov@mera.com> | 2020-05-13 18:29:14 +0300 |
---|---|---|
committer | maratsabitov <marat.sabitov@mera.com> | 2020-05-13 18:29:14 +0300 |
commit | 65b5d6484107ba1b97073d91b2d2733edac0ab79 (patch) | |
tree | 8e9422416d275cc30a1779cb33a04d739097756d /templates | |
parent | d11b688e620f042b4c19e3fcfa0aa9970b3624f5 (diff) |
Add azure-iot-sdk-c-dev to crosssdk
Add azure-iot-sdk-c to support building agl-service-cloudproxy
Bug-AGL: SPEC-3376
Signed-off-by: maratsabitov <marat.sabitov@mera.com>
Change-Id: I895fc149243d90c58d81d318eecbf030bfbafc53
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 7e85c574e..afa14f238 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -3,3 +3,9 @@ BBLAYERS =+ " \ ${METADIR}/meta-agl-demo \ " + +# OpenEmbedded layer to add support for multiple cloud service provider solutions +#--------------------------------------------------- +BBLAYERS =+ " \ + ${METADIR}/external/meta-iot-cloud \ +" |