[oe-commits] Florian Boor : tx27.conf: Disable jffs2 cleanmarkers and set preferred X server

git version control git at git.openembedded.org
Mon Jun 8 22:09:46 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Mon Jun  8 18:45:50 2009 +0200

tx27.conf: Disable jffs2 cleanmarkers and set preferred X server

---

 conf/machine/tx27.conf |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/conf/machine/tx27.conf b/conf/machine/tx27.conf
index ef7742e..a3e784c 100644
--- a/conf/machine/tx27.conf
+++ b/conf/machine/tx27.conf
@@ -10,6 +10,8 @@ GUI_MACHINE_CLASS = "bigscreen"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_VERSION_linux = "2.6.28"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+XSERVER = "xserver-kdrive-fbdev"
 
 require conf/machine/include/tune-arm926ejs.inc
 
@@ -20,8 +22,8 @@ ROOT_FLASH_SIZE = "128"
 
 IMAGE_FSTYPES ?= "jffs2"
 
-EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \
-    --pad ; sumtool --eraseblock=0x20000 \
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n \
+    --pad ; sumtool --eraseblock=0x20000 -n \
     --littleendian --pad \
     -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
     -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"





More information about the Openembedded-commits mailing list