Merge branch 'opendreambox' of git://git.opendreambox.org/git/openembedded into opend...
[vuplus_openembedded] / conf / machine / c7x0.conf
1 #@TYPE: Machine
2 #@NAME: Sharp Zaurus SL-C7x0
3 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices
4
5 require conf/machine/include/zaurus-2.6.inc
6 require conf/machine/include/zaurus-clamshell.inc
7
8 IMAGE_FSTYPES += "jffs2"
9
10 # NAND factory-default
11 # SL-C700 (corgi) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
12 # SL-C750 (Shepherd) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
13 # SL-C760 (Husky) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)
14 # SL-C860 (Boxer) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)
15
16 ROOT_FLASH_SIZE = "25"
17 # yes, we are aware that the husky and boxer (c760,c860) have 53MB rootfs,
18 # but we don't make a special image for them.
19
20 XSERVER = "xserver-kdrive-imageon"
21
22 UBOOT_MACHINE = "corgi_config"