From 32d4cdf84966fd20d7dcd58c25d574f3e1ff947f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 18 Sep 2019 15:47:09 +0200 Subject: tdx distros: add non-rt and rt distros which use an upstream kernel Signed-off-by: Max Krummenacher --- conf/distro/tdx-x11-upstream-rt.conf | 11 +++++++++++ conf/distro/tdx-x11-upstream.conf | 11 +++++++++++ conf/distro/tdx-xwayland-upstream-rt.conf | 11 +++++++++++ conf/distro/tdx-xwayland-upstream.conf | 11 +++++++++++ 4 files changed, 44 insertions(+) create mode 100644 conf/distro/tdx-x11-upstream-rt.conf create mode 100644 conf/distro/tdx-x11-upstream.conf create mode 100644 conf/distro/tdx-xwayland-upstream-rt.conf create mode 100644 conf/distro/tdx-xwayland-upstream.conf diff --git a/conf/distro/tdx-x11-upstream-rt.conf b/conf/distro/tdx-x11-upstream-rt.conf new file mode 100644 index 0000000..6e5f01e --- /dev/null +++ b/conf/distro/tdx-x11-upstream-rt.conf @@ -0,0 +1,11 @@ +# Toradex Distro with X11 without wayland. +# Using the upstream kernel flavour with rt-patch applied. + +require conf/distro/tdx-x11.conf + +DISTRO = "tdx-x11-upstream-rt" +DISTRO_NAME = "TDX X11 Upstream RT" +DISTROOVERRIDES .= ":upstream:preempt-rt" +DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)" + +IMAGE_BASENAME_append = "-rt-upstream" diff --git a/conf/distro/tdx-x11-upstream.conf b/conf/distro/tdx-x11-upstream.conf new file mode 100644 index 0000000..69e6c44 --- /dev/null +++ b/conf/distro/tdx-x11-upstream.conf @@ -0,0 +1,11 @@ +# Toradex Distro with X11 without wayland. +# Using the upstream kernel flavour. + +require conf/distro/tdx-x11.conf + +DISTRO = "tdx-x11-upstream" +DISTRO_NAME = "TDX X11 Upstream" +DISTROOVERRIDES .= ":upstream" +DISTRO_FLAVOUR = " (UPSTREAM)" + +IMAGE_BASENAME_append = "-upstream" diff --git a/conf/distro/tdx-xwayland-upstream-rt.conf b/conf/distro/tdx-xwayland-upstream-rt.conf new file mode 100644 index 0000000..6e0d196 --- /dev/null +++ b/conf/distro/tdx-xwayland-upstream-rt.conf @@ -0,0 +1,11 @@ +# Toradex Distro for Wayland with XWayland. +# Using the upstream kernel flavour with rt-patch applied. + +require conf/distro/tdx-xwayland.conf + +DISTRO = "tdx-xwayland-upstream-rt" +DISTRO_NAME = "TDX Wayland with XWayland Upstream RT" +DISTROOVERRIDES .= ":upstream:preempt-rt" +DISTRO_FLAVOUR = " (UPSTREAM PREEMPT_RT)" + +IMAGE_BASENAME_append = "-rt-upstream" diff --git a/conf/distro/tdx-xwayland-upstream.conf b/conf/distro/tdx-xwayland-upstream.conf new file mode 100644 index 0000000..321b473 --- /dev/null +++ b/conf/distro/tdx-xwayland-upstream.conf @@ -0,0 +1,11 @@ +# Toradex Distro for Wayland with XWayland. +# Using the upstream kernel flavour. + +require conf/distro/tdx-xwayland.conf + +DISTRO = "tdx-xwayland-upstream" +DISTRO_NAME = "TDX Wayland with XWayland Upstream" +DISTROOVERRIDES .= ":upstream" +DISTRO_FLAVOUR = " (UPSTREAM)" + +IMAGE_BASENAME_append = "-upstream" -- cgit v1.2.3