From 43e86c154d1913c2e23cebcad4ed23c0d1931500 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 6 Jul 2018 13:49:45 +0200 Subject: Add enea-rt distro definition Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- conf/distro/enea-rt.conf | 5 +++++ conf/template.intel-corei7-64/local.conf.sample | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 conf/distro/enea-rt.conf diff --git a/conf/distro/enea-rt.conf b/conf/distro/enea-rt.conf new file mode 100644 index 0000000..35a5773 --- /dev/null +++ b/conf/distro/enea-rt.conf @@ -0,0 +1,5 @@ +require conf/distro/enea.conf + +DISTRO_NAME = "Enea Linux RT" + +PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt" diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample index e1bbd51..7ac0fa0 100644 --- a/conf/template.intel-corei7-64/local.conf.sample +++ b/conf/template.intel-corei7-64/local.conf.sample @@ -86,7 +86,7 @@ MACHINE ?= "intel-corei7-64" # Ultimately when creating custom policy, people will likely end up subclassing # these defaults. # -DISTRO ?= "enea" +DISTRO ?= "enea-rt" # As an example of a subclass there is a "bleeding" edge policy configuration # where many versions are set to the absolute latest code from the upstream # source control systems. This is just mentioned here as an example, its not -- cgit v1.2.3-54-g00ecf