aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc')
-rw-r--r--meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc b/meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc
deleted file mode 100644
index 21fecbb1..00000000
--- a/meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-DEFAULTTUNE ?= "dbft3b"
-
-require conf/machine/include/x86/arch-x86.inc
-require conf/machine/include/x86-base.inc
-
-# AMD DB-FT3b 64bit (SteppeEagle)
-TUNEVALID[dbft3b] = "Enable AMD DB-FT3b (64 bit) specific processor optimizations"
-TUNECONFLICTS[dbft3b] = "m32 mx32"
-TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "dbft3b", " -march=btver2", "", d)}"
-
-# Extra tune selections
-AVAILTUNES += "dbft3b"
-TUNE_FEATURES_tune-dbft3b = "m64 dbft3b"
-BASE_LIB_tune-dbft3b = "lib64"
-TUNE_PKGARCH_tune-dbft3b = "dbft3b"
-PACKAGE_EXTRA_ARCHS_tune-dbft3b = "${TUNE_PKGARCH_tune-dbft3b}"