Le 15/03/2010 00:18, Ulf Samuelsson : > Do not apply .10 minor patch due to conflicts > > Introduce support for: > > + at91sam9260ek > + at91sam9261ek > + at91sam9g10ek > + at91sam9g20ek > + at91sam9g20ek_2mmc > + at91sam9g45ek
This board name is not official name from Atmel. Be careful, it may confuse people (as there are already may boards based on this chip pair (9g45/9m10)). > + at91sam9g45ekes > + at91sam9m10ekes > + at91sam9rlek > + at91sam9xeek > > Leave at91sam9263ek patches as is for now. > In addition: Add support for configurable NAND partition size > checksums.ini updated in another patch > > Signed-off-by: Ulf Samuelsson <[email protected]> [..] > --- a/recipes/linux/linux_2.6.30.bb > +++ b/recipes/linux/linux_2.6.30.bb > @@ -1,6 +1,6 @@ [..] > +AT91_EXP_PATCHES = " \ > + ${KERNEL_MINOR_0} \ > + http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz;patch=1 \ > + ftp://www.at91.com/pub/buildroot/2.6.30-exp.2.patch.bz2;patch=1 \ NAK The latest atmel experimental patch series is here: ftp://ftp.linux4sam.org/pub/linux/2.6.30-at91/2.6.30-at91-exp.3.tar.gz => note the exp.3 and not exp.2 that you are using... > + > file://at91/linux-2.6.30-001-configurable-partition-size.patch.patch;patch=1 \ > + file://at91/linux-2.6.30-002-mach-at91-Kconfig.patch;patch=1 \ > + file://at91/linux-2.6.30-003-sam9m10g45ek.patch;patch=1 \ > + " > + > +SRC_URI_append_at91sam9g10ek = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9g20ek_2mmc = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9g45ek = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9g45ekes = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9m10ekes = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9260ek = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9261ek = " ${AT91_EXP_PATCHES} " > +# SRC_URI_append_at91sam9263ek = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9rlek = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9xeek = " ${AT91_EXP_PATCHES} " > +SRC_URI_append_at91sam9rlek = " ${AT91_EXP_PATCHES} " > + > +SRC_URI_append_at91sam9263ek = " \ > + ${KERNEL_MINOR_10} ${AUFS} \ > + http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz;patch=1 \ > + file://hrw-linux-2.6.30-exp.patch;patch=1 \ > + " > -- Nicolas Ferre _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
