[oe-commits] John Connolly : bug20.conf: Sync with Bug Labs repo

git version control git at git.openembedded.org
Wed Jun 16 17:08:24 UTC 2010


Module: openembedded.git
Branch: stable/2009
Commit: 87296f25e08852f0c4c8987f70182239facf2a40
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=87296f25e08852f0c4c8987f70182239facf2a40

Author: John Connolly <john at buglabs.net>
Date:   Tue Jun 15 08:15:25 2010 +0000

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 at buglabs.net>
Signed-off-by: Stefan Schmidt <stefan at buglabs.net>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 conf/machine/bug20.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf
index dbc1faf..2979c7e 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"
 





More information about the Openembedded-commits mailing list