From 2b581ee748e7008ceb2aec3f489b49261189c804 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 12 Apr 2020 12:29:11 +0200 Subject: distros: define imx default bsp meta-freescale handles use-mainline-bsp in the common imx-base.inc file. Follow that change. While at it, simplify the upstream-rt distros by including the corresponding upstream distro. Signed-off-by: Max Krummenacher --- conf/distro/tdx-x11-upstream-rt.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/distro/tdx-x11-upstream-rt.conf') diff --git a/conf/distro/tdx-x11-upstream-rt.conf b/conf/distro/tdx-x11-upstream-rt.conf index 6e5f01e..1047f57 100644 --- a/conf/distro/tdx-x11-upstream-rt.conf +++ b/conf/distro/tdx-x11-upstream-rt.conf @@ -1,11 +1,11 @@ # Toradex Distro with X11 without wayland. # Using the upstream kernel flavour with rt-patch applied. -require conf/distro/tdx-x11.conf +require conf/distro/tdx-x11-upstream.conf DISTRO = "tdx-x11-upstream-rt" DISTRO_NAME = "TDX X11 Upstream RT" -DISTROOVERRIDES .= ":upstream:preempt-rt" +DISTROOVERRIDES .= ":preempt-rt" DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)" IMAGE_BASENAME_append = "-rt-upstream" -- cgit v1.2.3