summaryrefslogtreecommitdiffstats
path: root/conf/machine/e6500-64b.inc
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-03-09 15:32:02 +0000
committerMatthew McClintock <msm-oss@mcclintock.net>2013-03-11 23:30:31 -0500
commit848d1d1638c9e1346e007d4abe778a01b050152e (patch)
tree72086bbea8496bc2dc3f84aec080f437745b589a /conf/machine/e6500-64b.inc
parente7d2ba01fbd087f4a6a46d59b501f2a3c6e215ad (diff)
downloadmeta-fsl-ppc-848d1d1638c9e1346e007d4abe778a01b050152e.tar.gz
udev-extraconf: added to the list of MACHINE_EXTRA_RRECOMMENDS
It will then added into packagegroup-basic and packagegroup-base. Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/e6500-64b.inc')
-rw-r--r--conf/machine/e6500-64b.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/e6500-64b.inc b/conf/machine/e6500-64b.inc
index 85bcb39..57e61b2 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_EXTRA_RRECOMMENDS = "u-boot" 7MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf"
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"