PelionIoT / mbed-cloud-client-yocto-setup

Apache License 2.0
3 stars 2 forks source link

mbed-cloud-client as library in SDK #19

Open geoffrey-vl opened 5 years ago

geoffrey-vl commented 5 years ago

On embedded linux we're cross-compiling our application most of the time using a Yocto build SDK, do you think you can also add the mbed-os / mbed-cloud-client libraries to the Yocto SDK?

ciarmcom commented 5 years ago

ARM Internal Ref: IOTCLT-3236

JanneKiiskila commented 5 years ago

Which Yocto SDK are you using?

geoffrey-vl commented 5 years ago

I'm on Rocko, using command: $ bitbake image -c populate_sdk

Or do you rather want us to build the entire application including mbed-cloud-client on the development pc? I've been using QtCreator in the past for cross-compiling and debugging and I'd like to have mbed-cloud-client around as a lib so that I can rapidly integrate it into an application or instead wrap it into a system service or turn it into some kind or remote command rescue tool.