diff options
author | David Nyström <david.nystrom@enea.com> | 2012-05-31 10:13:20 +0200 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-05-31 13:38:42 -0500 |
commit | 9eca8c615465b3891b93e9f401bf999456a1dd6d (patch) | |
tree | 7376fe680688fdd10f0bf6866bdfd99adfb67f72 /meta-fsl-ppc/conf/machine/e500mc.inc | |
parent | f5d59005581a7c54317e8597edaa07be08f85173 (diff) | |
download | meta-freescale-9eca8c615465b3891b93e9f401bf999456a1dd6d.tar.gz |
Added ?= to PREFERRED provider in machines, and corrected linux PREFERRED_VERSION
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/conf/machine/e500mc.inc')
-rw-r--r-- | meta-fsl-ppc/conf/machine/e500mc.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-fsl-ppc/conf/machine/e500mc.inc b/meta-fsl-ppc/conf/machine/e500mc.inc index a8eb16b3..479c513b 100644 --- a/meta-fsl-ppc/conf/machine/e500mc.inc +++ b/meta-fsl-ppc/conf/machine/e500mc.inc | |||
@@ -5,12 +5,11 @@ require conf/machine/include/tune-ppce500mc.inc | |||
5 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | 5 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" |
6 | MACHINE_FEATURES_RRECOMMENDS = "" | 6 | MACHINE_FEATURES_RRECOMMENDS = "" |
7 | 7 | ||
8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" | ||
9 | PREFERRED_VERSION_virtual/kernel ?= "3.0.6" | ||
10 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers" | ||
8 | 11 | ||
9 | PREFERRED_PROVIDER_virtual/kernel = "linux-qoriq-sdk" | 12 | KERNEL_IMAGETYPE ?= "uImage" |
10 | PREFERRED_VERSION_virtual/kernel = "3.0.1" | ||
11 | PREFERRED_PROVIDER_linux-libc-headers = "linux-qoriq-sdk-headers" | ||
12 | |||
13 | KERNEL_IMAGETYPE = "uImage" | ||
14 | # disable the images below for now | 13 | # disable the images below for now |
15 | # ext2.bz2 ext2.lzma \ | 14 | # ext2.bz2 ext2.lzma \ |
16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 15 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |