On Fri, Jan 28, 2011 at 5:00 AM, sujak.marek <[email protected]> wrote: > * Add config file for http://voipac.com/#X25-DKT-265 > > Signed-off-by: sujak.marek <[email protected]> > --- > conf/machine/vmx25.conf | 38 ++++++++++++++++++++++++++++++++++++++ > 1 files changed, 38 insertions(+), 0 deletions(-) > create mode 100644 conf/machine/vmx25.conf > > diff --git a/conf/machine/vmx25.conf b/conf/machine/vmx25.conf > new file mode 100644 > index 0000000..8ba7197 > --- /dev/null > +++ b/conf/machine/vmx25.conf > @@ -0,0 +1,38 @@ > +#@TYPE: Machine > +#@Name: Voipac vmx25 module > +#@DESCRIPTION: Machine configuration for Voipac vmx25 module & baseboard > +#@Homepage: http://voipac.com/#X25-DKT-265 > + > +TARGET_ARCH = "arm" > + > +PREFERRED_PROVIDER_virtual/bootloader = "barebox" > +PREFERRED_PROVIDER_virtual/kernel = "linux" > +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
what xserver is chosen is s distro choice do not lock it here. > + > +PREFERRED_VERSION_linux = "2.6.35" kernel should not be pinned in conf file but in the kernel recipe itself you should add PREFERRRED_PROVIDER_yourmacine = ... > + > +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget touchscreen > keyboard" > + > +GUI_MACHINE_CLASS = "bigscreen" > +XSERVER ?= "xserver-xorg \ > + xf86-input-tslib \ > + xf86-input-evdev \ > + xf86-input-mouse \ > + xf86-input-keyboard \ > + xf86-video-fbdev \ > +" this two defines should be part of distros to pin not machines. > +# Data Image FG0700K6DSSWBG01 TFT lcd > +#MACHINE_DISPLAY_WIDTH_PIXELS = "800" > +#MACHINE_DISPLAY_HEIGHT_PIXELS = "480" > +#MACHINE_DISPLAY_PPI = "133" > + > +# ubi fs args > +MKUBIFS_ARGS = "-m 2KiB -e 126KiB -c 989" > +UBINIZE_ARGS = "-m 2KiB -p 128KiB -s 512" > + > +IMAGE_FSTYPES += "tar.gz ubi" > + > +require conf/machine/include/tune-arm926ejs.inc > + > +# used by sysvinit_2 > +SERIAL_CONSOLE = "115200 ttymxc0" > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
