On Fri, Jan 08, 2010 at 04:14:39PM -0500, Phil Black wrote: > The machine conf for the davinci dm365 EVM board was wrong. This patch > fixes it. > > diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf > index 1fd5123..5a51616 100644 > --- a/conf/machine/dm365-evm.conf > +++ b/conf/machine/dm365-evm.conf > @@ -5,4 +5,4 @@ > require conf/machine/include/davinci.inc > require conf/machine/include/dm365.inc > > -UBOOT_MACHINE = "davinci_dm365evm_config" > +UBOOT_MACHINE = "davinci_dm365_evm_config"
Unfortunately, it's not that simple. U-boot 2009.08 and later uses dm365evm name, while older versions use dm365_evm name. The latest update to u-boot recipe changed PV forward to 2009.11-rc1, while SRCREV was changed backwards to 2009.06-rc0, which is not correct. So, the actual code was downgraded, but the name change was not reflected in the conf file... The above inconsistency needs to be changed first before changing the name. -- Denys _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
