[oe] [PATCH v2] VMX25: Add machine support for vmx25

Khem Raj raj.khem at gmail.com
Fri Jan 28 17:50:42 UTC 2011


On Fri, Jan 28, 2011 at 5:00 AM, sujak.marek <sujak.marek at gmail.com> wrote:
> * Add config file for http://voipac.com/#X25-DKT-265
>
> Signed-off-by: sujak.marek <sujak.marek at gmail.com>
> ---
>  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
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list