mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
Fixes [BUGID #610] dtb files were not being built for the mpc8315e-rdb, since they weren't being configured into the machine. With this and the related dtc fixes, we now get a dtb in the deployment directories. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
#@TYPE: Machine
|
|
#@DESCRIPTION: Machine configuration for running
|
|
|
|
TARGET_ARCH = "powerpc"
|
|
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-yocto"
|
|
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
|
|
|
UBOOT_ENTRYPOINT = "0x00000000"
|
|
|
|
KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"
|