summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-02-11 12:55:32 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-02-11 13:15:21 -0800
commit6f9f706e87ed32138aabad1e9f0f22ec3a964ffe (patch)
tree18a1a9f7e5637942b42394f6ed1916c2b32538ce /meta-jasperforest
parentc7bf6a327b9b9ebb982324c6ef9f595f7a14f94a (diff)
downloadmeta-intel-6f9f706e87ed32138aabad1e9f0f22ec3a964ffe.tar.gz
jasperforest: Correct typo in machine config tune file
The following commit: 3d270e3 jasperforest: Correct typo in machine config tune file introduced a bug with an incorrect required include filename, correct it. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Reported-by: Nitin A. Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-jasperforest')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 606eb49c..a258c20f 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -8,7 +8,7 @@
8 8
9PREFERRED_VERSION_linux-yocto ?= "3.10%" 9PREFERRED_VERSION_linux-yocto ?= "3.10%"
10 10
11require conf/machine/include/tune-corei7-64-common.inc 11require conf/machine/include/intel-corei7-64-common.inc
12 12
13XSERVER ?= "${XSERVER_X86_BASE} \ 13XSERVER ?= "${XSERVER_X86_BASE} \
14 ${XSERVER_X86_EXT} \ 14 ${XSERVER_X86_EXT} \