summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-skylake-64.conf
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-08-23 15:57:34 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-23 23:45:22 +0800
commit3838f1d263aceef8f94c340593323b67391a26fa (patch)
tree3548e1989d679a4d1e8716b3479e4906fbcbc4f8 /conf/machine/intel-skylake-64.conf
parent0567f4f7806ab0ab69abcf2c535d834a661a9666 (diff)
downloadmeta-intel-3838f1d263aceef8f94c340593323b67391a26fa.tar.gz
layer.conf: update machine confs with new tune locations
Added logic to make sure, it does not break with old releases. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/machine/intel-skylake-64.conf')
-rw-r--r--conf/machine/intel-skylake-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-skylake-64.conf b/conf/machine/intel-skylake-64.conf
index f1c4f5b2..81047385 100644
--- a/conf/machine/intel-skylake-64.conf
+++ b/conf/machine/intel-skylake-64.conf
@@ -4,7 +4,7 @@
4#@DESCRIPTION: Machine configuration for 64 bit Intel Skylake CPU (and later) with MMX, SSE, SSE2, SSE3, SSE4.1, SSE4.2, AVX, and AVX2 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. 4#@DESCRIPTION: Machine configuration for 64 bit Intel Skylake CPU (and later) with MMX, SSE, SSE2, SSE3, SSE4.1, SSE4.2, AVX, and AVX2 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
5 5
6require conf/machine/include/meta-intel.inc 6require conf/machine/include/meta-intel.inc
7require conf/machine/include/x86-base.inc 7require conf/machine/${X86_TUNE_DIR}/x86-base.inc
8require conf/machine/include/tune-skylake.inc 8require conf/machine/include/tune-skylake.inc
9require conf/machine/include/intel-common-pkgarch.inc 9require conf/machine/include/intel-common-pkgarch.inc
10 10