2011-05-15 09:43, [email protected] skrev: Pls ignore this, since this patchset is the result of a flawed script. BRE Ulf Samuelsson
From: Ulf Samuelsson<[email protected]> Signed-off-by: Ulf Samuelsson<[email protected]> --- conf/machine/at91cap9stk.conf | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 conf/machine/at91cap9stk.conf diff --git a/conf/machine/at91cap9stk.conf b/conf/machine/at91cap9stk.conf new file mode 100644 index 0000000..5a6385f --- /dev/null +++ b/conf/machine/at91cap9stk.conf @@ -0,0 +1,21 @@ +#@TYPE: Machine +#@Name: Atmel AT91CAP9STK Development Platform +#@DESCRIPTION: Machine configuration for the at91cap9stk board with a at91cap9 processor + +include conf/machine/include/at91-2.6.38.inc +include conf/machine/include/at91-lcd.inc + +# Has linux config file in OpenEmbedded +# +# LINUX26_DEFCONFIG = "at91cap9stk_defconfig" + + +# Supported u-boot machines +UBOOT_MACHINE = "at91cap9adk_config" + +UBOOT_MACHINES = " at91cap9adk " + +AT91BOOTSTRAP_BOARD = " at91cap9stk at91cap9stkdf at91cap9stkf " + +MACHINE_FEATURES += " usbhost " +
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
