summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2019-10-04 18:01:18 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2019-10-04 18:01:24 +0200
commitbe5fe1e3063c586a002bd4c5000418f1964d292f (patch)
tree12662bccb75568918c44cb6651c26656bc34e6ee
parent403053b47566cf4268599dc900fdbc5b0a19a748 (diff)
downloadmeta-el-rt-be5fe1e3063c586a002bd4c5000418f1964d292f.tar.gz
Fixed intel corei7 RT profile
Fixed the intel preempt rt profile template. Change-Id: I697a8fbc98aaeeb655fb54c801fd8c17abb56704
-rw-r--r--conf/template.intel-corei7-64/local.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/template.intel-corei7-64/local.conf.sample b/conf/template.intel-corei7-64/local.conf.sample
index ade1e2f..85fbbb3 100644
--- a/conf/template.intel-corei7-64/local.conf.sample
+++ b/conf/template.intel-corei7-64/local.conf.sample
@@ -35,7 +35,7 @@
35#MACHINE ?= "edgerouter" 35#MACHINE ?= "edgerouter"
36# 36#
37# This sets the default machine to be qemux86 if no other machine is selected: 37# This sets the default machine to be qemux86 if no other machine is selected:
38MACHINE ?= "intel-corei7-64" 38MACHINE = "intel-corei7-64-rt"
39 39
40# 40#
41# Where to place downloads 41# Where to place downloads
@@ -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-rt" 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
@@ -105,7 +105,7 @@ DISTRO ?= "enea-rt"
105# - 'package_rpm' for rpm style packages 105# - 'package_rpm' for rpm style packages
106# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" 106# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
107# We default to rpm: 107# We default to rpm:
108PACKAGE_CLASSES ?= "package_deb" 108PACKAGE_CLASSES = "package_rpm"
109 109
110# 110#
111# SDK/ADT target architecture 111# SDK/ADT target architecture