From 848d1d1638c9e1346e007d4abe778a01b050152e Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 9 Mar 2013 15:32:02 +0000 Subject: 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 --- conf/machine/e500mc.inc | 2 +- conf/machine/e500v2.inc | 2 +- conf/machine/e5500-64b.inc | 2 +- conf/machine/e5500.inc | 2 +- conf/machine/e6500-64b.inc | 2 +- conf/machine/e6500.inc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/machine/e500mc.inc b/conf/machine/e500mc.inc index 505d805..e523a87 100644 --- a/conf/machine/e500mc.inc +++ b/conf/machine/e500mc.inc @@ -3,7 +3,7 @@ TARGET_FPU = "hard" require conf/machine/include/tune-ppce500mc.inc MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" -MACHINE_EXTRA_RRECOMMENDS = "u-boot" +MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" PREFERRED_VERSION_virtual/kernel ?= "3.0.34" 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 @@ require conf/machine/include/tune-ppce500v2.inc MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial" -MACHINE_EXTRA_RRECOMMENDS = "u-boot" +MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" PREFERRED_VERSION_virtual/kernel ?= "3.0.34" diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc index 650585f..d2fa078 100644 --- a/conf/machine/e5500-64b.inc +++ b/conf/machine/e5500-64b.inc @@ -4,7 +4,7 @@ DEFAULTTUNE ?= "ppc64e5500" require conf/machine/include/tune-ppce5500.inc MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" -MACHINE_EXTRA_RRECOMMENDS = "u-boot" +MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" PREFERRED_VERSION_virtual/kernel ?= "3.0.34" diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc index 1a1bb20..09870c9 100644 --- a/conf/machine/e5500.inc +++ b/conf/machine/e5500.inc @@ -3,7 +3,7 @@ TARGET_FPU = "hard" require conf/machine/include/tune-ppce5500.inc MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" -MACHINE_EXTRA_RRECOMMENDS = "u-boot" +MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" PREFERRED_VERSION_virtual/kernel ?= "3.0.34" 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" require conf/machine/include/tune-ppce6500.inc MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" -MACHINE_EXTRA_RRECOMMENDS = "u-boot" +MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" PREFERRED_VERSION_virtual/kernel ?= "3.0.34" diff --git a/conf/machine/e6500.inc b/conf/machine/e6500.inc index 31c61a2..b343742 100644 --- a/conf/machine/e6500.inc +++ b/conf/machine/e6500.inc @@ -3,7 +3,7 @@ TARGET_FPU = "hard" require conf/machine/include/tune-ppce6500.inc MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" -MACHINE_EXTRA_RRECOMMENDS = "u-boot" +MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" PREFERRED_VERSION_virtual/kernel ?= "3.0.34" -- cgit v1.2.3-54-g00ecf