awsiotsdk-c: rename bbclass to aws-iot
Rename the class so it's not specific to the C version of the AWS IoT Device SDK, and can be used for anything related with AWS IOT (for example Greengrass). https://jira.digi.com/browse/DEL-4274 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
cc77b83644
commit
991a087e85
|
|
@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "74d434b3258654cea048b20eb52d4fc627f5c87e8727ce180a1d529e32
|
||||||
|
|
||||||
S = "${WORKDIR}/aws-iot-device-sdk-embedded-C-${PV}"
|
S = "${WORKDIR}/aws-iot-device-sdk-embedded-C-${PV}"
|
||||||
|
|
||||||
inherit awsiotsdk-c pkgconfig
|
inherit aws-iot pkgconfig
|
||||||
|
|
||||||
EXTRA_OEMAKE += "'LOG_FLAGS=${@get_log_level(d)}'"
|
EXTRA_OEMAKE += "'LOG_FLAGS=${@get_log_level(d)}'"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ SRC_URI = "${CC_GIT_URI};branch=${SRCBRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/awsiot-sample"
|
S = "${WORKDIR}/git/awsiot-sample"
|
||||||
|
|
||||||
inherit awsiotsdk-c pkgconfig
|
inherit aws-iot pkgconfig
|
||||||
|
|
||||||
EXTRA_OEMAKE += "'LOG_FLAGS=${@get_log_level(d)}'"
|
EXTRA_OEMAKE += "'LOG_FLAGS=${@get_log_level(d)}'"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue