poky/meta/recipes-rt
Alexander Kanavin b47cc35280 rt-tests: exclude 1.4 version from upstream check as well
(From OE-Core rev: 4769f94a2cc493cdf77b9e6a41a2e9b6a9c8f52f)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-06-30 22:40:52 +01:00
..
images core-image-rt-sdk: make sure that we append to DEPENDS 2019-04-26 10:09:08 +01:00
rt-tests rt-tests: exclude 1.4 version from upstream check as well 2019-06-30 22:40:52 +01:00
README

The recipes-rt recipes provide package and image recipes for using and testing the PREEMPT_RT kernel. The core-image-rt*.bb images are minimal images with a couple extra packages, including rt-tests. In order to build the image with the linux-yocto-rt kernel, be sure to include the following line in your local.conf, bblayers.conf, or your $MACHINE.conf.

PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"

If you are creating a new BSP which should use linux-yocto-rt by default, use the line above in the $MACHINE.conf in your BSP layer, and specify the following in a linux-yocto-rt bbappend recipe:

COMPATIBLE_MACHINE_$MACHINE = $MACHINE