From ac86b3b0a510597c961c15803c1473ef0822d525 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 28 Aug 2020 09:36:59 +0200 Subject: apalis-imx8x.conf: specify rt kernel Specify which kernel to build when preempt-rt is in overrides. Signed-off-by: Max Krummenacher --- conf/machine/apalis-imx8x.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf index 5c9c1b7..de78ee2 100644 --- a/conf/machine/apalis-imx8x.conf +++ b/conf/machine/apalis-imx8x.conf @@ -40,6 +40,7 @@ IMAGE_BOOT_FILES_append = " ${MACHINE_BOOT_FILES}" WKS_FILE_DEPENDS_append = " u-boot-distro-boot" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" +PREFERRED_PROVIDER_virtual/kernel_preempt-rt = "linux-toradex-rt" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils" # Currently we use the nxp 2018.03 downstream for mx8 as some features are -- cgit v1.2.3