mpc8315e-rdb: align PACKAGE_EXTRA_ARCHS with tuning

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>
This commit is contained in:
Bruce Ashfield 2010-10-21 00:30:07 -04:00 committed by Richard Purdie
parent 0e0d14ed1e
commit 8aa0c8c6cf
1 changed files with 1 additions and 1 deletions

View 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