Enforce DEFAULTTUNE even if overrides are used
[AGL/meta-agl.git] / meta-agl-core / conf / distro / include / x86_64-tune.inc
index 4e5bb9f..bf166e2 100644 (file)
@@ -3,7 +3,7 @@
 # We should not need the tuning include below as the BSP should include the right set already.
 # A double inclusion would produce a warning. This include line is just for reference
 #include conf/machine/include/tune-corei7.inc
-DEFAULTTUNE = "corei7-64"
+DEFAULTTUNE:forcevariable = "corei7-64"
 
 # shortened copy of tune-corei7.inc due to bug in inclusion for tune-core2.inc
 # TUNE_ARCH is using .= x86-64 , if done twice, you get x86-64x86-64 as TUNE_ARCH :/