[yocto] [PATCH] meta-fsl-ppc layer: p1010rdb.conf only has one core, so don't use smp_defconfig

Bob Cochran yocto at mindchasers.com
Thu Dec 8 14:04:51 PST 2011


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 at 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



More information about the yocto mailing list