How to enable real time patch for Verdin iMX8MP in BSP 6.2.0

Hi,
I’m using Verdin iMX8M Plus with Yavia Carrier board. We have compiled yocto BSP and able to flash on the hardware.

I would like to enable real time (RT) patch and didn’t find instructions. With reference BSP 5.7, we should update DISTRO in local.conf to enable RT patch.

current local.conf:
MACHINES_DOWNSTREAM_DISTRO_DEFAULT = “apalis-imx8 colibri-imx8x verdin-imx8mm verdin-imx8mp”
DISTRO ?= “${@bb.utils.contains(“MACHINES_DOWNSTREAM_DISTRO_DEFAULT”, d.getVar(‘MACHINE’) or ‘’, “tdx-xwayland”, “tdx-xwayland-upstream”, d)}”

As per my understanding we can update as below to enable RT patch in BSP 6
MACHINES_DOWNSTREAM_DISTRO_DEFAULT = “apalis-imx8 colibri-imx8x verdin-imx8mm verdin-imx8mp”
DISTRO ?= “${@bb.utils.contains(“MACHINES_DOWNSTREAM_DISTRO_DEFAULT”, d.getVar(‘MACHINE’) or ‘’, “tdx-xwayland-rt”, “tdx-xwayland-upstream”, d)}”

Please confirm.

Hi @Satya ,

You can simple switch distro to build image with rt patch. Please check below link

https://git.toradex.com/cgit/meta-toradex-distro.git/tree/conf/distro?h=kirkstone-6.x.y

Let me know if this does not work for you.

Best Regards
Ritesh Kumar