Re: [yocto] [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls

2021-06-08 Thread Naveen Saini
Made few changes in this patch. Re-sent patchset including some additional patches. Regards, Naveen > -Original Message- > From: Amit Kucheria > Sent: Tuesday, June 8, 2021 7:11 PM > To: Saini, Naveen Kumar ; > amit.kuche...@verdurent.com; yocto@lists.yoctoproject.org; Wojciech > Zmuda

Re: [yocto] [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls

2021-06-08 Thread Naveen Saini
Build failing: Could not open 'poky/build-zephyr/tmp-newlib/work/armv7m-yocto-eabi/zephyr-mqtt-publisher/2.5.0+gitAUTOINC+fe7c2efca8_c3bd2094f9-r0/git/' (in 'osource "$(ZEPHYR_MBEDTLS_KCONFIG)"') (EISDIR: Is a directory) To fix, can you try following revision for mbedtls. - name: mbedtls

Re: [yocto] [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls

2021-06-08 Thread Naveen Saini
> -Original Message- > From: amit.kuche...@verdurent.com > Sent: Monday, June 7, 2021 2:01 PM > To: yocto@lists.yoctoproject.org; wojciech.zm...@huawei.com; > andrei.gher...@huawei.com; Saini, Naveen Kumar > > Cc: Amit Kucheria > Subject: [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone

[yocto] [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls

2021-06-06 Thread amit . kucheria
From: Amit Kucheria MBed TLS is a library that implements cryptographic primitives and SSL/TLS and DTLS protocols that are needed in secure network communications. Add it to the kernel include files to build and link against applications that need mbedtls. Signed-off-by: Amit Kucheria --- rec