diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-02-11 20:55:32 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-02-11 21:15:21 (GMT) |
commit | 6f9f706e87ed32138aabad1e9f0f22ec3a964ffe (patch) | |
tree | 18a1a9f7e5637942b42394f6ed1916c2b32538ce /meta-jasperforest | |
parent | c7bf6a327b9b9ebb982324c6ef9f595f7a14f94a (diff) | |
download | meta-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.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 606eb49..a258c20 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.conf | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
10 | 10 | ||
11 | require conf/machine/include/tune-corei7-64-common.inc | 11 | require conf/machine/include/intel-corei7-64-common.inc |
12 | 12 | ||
13 | XSERVER ?= "${XSERVER_X86_BASE} \ | 13 | XSERVER ?= "${XSERVER_X86_BASE} \ |
14 | ${XSERVER_X86_EXT} \ | 14 | ${XSERVER_X86_EXT} \ |