Replies: 1 comment
-
You don't want to set I don't know much about rt-tests; if they're tightly coupled to specific kernel versions, you may have to use an older version (by copy-pasting the recipes from an older version of OE-Core) that would be compatible with the 4.9-based kernel we have. You could just try the version that's currently there, first, and see if the tests you want to run work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, my goal is to have a linux system with real time kernel on jetson nano emmc (tegra210-porg-p3448-0002-b00) on Kirkstone and I want cyclictest from poky/meta/recipes-rt to be enabled on the system. I applied the rt patches from linux-tegra and am now following the README from meta/recipes-rt:
I added the first line to local.conf (see # real time parameters):
and the second line to [my-layer]/recipes-kernel/linux/linux-yocto-rt_5.15.bbappend:
Bitbake now apparently needs a new BSP definition and a new defconfig or it's searching these files at a wrong location:
Where should I try to solve this error? Is this even the correct way to implement cyclictest?
Thanks for help
Beta Was this translation helpful? Give feedback.
All reactions