All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: yocto@yoctoproject.org
Cc: McClintock Matthew-B29882 <B29882@freescale.com>
Subject: [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig
Date: Thu, 08 Dec 2011 17:04:51 -0500	[thread overview]
Message-ID: <4EE13483.7070104@mindchasers.com> (raw)

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


             reply	other threads:[~2011-12-08 22:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08 22:04 Bob Cochran [this message]
2011-12-09  2:31 ` [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig McClintock Matthew-B29882

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EE13483.7070104@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=B29882@freescale.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.