]> code.ossystems Code Review - openembedded-core.git/commitdiff
mpc8315e-rdb: align PACKAGE_EXTRA_ARCHS with tuning
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 21 Oct 2010 04:30:07 +0000 (00:30 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 21 Oct 2010 12:52:01 +0000 (13:52 +0100)
Fixes [BUGID #500]

While the tuning for the mpc8315e is 603e, the PACKAGE_EXTRA_ARCHES
was ppce300. This created a mismatch and resulted in rootfs assembly
issues due to missing locales.

We align both at 603 and can revist a better tuning in the future.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/conf/machine/mpc8315e-rdb.conf

index a2aeea92a598f07f4a97e88bd936b63a7d53c5fe..e42a9f2a1aae6377b85d2aad0ca9fbd3f3346402 100644 (file)
@@ -2,7 +2,7 @@
 #@DESCRIPTION: Machine configuration for running 
 
 TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "ppce300"
+PACKAGE_EXTRA_ARCHS = "ppc603e"
 TARGET_FPU = "spe"
 
 require conf/machine/include/tune-ppc603e.inc