V2.6.0-rc1 patch is not merged as it is pre-release. Lets wait for stable 
release.
Could you please rebase these patches for v2.5.0 latest master ?

Regards,
Naveen

> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Wednesday, May 26, 2021 11:36 PM
> To: [email protected]; [email protected];
> [email protected]; Saini, Naveen Kumar
> <[email protected]>; [email protected]
> Cc: Amit Kucheria <[email protected]>
> Subject: [meta-zephyr][PATCH 1/5] zephyr-kernel: Clone mbedtls
> 
> From: Amit Kucheria <[email protected]>
> 
> 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 <[email protected]>
> ---
>  recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc        | 1 +
>  recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0-rc1.inc | 1 +
>  recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc           | 1 +
>  3 files changed, 3 insertions(+)
> 
> diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc
> b/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc
> index 330fe59aebe5..c9acbbbc3645 100644
> --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc
> +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc
> @@ -28,6 +28,7 @@ ZEPHYR_MODULES = ""
>  ZEPHYR_MODULES_append_arm = "\;${S}/modules/cmsis"
>  ZEPHYR_MODULES_append_nordic = "\;${S}/modules/hal/nordic"
>  ZEPHYR_MODULES_append_stm32 = "\;${S}/modules/hal/stm32"
> +ZEPHYR_MODULES_append_mbedtls = "\;${S}/modules/lib/mbedtls"
>  ZEPHYR_MODULES_append_openamp = "\;${S}/modules/lib/open-
> amp\;${S}/modules/hal/libmetal"
> 
>  EXTRA_OECMAKE_append = " -DZEPHYR_MODULES=${ZEPHYR_MODULES}"
> diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0-rc1.inc
> b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0-rc1.inc
> index 6ea15931607d..a0e358ecd4f4 100644
> --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0-rc1.inc
> +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.6.0-rc1.inc
> @@ -6,5 +6,6 @@ SRCREV_stm32 =
> "f8ff8d25aa0a9e65948040c7b47ec67f3fa300df"
>  SRCREV_open-amp = "6010f0523cbc75f551d9256cf782f173177acdef"
>  SRCREV_libmetal = "39d049d4ae68e6f6d595fce7de1dcfc1024fb4eb"
>  SRCREV_tinycrypt = "3e9a49d2672ec01435ffbf0d788db6d95ef28de0"
> +SRCREV_mbedtls = "5765cb7f75a9973ae9232d438e361a9d7bbc49e7"
> 
>  PV = "2.6.0-rc1+git${SRCPV}"
> diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-
> kernel/zephyr-kernel/zephyr-kernel-src.inc
> index 9fc08baaf210..8dcfec6f1f88 100644
> --- a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc
> +++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc
> @@ -17,6 +17,7 @@ SRC_URI = "\
>      git://github.com/zephyrproject-
> rtos/cmsis.git;protocol=https;destsuffix=git/modules/cmsis;name=cmsis \
>      git://github.com/zephyrproject-
> rtos/hal_nordic.git;protocol=https;destsuffix=git/modules/hal/nordic;name=
> nordic \
>      git://github.com/zephyrproject-
> rtos/hal_stm32.git;protocol=https;destsuffix=git/modules/hal/stm32;name=
> stm32 \
> +
> + git://github.com/zephyrproject-rtos/mbedtls.git;protocol=https;destsuf
> + fix=git/modules/lib/mbedtls;name=mbedtls \
>      git://github.com/zephyrproject-rtos/open-
> amp.git;protocol=https;destsuffix=git/modules/lib/open-amp;name=open-
> amp \
>      git://github.com/zephyrproject-
> rtos/libmetal.git;protocol=https;destsuffix=git/modules/hal/libmetal;name=l
> ibmetal \
>      git://github.com/zephyrproject-
> rtos/tinycrypt.git;protocol=https;destsuffix=git/modules/crypto/tinycrypt;na
> me=tinycrypt \
> --
> 2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#53681): https://lists.yoctoproject.org/g/yocto/message/53681
Mute This Topic: https://lists.yoctoproject.org/mt/83103652/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to