diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:20:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:20:38 +0000 |
commit | e7fba8ed9cc84c1c1037e6d4b6daa11c4e6e9287 (patch) | |
tree | befe0c6f5ff49187d4c838171aa6deeda6e75d7e /meta/conf/machine | |
parent | 1fa886288e3e4d4d5b08e2fa0b3588b218faa5ae (diff) | |
download | poky-e7fba8ed9cc84c1c1037e6d4b6daa11c4e6e9287.tar.gz |
zaurus-2.6: merge OE changes (part1: collie related changes)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3518 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/zaurus-2.6.inc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/conf/machine/include/zaurus-2.6.inc b/meta/conf/machine/include/zaurus-2.6.inc index e492fe6e0f..5ac6a50c73 100644 --- a/meta/conf/machine/include/zaurus-2.6.inc +++ b/meta/conf/machine/include/zaurus-2.6.inc | |||
@@ -1,8 +1,9 @@ | |||
1 | # Zaurus Clamshell specific configuration for kernel 2.6 | 1 | # Zaurus specific configuration for kernel 2.6 |
2 | # Don't forget to include zaurus-clamshell.inc as well | 2 | # Additionally, clamshell specific stuff in zaurus-clamshell.inc |
3 | 3 | ||
4 | TARGET_ARCH = "arm" | 4 | TARGET_ARCH = "arm" |
5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" | 5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" |
6 | PACKAGE_EXTRA_ARCHS_collie = "" | ||
6 | 7 | ||
7 | MACHINE_KERNEL_VERSION = "2.6" | 8 | MACHINE_KERNEL_VERSION = "2.6" |
8 | 9 | ||
@@ -10,15 +11,11 @@ ERASEBLOCKSIZE = "0x4000" | |||
10 | ERASEBLOCKSIZE_akita = "0x20000" | 11 | ERASEBLOCKSIZE_akita = "0x20000" |
11 | 12 | ||
12 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${ERASEBLOCKSIZE} --pad --faketime -n" | 13 | EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${ERASEBLOCKSIZE} --pad --faketime -n" |
13 | |||
14 | IMAGE_CMD_jffs2 = "mkfs.jffs2 -x lzo --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}" | 14 | IMAGE_CMD_jffs2 = "mkfs.jffs2 -x lzo --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}" |
15 | |||
16 | EXTRA_IMAGEDEPENDS += "zaurus-updater" | 15 | EXTRA_IMAGEDEPENDS += "zaurus-updater" |
17 | 16 | ||
18 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. | ||
19 | include conf/machine/include/tune-xscale.inc | ||
20 | |||
21 | SERIAL_CONSOLE = "115200 ttyS0" | 17 | SERIAL_CONSOLE = "115200 ttyS0" |
18 | SERIAL_CONSOLE_collie = "115200 ttySA0" | ||
22 | 19 | ||
23 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 20 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
24 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | 21 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" |