All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] VMX25: Add machine support for vmx25
@ 2011-01-31  9:25 Marek Sujak
  2011-01-31 21:21 ` Petr Štetiar
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Sujak @ 2011-01-31  9:25 UTC (permalink / raw)
  To: openembedded-devel

* i.mx25 cpu based module
* removed PREFERRED_VERSION_linux line
* added correct UBI VOLNAME
* tested on angstom console, terminal, x11, qt4e image
* depends on vmx25 barebox 2010.10 patch, vmx25 kernel 2.5.35 patch

Signed-off-by: Marek Sujak <sujak.marek@gmail.com>
---
 conf/machine/vmx25.conf |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 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..2d82dd2
--- /dev/null
+++ b/conf/machine/vmx25.conf
@@ -0,0 +1,33 @@
+#@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"
+
+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 \
+"
+
+# ubi fs args
+UBI_VOLNAME = "rootfs-vmx25"
+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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3] VMX25: Add machine support for vmx25
  2011-01-31  9:25 [PATCH v3] VMX25: Add machine support for vmx25 Marek Sujak
@ 2011-01-31 21:21 ` Petr Štetiar
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Štetiar @ 2011-01-31 21:21 UTC (permalink / raw)
  To: openembedded-devel

Marek Sujak <sujak.marek@gmail.com> [2011-01-31 10:25:26]:

> * depends on vmx25 barebox 2010.10 patch, vmx25 kernel 2.5.35 patch

Just a small nitpick.

It's not necessary nor wise or recommended to specify patch dependency in the
commit message. Git offers numbered[1] patches for that, which you should use
for such patchsets.

1. http://wiki.openembedded.org/index.php/GitPhraseBook#Create_patches_suitable_for_the_mailing_list

-- ynezz



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-31 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-31  9:25 [PATCH v3] VMX25: Add machine support for vmx25 Marek Sujak
2011-01-31 21:21 ` Petr Štetiar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.