summaryrefslogtreecommitdiffstats
path: root/conf/machine/e500v2.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/e500v2.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/e500v2.inc')
-rw-r--r--conf/machine/e500v2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc
index 12086f7..cb3d7ad 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 = "u-boot" 4MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf"
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"