mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
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>
17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
#@TYPE: Machine
|
|
#@DESCRIPTION: Machine configuration for running
|
|
|
|
TARGET_ARCH = "powerpc"
|
|
PACKAGE_EXTRA_ARCHS = "ppc603e"
|
|
TARGET_FPU = "spe"
|
|
|
|
require conf/machine/include/tune-ppc603e.inc
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
|