[oe] [PATCH 1/3] Add falconwing machine config

Khem Raj raj.khem at gmail.com
Thu Aug 19 05:47:09 UTC 2010


On Wed, Aug 18, 2010 at 4:03 PM, Sean Cross <sean at chumby.com> wrote:
>
> Signed-off-by: Sean Cross <sean at chumby.com>
> ---
>  conf/machine/chumby-falconwing.conf |   24 ++++++++++++++++++++++++
>  1 files changed, 24 insertions(+), 0 deletions(-)
>  create mode 100644 conf/machine/chumby-falconwing.conf
> diff --git a/conf/machine/chumby-falconwing.conf b/conf/machine/chumby-falconwin
> g.conf
> new file mode 100644
> index 0000000..ed48cdb
> --- /dev/null
> +++ b/conf/machine/chumby-falconwing.conf
> @@ -0,0 +1,24 @@
> +#@TYPE: Machine
> +#@Name: chumby Falconwing machine config.+#@DESCRIPTION: Machine configuration for chumby Falconwing-based boards, such a
> s the chumby One
> +
> +TARGET_ARCH = "arm"
> +
> +MACHINE_GUI_CLASS = "smallscreen"
> +MACHINE_DISPLAY_WIDTH_PIXELS = "320"
> +MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
> +
> +PREFERRED_PROVIDER_virtual/kernel = "linux-chumby-falconwing"
> +PREFERRED_PROVIDER_virtual/bootloader = "bootstream-chumby-falconwing"
> +
> +require conf/machine/include/tune-arm926ejs.inc
> +
> +# used by sysvinit_2
> +SERIAL_CONSOLE = "115200 ttyAM0"

should this be ttyAMA0 ?

-Khem




More information about the Openembedded-devel mailing list