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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
