From be5fe1e3063c586a002bd4c5000418f1964d292f Mon Sep 17 00:00:00 2001 From: Daniel BORNAZ Date: Fri, 4 Oct 2019 18:01:18 +0200 Subject: Fixed intel corei7 RT profile Fixed the intel preempt rt profile template. Change-Id: I697a8fbc98aaeeb655fb54c801fd8c17abb56704 --- conf/template.intel-corei7-64/local.conf.sample | 6 +++--- 1 file 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 @@ #MACHINE ?= "edgerouter" # # This sets the default machine to be qemux86 if no other machine is selected: -MACHINE ?= "intel-corei7-64" +MACHINE = "intel-corei7-64-rt" # # Where to place downloads @@ -86,7 +86,7 @@ MACHINE ?= "intel-corei7-64" # Ultimately when creating custom policy, people will likely end up subclassing # these defaults. # -DISTRO ?= "enea-rt" +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 @@ -105,7 +105,7 @@ DISTRO ?= "enea-rt" # - 'package_rpm' for rpm style packages # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" # We default to rpm: -PACKAGE_CLASSES ?= "package_deb" +PACKAGE_CLASSES = "package_rpm" # # SDK/ADT target architecture -- cgit v1.2.3-54-g00ecf