summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2019-10-04 15:24:57 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2019-10-04 15:25:09 +0200
commit403053b47566cf4268599dc900fdbc5b0a19a748 (patch)
treec5669ff376a46a335c4c340f168d5785d8441094
parent2315238871dbd1f86ddd052db65a0563075ec779 (diff)
downloadmeta-el-rt-403053b47566cf4268599dc900fdbc5b0a19a748.tar.gz
Fixed preferred kernel and distro in metadata
Removed the Intel prefferred kernel from distro data in order to have a generic distro configuration. Change-Id: I0a2f5a2a43c18709e7d1a2e83b072a8f510c5108
-rw-r--r--conf/distro/enea-rt.conf1
-rw-r--r--conf/template.raspberrypi3-64/local.conf.sample2
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/distro/enea-rt.conf b/conf/distro/enea-rt.conf
index d388316..89ccfa0 100644
--- a/conf/distro/enea-rt.conf
+++ b/conf/distro/enea-rt.conf
@@ -3,4 +3,3 @@ require conf/distro/enea.conf
3DISTRO = "enea-rt" 3DISTRO = "enea-rt"
4DISTRO_NAME = "Enea Linux RT" 4DISTRO_NAME = "Enea Linux RT"
5 5
6PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt"
diff --git a/conf/template.raspberrypi3-64/local.conf.sample b/conf/template.raspberrypi3-64/local.conf.sample
index 4e0ad31..e716732 100644
--- a/conf/template.raspberrypi3-64/local.conf.sample
+++ b/conf/template.raspberrypi3-64/local.conf.sample
@@ -86,7 +86,7 @@ MACHINE = "raspberrypi3-64-rt"
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