mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Zaurus Clamshell specific configuration for kernel 2.6
|
||||
# Don't forget to include zaurus-clamshell.inc as well
|
||||
# Zaurus specific configuration for kernel 2.6
|
||||
# Additionally, clamshell specific stuff in zaurus-clamshell.inc
|
||||
|
||||
TARGET_ARCH = "arm"
|
||||
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
|
||||
PACKAGE_EXTRA_ARCHS_collie = ""
|
||||
|
||||
MACHINE_KERNEL_VERSION = "2.6"
|
||||
|
||||
@@ -10,15 +11,11 @@ ERASEBLOCKSIZE = "0x4000"
|
||||
ERASEBLOCKSIZE_akita = "0x20000"
|
||||
|
||||
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${ERASEBLOCKSIZE} --pad --faketime -n"
|
||||
|
||||
IMAGE_CMD_jffs2 = "mkfs.jffs2 -x lzo --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "zaurus-updater"
|
||||
|
||||
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
|
||||
include conf/machine/include/tune-xscale.inc
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
SERIAL_CONSOLE_collie = "115200 ttySA0"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
|
||||
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
|
||||
|
||||
Reference in New Issue
Block a user