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