From: Zhenhua Luo <[email protected]> fmc_git.bb is added for e6500 targets, the default fmc version is build from git, the version(0.9.23) of legacy targets should be specified explicitly.
Signed-off-by: Zhenhua Luo <[email protected]> --- conf/machine/p1023rds.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/p1023rds.conf b/conf/machine/p1023rds.conf index e51e5f7..956f321 100644 --- a/conf/machine/p1023rds.conf +++ b/conf/machine/p1023rds.conf @@ -7,6 +7,8 @@ UBOOT_MACHINES ?= "P1023RDS P1023RDS_NAND" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" +PREFERRED_VERSION_fmc = "0.9.23" + JFFS2_ERASEBLOCK = "0x10000" SYSVINIT_ENABLED_GETTYS = "" -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
