From: Valentin Cobelea Date: Thu, 20 Mar 2014 14:36:43 +0000 (+0100) Subject: tune-ppce6500: Fixes a typo in tune config file for e6500. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168d57f594f559d8f0cb5a9298055b62ff192f27;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tune-ppce6500: Fixes a typo in tune config file for e6500. This patch fixes a typo in the tune config file for ppc64 e6500 where the cpu type is a wrong one. Signed-off-by: Valentin Cobelea Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/tune-ppce6500.inc b/meta/conf/machine/include/tune-ppce6500.inc index 1603bb4f14f..ea743a3edc1 100644 --- a/meta/conf/machine/include/tune-ppce6500.inc +++ b/meta/conf/machine/include/tune-ppce6500.inc @@ -18,4 +18,4 @@ PACKAGE_EXTRA_ARCHS_tune-ppc64e6500 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc # glibc configure options to get e6500 specific library GLIBC_EXTRA_OECONF_powerpc64 += "${@bb.utils.contains("TUNE_FEATURES", "e6500", "--with-cpu=e6500", "", d)}" -GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains("TUNE_FEATURES", "e6500", "--with-cpu=603e", "", d)}" +GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains("TUNE_FEATURES", "e6500", "--with-cpu=e6500", "", d)}"