All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig
@ 2011-12-08 22:04 Bob Cochran
  2011-12-09  2:31 ` McClintock Matthew-B29882
  0 siblings, 1 reply; 2+ messages in thread
From: Bob Cochran @ 2011-12-08 22:04 UTC (permalink / raw)
  To: yocto; +Cc: McClintock Matthew-B29882

P1010 is a single core processor, don't use SMP for defconfig

Should we get a meta-fsl-ppc mail list going?

Signed-off-by: Robert Cochran<yocto@mindchasers.com>
---
  conf/machine/p1010rdb.conf |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index 726d212..693eed1 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -6,4 +6,4 @@ require e500v2.inc

  UBOOT_MACHINES = "P1010RDB_NAND"
  KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1010rdb.dts"
-KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
--
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig
  2011-12-08 22:04 [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig Bob Cochran
@ 2011-12-09  2:31 ` McClintock Matthew-B29882
  0 siblings, 0 replies; 2+ messages in thread
From: McClintock Matthew-B29882 @ 2011-12-09  2:31 UTC (permalink / raw)
  To: Bob Cochran; +Cc: McClintock Matthew-B29882, yocto@yoctoproject.org

On Thu, Dec 8, 2011 at 4:04 PM, Bob Cochran <yocto@mindchasers.com> wrote:
> P1010 is a single core processor, don't use SMP for defconfig
>
> Should we get a meta-fsl-ppc mail list going?
>
> Signed-off-by: Robert Cochran<yocto@mindchasers.com>

Already asked for this to get fixed for all the parts. I've pushed a
fix for this.

-M


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-09  2:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08 22:04 [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig Bob Cochran
2011-12-09  2:31 ` McClintock Matthew-B29882

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.