diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-09-30 11:07:53 -0700 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-10-01 11:03:37 -0500 |
| commit | b29521263ad7d5b0549f7904485d743a899a8c41 (patch) | |
| tree | 0243bd5cf56b145b650acd21f33b4b1e2568a65f /conf/machine/e6500-64b.inc | |
| parent | 9ff9e027cb9639eb5b5bc5723c60f2dd28b27539 (diff) | |
| download | meta-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.inc | 3 |
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" | |||
| 4 | require conf/machine/include/tune-ppce6500.inc | 4 | require conf/machine/include/tune-ppce6500.inc |
| 5 | 5 | ||
| 6 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | 6 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" |
| 7 | MACHINE_FEATURES_RRECOMMENDS = "" | 7 | MACHINE_EXTRA_RRECOMMENDS = "u-boot" |
| 8 | 8 | ||
| 9 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" | 9 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" |
| 10 | PREFERRED_VERSION_virtual/kernel ?= "3.0.34" | 10 | PREFERRED_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 | ||
| 19 | MACHINEOVERRIDES .= ":e6500-64b:fslmachine" | 19 | MACHINEOVERRIDES .= ":e6500-64b:fslmachine" |
| 20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
