summaryrefslogtreecommitdiff
path: root/conf/machine/tx27.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-10 13:38:50 +0100
committerPhil Blundell <philb@gnu.org>2009-06-10 13:38:50 +0100
commitd302cb3796aea6f77e3a32ae2e5d6c807ddbbcd0 (patch)
tree419fb77d3d46f4f114eed6fff699d925ac17f734 /conf/machine/tx27.conf
parent7bde76df2e108a7ab597691cdb47b26fecc10cae (diff)
parent0399441c0781eb912d6c375533fd60c69573809e (diff)
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/tx27.conf')
-rw-r--r--conf/machine/tx27.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/tx27.conf b/conf/machine/tx27.conf
index ef7742ef01..a3e784c110 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"