]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-ppce6500: Fixes a typo in tune config file for e6500.
authorValentin Cobelea <valentin.cobelea@enea.com>
Thu, 20 Mar 2014 14:36:43 +0000 (15:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Mar 2014 15:54:44 +0000 (15:54 +0000)
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 <valentin.cobelea@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-ppce6500.inc

index 1603bb4f14f8af94cb16afabe00a00c577fda97e..ea743a3edc124f7adcba9b225e351715dda8da86 100644 (file)
@@ -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)}"