summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-10-21 00:30:07 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-21 13:52:01 +0100
commit8aa0c8c6cf6df2b07b44be0d0f5c3db45f6aa35a (patch)
treec63c84daf36efab94c1f153a7dd3e53b825f6ea2 /meta/conf
parent0e0d14ed1e88ebff876abb3d00b08627a3879e8d (diff)
downloadpoky-8aa0c8c6cf6df2b07b44be0d0f5c3db45f6aa35a.tar.gz
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/mpc8315e-rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf
index a2aeea92a5..e42a9f2a1a 100644
--- a/meta/conf/machine/mpc8315e-rdb.conf
+++ b/meta/conf/machine/mpc8315e-rdb.conf
@@ -2,7 +2,7 @@
2#@DESCRIPTION: Machine configuration for running 2#@DESCRIPTION: Machine configuration for running
3 3
4TARGET_ARCH = "powerpc" 4TARGET_ARCH = "powerpc"
5PACKAGE_EXTRA_ARCHS = "ppce300" 5PACKAGE_EXTRA_ARCHS = "ppc603e"
6TARGET_FPU = "spe" 6TARGET_FPU = "spe"
7 7
8require conf/machine/include/tune-ppc603e.inc 8require conf/machine/include/tune-ppc603e.inc