[oe] [PATCH 2/3] at91: Add support for at91cap9stk

Ulf Samuelsson ulf.samuelsson at atmel.com
Sun May 15 11:21:05 UTC 2011


2011-05-15 09:43, ulf.samuelsson at atmel.com skrev:
Pls ignore this, since this patchset is the result of a flawed script.
BRE
Ulf Samuelsson

> From: Ulf Samuelsson<ulf.samuelsson at atmel.com>
>
> Signed-off-by: Ulf Samuelsson<ulf.samuelsson at atmel.com>
> ---
>   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 "
> +





More information about the Openembedded-devel mailing list