From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe001.messaging.microsoft.com [216.32.181.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7935AE014EB for ; Sat, 9 Mar 2013 07:32:24 -0800 (PST) Received: from mail91-ch1-R.bigfish.com (10.43.68.231) by CH1EHSOBE012.bigfish.com (10.43.70.62) with Microsoft SMTP Server id 14.1.225.23; Sat, 9 Mar 2013 15:32:23 +0000 Received: from mail91-ch1 (localhost [127.0.0.1]) by mail91-ch1-R.bigfish.com (Postfix) with ESMTP id 9C888602F9 for ; Sat, 9 Mar 2013 15:32:23 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: 0 X-BigFish: VS0(zzzz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839hd24he5bhf0ah1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1ad9h1b0ah1155h) Received: from mail91-ch1 (localhost.localdomain [127.0.0.1]) by mail91-ch1 (MessageSwitch) id 1362843141262031_31223; Sat, 9 Mar 2013 15:32:21 +0000 (UTC) Received: from CH1EHSMHS015.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.242]) by mail91-ch1.bigfish.com (Postfix) with ESMTP id 3419F40083 for ; Sat, 9 Mar 2013 15:32:21 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS015.bigfish.com (10.43.70.15) with Microsoft SMTP Server (TLS) id 14.1.225.23; Sat, 9 Mar 2013 15:32:20 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.328.11; Sat, 9 Mar 2013 15:32:20 +0000 Received: from b28495.ap.freescale.net (udp143739uds.ap.freescale.net [10.192.208.202]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r29FW3rv027885; Sat, 9 Mar 2013 08:32:18 -0700 From: To: Date: Sat, 9 Mar 2013 23:32:02 +0800 Message-ID: <1362843123-18078-8-git-send-email-b28495@freescale.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1362843123-18078-1-git-send-email-b28495@freescale.com> References: <1362843123-18078-1-git-send-email-b28495@freescale.com> MIME-Version: 1.0 X-OriginatorOrg: freescale.com Subject: [meta-fsl-ppc][PATCH v5 7/8] udev-extraconf: added to the list of MACHINE_EXTRA_RRECOMMENDS X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 15:32:24 -0000 Content-Type: text/plain 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" -- 1.7.3.4