From 98cf4f54f5e034c1e81ba580c4b9f7c34e5e8860 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 12 Feb 2014 21:17:35 +0100 Subject: [PATCH] tune-geode: fix syntax for dora --- conf/machine/include/tune-geode.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/tune-geode.inc b/conf/machine/include/tune-geode.inc index f5c3979..5c0bf24 100644 --- a/conf/machine/include/tune-geode.inc +++ b/conf/machine/include/tune-geode.inc @@ -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"