tune-geode: fix syntax for dora

This commit is contained in:
Henning Heinold 2014-02-12 21:17:35 +01:00 committed by Henning
parent a4ff48fc44
commit 98cf4f54f5
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
DEFAULTTUNE ?= "geode"
TUNE_PKGARCH ?= "${@bb.utils.contains('TUNE_FEATURES', 'm32', 'geode', '', d)}"
require conf/machine/include/tune-i586.inc
@ -8,6 +7,8 @@ TUNEVALID[geode] = "Enable geode specific processor optimizations"
TUNE_CCARGS += "${@bb.utils.contains('TUNE_FEATURES', 'geode', '-march=geode -mtune=geode', '', d)}"
# Extra tune selections
AVAILTUNES += "geode"
TUNE_FEATURES_tune-geode ?= "${TUNE_FEATURES_tune-x86} geode"
BASE_LIB_tune-geode ?= "lib"
TUNE_PKGARCH_tune-geode = "geode"
PACKAGE_EXTRA_ARCHS_tune-geode = "${PACKAGE_EXTRA_ARCHS_tune-x86} i386 i486 i586 geode"