From patchwork Fri Mar 8 15:28:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-fsl-ppc, v3, 7/9] udev-extraconf: added to the list of MACHINE_EXTRA_RRECOMMENDS Date: Fri, 08 Mar 2013 15:28:34 -0000 From: Ting Liu X-Patchwork-Id: 45747 Message-Id: <1362756516-13721-8-git-send-email-b28495@freescale.com> To: From: Ting Liu 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"