From 6f9f706e87ed32138aabad1e9f0f22ec3a964ffe Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 11 Feb 2014 12:55:32 -0800 Subject: 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 Reported-by: Nitin A. Kamble --- meta-jasperforest/conf/machine/jasperforest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ PREFERRED_VERSION_linux-yocto ?= "3.10%" -require conf/machine/include/tune-corei7-64-common.inc +require conf/machine/include/intel-corei7-64-common.inc XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ -- cgit v1.2.3-54-g00ecf