[oe-commits] Stefan Schmidt : bug20.conf: Sync with Bug Labs repo

git version control git at git.openembedded.org
Mon May 31 16:38:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ab0265a8ebcb9055ecf5b8349f81285f6ce456aa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab0265a8ebcb9055ecf5b8349f81285f6ce456aa

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Wed May 26 13:51:42 2010 -0400

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 and some jffs2 tweaking.

---

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

diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf
index 42c2c12..2979c7e 100644
--- a/conf/machine/bug20.conf
+++ b/conf/machine/bug20.conf
@@ -8,8 +8,8 @@ XSERVER = "xserver-xorg \
            xserver-xorg-extension-dri \
            xserver-xorg-extension-glx \
            xf86-input-evdev \
-           xf86-input-mouse \
            xf86-input-tslib \
+           xf86-input-mouse \
            xf86-video-omapfb \
            xf86-input-keyboard"
 
@@ -21,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