summaryrefslogtreecommitdiffstats
path: root/conf/machine/e500v2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/e500v2.inc')
-rw-r--r--conf/machine/e500v2.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc
new file mode 100644
index 0000000..befc296
--- /dev/null
+++ b/conf/machine/e500v2.inc
@@ -0,0 +1,15 @@
1require conf/machine/include/tune-ppce500v2.inc
2
3MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial"
4MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf"
5
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
7PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
8PREFERRED_VERSION_qemu = "1.4+fsl"
9
10KERNEL_IMAGETYPE ?= "uImage"
11# disable the images below for now
12# ext2.bz2 ext2.lzma \
13# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
14
15MACHINEOVERRIDES .= ":e500v2:fslmachine"