meta-stx: set preempt-rt as the default kernel
- Set preempt-rt as the default kernel
- Add rt-tests into the image
- Remove extra boot menus since only the AIO controller with
preempt-rt kernel will be built and supported.
Issue-ID: INF-121
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I3afaeb510607e5bbb5cf3adb97480f04abcd03d0
diff --git a/scripts/configs/local-stx.conf b/scripts/configs/local-stx.conf
index 44cb5aa..1c16fd1 100644
--- a/scripts/configs/local-stx.conf
+++ b/scripts/configs/local-stx.conf
@@ -4,7 +4,7 @@
DISTRO = "poky-stx"
MACHINE = "@BSP@"
-PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
+PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"
EXTRA_IMAGE_FEATURES = " \
debug-tweaks \