mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
conf: remove usage of X86_TUNE_DIR var
The main branch only supports building with kirkstone now so we no longer need this to tweak paths for older branches. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
8c995eac09
commit
7bb49b1ae1
|
@ -41,5 +41,3 @@ PREFERRED_PROVIDER_nativesdk-libva ?= "nativesdk-libva"
|
|||
PREFERRED_PROVIDER_libva-utils ?= "libva-utils"
|
||||
PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native"
|
||||
PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils"
|
||||
|
||||
X86_TUNE_DIR = "${@bb.utils.contains_any('LAYERSERIES_CORENAMES', 'honister kirkstone', 'include/x86', 'include', d)}"
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
#
|
||||
|
||||
DEFAULTTUNE ?= "core2-32"
|
||||
require conf/machine/${X86_TUNE_DIR}/tune-core2.inc
|
||||
require conf/machine/${X86_TUNE_DIR}/x86-base.inc
|
||||
require conf/machine/include/x86/tune-core2.inc
|
||||
require conf/machine/include/x86/x86-base.inc
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
#
|
||||
|
||||
DEFAULTTUNE ?= "corei7-64"
|
||||
require conf/machine/${X86_TUNE_DIR}/tune-corei7.inc
|
||||
require conf/machine/${X86_TUNE_DIR}/x86-base.inc
|
||||
require conf/machine/include/x86/tune-corei7.inc
|
||||
require conf/machine/include/x86/x86-base.inc
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
DEFAULTTUNE ?= "skylake-64"
|
||||
|
||||
# Include the previous tune to pull in PACKAGE_EXTRA_ARCHS
|
||||
require conf/machine/${X86_TUNE_DIR}/tune-corei7.inc
|
||||
require conf/machine/include/x86/tune-corei7.inc
|
||||
|
||||
# Extra tune features
|
||||
TUNEVALID[skylake] = "Enable skylake specific processor optimizations"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#@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.
|
||||
|
||||
require conf/machine/include/meta-intel.inc
|
||||
require conf/machine/${X86_TUNE_DIR}/x86-base.inc
|
||||
require conf/machine/include/x86/x86-base.inc
|
||||
require conf/machine/include/tune-skylake.inc
|
||||
require conf/machine/include/intel-common-pkgarch.inc
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user