[oe] [PATCHv3 4/5] am3517-crane: Add am3517-crane machine type

Stefan Schmidt stefan at datenfreihafen.org
Tue Dec 7 11:37:15 UTC 2010


Hello.

On Tue, 2010-11-30 at 11:41, Anil Kumar wrote:
> diff --git a/conf/machine/am3517-crane.conf b/conf/machine/am3517-crane.conf
> new file mode 100644
> index 0000000..dad4625
> --- /dev/null
> +++ b/conf/machine/am3517-crane.conf
> @@ -0,0 +1,52 @@
> +#@TYPE: Machine
> +#@NAME: craneboard machine
> +#@DESCRIPTION: Machine configuration for the AM3517 Crane board
> +TARGET_ARCH = "arm"
> +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
> +XSERVER = "xserver-xorg \
> +           xf86-input-evdev \
> +           xf86-input-mouse \
> +           xf86-video-omapfb \
> +           xf86-input-keyboard"
> +
> +# Only has DVI connector for external screen
> +GUI_MACHINE_CLASS = "bigscreen"
> +
> +require conf/machine/include/omap3.inc
> +
> +# Ship all kernel modules

Stray comment. Seems you forgot to remove it.

> +IMAGE_FSTYPES ?= "jffs2 tar.bz2"
> +EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
> +EXTRA_IMAGEDEPENDS += " u-boot x-load"

These depends are already added from omap3.inc

regards
Stefan Schmidt




More information about the Openembedded-devel mailing list