Merge branch 'org.openembedded.dev' of git@git.openembedded.net:/openembedded into...
[vuplus_openembedded] / conf / machine / boc01.conf
1 #@TYPE: Machine
2 #@Name: BollorĂ© telecom CPE v01
3 #@DESCRIPTION: Machine configuration for the BollorĂ© telecom CPE v01
4
5 TARGET_ARCH = "powerpc"
6 PACKAGE_EXTRA_ARCHS = "ppce300c3"
7
8 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
9
10 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
11
12 KERNEL_IMAGETYPE = "uImage"
13
14 PREFERRED_VERSION_u-boot = "1.3.2"
15 UBOOT_MACHINE = "MPC8313ERDB_33_config"
16 UBOOT_ENTRYPOINT = "0"
17 UBOOT_LOADADDRESS = "0"
18
19 #rootfs on NAND flash
20 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 --no-cleanmarkers"
21
22 #don't try to access tty1
23 USE_VT = "0"
24
25 SERIAL_CONSOLE = "115200 ttyS0"
26
27 #tune for the e300c3 core
28 require conf/machine/include/tune-ppce300c3.inc
29