mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 23:02:20 +02:00
This gets us closer to making including tune-<arch>.inc "just work". Moving the TARGET_ARCH definitions is something for a follup patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Sharp Zaurus SL-C3000
|
|
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
|
|
|
|
require conf/machine/include/zaurus-2.6.inc
|
|
require conf/machine/include/zaurus-clamshell.inc
|
|
|
|
MACHINE_FEATURES += "iwmmxt"
|
|
|
|
PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}"
|
|
|
|
IMAGE_FSTYPES ?= "tar.gz ext3"
|
|
IMAGE_ROOTFS_SIZE_ext3 = "250000"
|
|
|
|
ROOT_FLASH_SIZE = "100"
|