summaryrefslogtreecommitdiffstats
path: root/conf/machine/e6500-64b.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-30 11:07:53 -0700
committerMatthew McClintock <msm@freescale.com>2012-10-01 11:03:37 -0500
commitb29521263ad7d5b0549f7904485d743a899a8c41 (patch)
tree0243bd5cf56b145b650acd21f33b4b1e2568a65f /conf/machine/e6500-64b.inc
parent9ff9e027cb9639eb5b5bc5723c60f2dd28b27539 (diff)
downloadmeta-fsl-ppc-b29521263ad7d5b0549f7904485d743a899a8c41.tar.gz
machines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDS
Delete unused MACHINE_FEATURES_RRECOMMENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/e6500-64b.inc')
-rw-r--r--conf/machine/e6500-64b.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/e6500-64b.inc b/conf/machine/e6500-64b.inc
index 2b6632b..85bcb39 100644
--- a/conf/machine/e6500-64b.inc
+++ b/conf/machine/e6500-64b.inc
@@ -4,7 +4,7 @@ DEFAULTTUNE ?= "ppc64e6500"
4require conf/machine/include/tune-ppce6500.inc 4require conf/machine/include/tune-ppce6500.inc
5 5
6MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" 6MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
7MACHINE_FEATURES_RRECOMMENDS = "" 7MACHINE_EXTRA_RRECOMMENDS = "u-boot"
8 8
9PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" 9PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
10PREFERRED_VERSION_virtual/kernel ?= "3.0.34" 10PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
@@ -17,4 +17,3 @@ KERNEL_IMAGETYPE ?= "uImage"
17# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 17# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
18 18
19MACHINEOVERRIDES .= ":e6500-64b:fslmachine" 19MACHINEOVERRIDES .= ":e6500-64b:fslmachine"
20EXTRA_IMAGEDEPENDS += "u-boot"