mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +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>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Sharp Zaurus SL-C1000
|
|
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
|
|
|
|
require conf/machine/include/zaurus-2.6.inc
|
|
require conf/machine/include/zaurus-clamshell.inc
|
|
|
|
MACHINE_FEATURES += "iwmmxt"
|
|
|
|
IMAGE_FSTYPES ?= "jffs2"
|
|
|
|
ROOT_FLASH_SIZE = "58"
|