From 36a0bde5593991655074575239bab461552b6c98 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 27 Feb 2012 13:38:51 -0600 Subject: tune-ppc*.inc: update to use new default value for TUNE_PKGARCH (From OE-Core rev: 12f0a0d3e1afe90633c8b95d36670ab0f156e912) Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-ppc603e.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/machine/include/tune-ppc603e.inc') diff --git a/meta/conf/machine/include/tune-ppc603e.inc b/meta/conf/machine/include/tune-ppc603e.inc index 663f2208be..02cebe7e67 100644 --- a/meta/conf/machine/include/tune-ppc603e.inc +++ b/meta/conf/machine/include/tune-ppc603e.inc @@ -4,7 +4,7 @@ require conf/machine/include/powerpc/arch-powerpc.inc TUNEVALID[ppc603e] = "Enable ppc603e specific processor optimizations" TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppc603e", "-mcpu=603e", "", d)}" -TUNE_PKGARCH = "${@bb.utils.contains('TUNE_FEATURES', 'ppc603e', 'ppc603e', '${PPCPKGARCH}', d)}" +TUNE_PKGARCH_tune-ppc603e = "ppc603e" AVAILTUNES = "ppc603e" TUNE_FEATURES_tune-ppc603e = "m32 fpu-hard ppc603e" -- cgit v1.2.3-54-g00ecf