mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Sharp Zaurus SL-C1000
|
|
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
|
|
|
|
KERNEL_VERSION ?= "2.4"
|
|
|
|
include conf/machine/zaurus-clamshell.conf
|
|
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
|
|
|
|
ROOT_FLASH_SIZE = "64"
|