diff options
Diffstat (limited to 'meta-yocto/conf/machine/mpc8315e-rdb.conf')
| -rw-r--r-- | meta-yocto/conf/machine/mpc8315e-rdb.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf new file mode 100644 index 0000000000..34b75bbc8a --- /dev/null +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@DESCRIPTION: Machine configuration for running | ||
| 3 | |||
| 4 | TARGET_ARCH = "powerpc" | ||
| 5 | TARGET_FPU = "spe" | ||
| 6 | |||
| 7 | require conf/machine/include/tune-ppc603e.inc | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "uImage" | ||
| 10 | |||
| 11 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 12 | |||
| 13 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | ||
| 14 | |||
| 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
| 16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
| 17 | |||
| 18 | UBOOT_ENTRYPOINT = "0x00000000" | ||
| 19 | |||
| 20 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" | ||
