aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Connolly <john@buglabs.net>2010-06-15 08:15:25 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2010-06-16 18:39:26 +0200
commit87296f25e08852f0c4c8987f70182239facf2a40 (patch)
tree89816a218c24327ae2fa7e50a233eeee13cadd53
parent5cc611de209bdd50c165a29d09d3296cc9b16a35 (diff)
downloadopenembedded-87296f25e08852f0c4c8987f70182239facf2a40.tar.gz
bug20.conf: Sync with Bug Labs repo
This brings the bug20 machine file in sync with the Bug Labs internal version. The difference was only ubi as FSTYPE, tslib usage and some jffs2 tweaking. Signed-off-by: John Connolly <john@buglabs.net> Signed-off-by: Stefan Schmidt <stefan@buglabs.net> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
-rw-r--r--conf/machine/bug20.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf
index dbc1faf6ea..2979c7e31f 100644
--- a/conf/machine/bug20.conf
+++ b/conf/machine/bug20.conf
@@ -8,6 +8,7 @@ XSERVER = "xserver-xorg \
xserver-xorg-extension-dri \
xserver-xorg-extension-glx \
xf86-input-evdev \
+ xf86-input-tslib \
xf86-input-mouse \
xf86-video-omapfb \
xf86-input-keyboard"
@@ -20,7 +21,8 @@ require conf/machine/include/omap3.inc
# this kernel is not provided in OE yet
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-hah"
-IMAGE_FSTYPES += "tar.bz2"
+IMAGE_FSTYPES += "tar.bz2 ubi"
+EXTRA_IMAGECMD_jffs2 = "-lnp "
SERIAL_CONSOLE = "115200 ttyS2"