From ead20eaaa4ccf4ae9e1dc486e6974491d27fd3a9 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Tue, 17 Jul 2007 14:32:16 +0000 Subject: compulab-pxa270.conf: fix typo in EXTRA_IMAGECMD_jffs2 --- conf/machine/compulab-pxa270.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf index dab556006b..063a68481a 100644 --- a/conf/machine/compulab-pxa270.conf +++ b/conf/machine/compulab-pxa270.conf @@ -21,7 +21,7 @@ ROOT_FLASH_SIZE ?= "32" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pad=0x20000 --no-cleanmarkers;\ sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ - -e 0x20000 -p\ + -e 0x20000 -p; \ cd ${DEPLOY_DIR_IMAGE}; \ rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.rootfs-summary.jffs2; \ ln -s ${IMAGE_NAME}.rootfs-summary.jffs2 ${IMAGE_LINK_NAME}.rootfs-summary.jffs2 \ -- cgit v1.2.3 From b10ab4c66b5a54fac0a10df1eb59b08f5eb217b4 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 18 Jul 2007 12:49:20 +0000 Subject: ixp4xx-kernel: moved from 2.6.21.5 to 2.6.21.6 --- conf/distro/include/slugos.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index c2970d2b99..bb1605e41b 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -111,7 +111,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # Select the correct versions of the kernel and modules (these are the # defaults, override in the conf/distro top-level distro file). PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" -PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.21.5" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.21.6" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" -- cgit v1.2.3 From 3bba7db158628bab3a67242117a4144a4e0fe7e6 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 19 Jul 2007 11:52:00 +0000 Subject: conf/machine/spitz: populate MACHINE_* namespace --- conf/machine/spitz.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 6b08ec1aa9..d8b790f332 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -11,3 +11,7 @@ PACKAGE_EXTRA_ARCHS += "iwmmxt" IMAGE_FSTYPES += "tar.gz" ROOT_FLASH_SIZE = "100" + +MACHINE_GUI_CLASS=bigscreen +MACHINE_DISPLAY_WIDTH_PIXELS=640 +MACHINE_DISPLAY_HEIGHT_PIXELS=480 -- cgit v1.2.3 From aa9066ff91080f12c9d37ac5c94c1e6b463cdc8e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 19 Jul 2007 12:34:17 +0000 Subject: conf/machine/spitz: rotated by 3*pi/2 --- conf/machine/spitz.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index d8b790f332..81c789dcc4 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -13,5 +13,6 @@ IMAGE_FSTYPES += "tar.gz" ROOT_FLASH_SIZE = "100" MACHINE_GUI_CLASS=bigscreen -MACHINE_DISPLAY_WIDTH_PIXELS=640 -MACHINE_DISPLAY_HEIGHT_PIXELS=480 +MACHINE_DISPLAY_WIDTH_PIXELS=480 +MACHINE_DISPLAY_HEIGHT_PIXELS=640 +MACHINE_DISPLAY_ORIENTATION=270 -- cgit v1.2.3