Hi, I just found an error on one recipe xilinx-ml507.conf is in the line where it defines the u-boot target machine, running `bitbake console-image` completes without showing any error, instead it should warn or return an error since there's no valid configuration target.
Attached is the proper patch, also I send it to dev mail list. On Wed, Feb 17, 2010 at 12:34 PM, Stefan Schmidt <[email protected]>wrote: > Hello. > > On Tue, 2010-02-16 at 10:32, Adrian Alonso wrote: > > Signed-off-by: Adrian Alonso <[email protected]> > > Acked-by: Stefan Schmidt <[email protected]> > > I've compile tested all four patches here and they work fine. Before > applying > I would like to get an ACK from one of our PowerPC guys. > > regards > Stefan Schmidt > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > -- Saludos Adrian Alonso http://aalonso.wordpress.com
From 2b470725cda033a1b7e814b57b262015b9b71e4c Mon Sep 17 00:00:00 2001 From: Adrian Alonso <[email protected]> Date: Tue, 16 Feb 2010 22:38:39 -0600 Subject: [PATCH] xilinx-ml507.conf: fix u-boot config file Signed-off-by: Adrian Alonso <[email protected]> --- conf/machine/xilinx-ml507.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/xilinx-ml507.conf b/conf/machine/xilinx-ml507.conf index 6194469..b2448e3 100644 --- a/conf/machine/xilinx-ml507.conf +++ b/conf/machine/xilinx-ml507.conf @@ -19,7 +19,7 @@ MACHINE_FEATURES = "kernel26 ext2 usbhost udev" MACHINE_EXTRA_RECOMMENDS = "kernel-modules" UBOOT_ARCH = "ppc" -UBOOT_MACHINE = "ml507_defconfig" +UBOOT_MACHINE = "ml507_config" # Xilinx EDK override hardware definitions for xilinx-bsp # Include in your local.conf -- 1.6.6
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
