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.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc
index 23d1bb5..12086f7 100644
--- a/conf/machine/e500v2.inc
+++ b/conf/machine/e500v2.inc
@@ -1,7 +1,7 @@
1require conf/machine/include/tune-ppce500v2.inc 1require conf/machine/include/tune-ppce500v2.inc
2 2
3MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial" 3MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial"
4MACHINE_EXTRA_RRECOMMENDS = "" 4MACHINE_EXTRA_RRECOMMENDS = "u-boot"
5 5
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" 6PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
7PREFERRED_VERSION_virtual/kernel ?= "3.0.34" 7PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
@@ -14,4 +14,3 @@ KERNEL_IMAGETYPE ?= "uImage"
14# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 14# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
15 15
16MACHINEOVERRIDES .= ":e500v2:fslmachine" 16MACHINEOVERRIDES .= ":e500v2:fslmachine"
17EXTRA_IMAGEDEPENDS += "u-boot"