mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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:
committed by
Richard Purdie
parent
0e0d14ed1e
commit
8aa0c8c6cf
@@ -2,7 +2,7 @@
|
|||||||
#@DESCRIPTION: Machine configuration for running
|
#@DESCRIPTION: Machine configuration for running
|
||||||
|
|
||||||
TARGET_ARCH = "powerpc"
|
TARGET_ARCH = "powerpc"
|
||||||
PACKAGE_EXTRA_ARCHS = "ppce300"
|
PACKAGE_EXTRA_ARCHS = "ppc603e"
|
||||||
TARGET_FPU = "spe"
|
TARGET_FPU = "spe"
|
||||||
|
|
||||||
require conf/machine/include/tune-ppc603e.inc
|
require conf/machine/include/tune-ppc603e.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user