Vijay Rakesh Munganda
Hi Quentin Schulz & Ross,
Thanks for the information. Based on meta-aws I had written the recipe and do_compile has completed. Now I want to install demos in to the build which are located at tmp/work/aarch64-poky-linux/aws/1.0-r0/git/demos/mqtt/mqtt_demo_mutual_auth, so how do I write do_install? ( https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main/demos/mqtt/mqtt_demo_mutual_auth ) do_install() {
install -d ${D}${bindir}
install -m 0755 mqtt_demo_mutual_auth ${D}${bindir}
} Does above code works? Thanks & Regards, VR.
|
|