summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-07-06 13:49:45 +0200
committerMartin Borg <martin.borg@enea.com>2018-07-06 15:11:43 +0200
commit43e86c154d1913c2e23cebcad4ed23c0d1931500 (patch)
treef49b537aec82726d38726809d6993ccac985100a
parentae304c2cba1199f3492c6305011523db24601546 (diff)
downloadmeta-el-rt-43e86c154d1913c2e23cebcad4ed23c0d1931500.tar.gz
Add enea-rt distro definition
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/distro/enea-rt.conf5
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample2
2 files changed, 6 insertions, 1 deletions
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 @@
1require conf/distro/enea.conf
2
3DISTRO_NAME = "Enea Linux RT"
4
5PREFERRED_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"
86# Ultimately when creating custom policy, people will likely end up subclassing 86# Ultimately when creating custom policy, people will likely end up subclassing
87# these defaults. 87# these defaults.
88# 88#
89DISTRO ?= "enea" 89DISTRO ?= "enea-rt"
90# As an example of a subclass there is a "bleeding" edge policy configuration 90# As an example of a subclass there is a "bleeding" edge policy configuration
91# where many versions are set to the absolute latest code from the upstream 91# where many versions are set to the absolute latest code from the upstream
92# source control systems. This is just mentioned here as an example, its not 92# source control systems. This is just mentioned here as an example, its not