mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Sharp Zaurus SL-C1000
|
|
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
|
|
|
|
KERNEL_VERSION ?= "2.6"
|
|
|
|
include conf/machine/include/zaurus-clamshell.conf
|
|
include conf/machine/include/zaurus-clamshell-${KERNEL_VERSION}.conf
|
|
|
|
ROOT_FLASH_SIZE = "58"
|