Hello~
I am using the Mickledore version of Yocto. I want to directly apply the following:
meta-st-x-linux-rt-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26 to DISTRO = openstlinux-weston.
DISTRO=openstlinux-weston MACHINE=mymachine source layers/meta-st/scripts/envsetup.sh
Instead of using the new DISTRO = openstlinux-rt,
I directly ran bitbake, but the path did not take effect.
I only succeeded after changing SRC_URI:append:stm32mprtcommon to SRC_URI:append:stm32mp2common.

May I ask if there are any other issues with this approach?Or is there any better way to handle this problem?