From 8aa0c8c6cf6df2b07b44be0d0f5c3db45f6aa35a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 21 Oct 2010 00:30:07 -0400 Subject: 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 --- meta/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') 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 @@ #@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 -- cgit v1.2.3-54-g00ecf