22e30542f940be32f08511999ebec3d4efde61ee
[openembedded.git] / conf / machine / magicbox.conf
1 #@TYPE: Machine
2 #@Name: Magicbox router board
3 #@DESCRIPTION: Machine configuration for Magicbox router board http://wwww.magicbox.pl
4
5 TARGET_ARCH = "powerpc"
6 PACKAGE_EXTRA_ARCHS = "ppc405"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
9
10 MACHINE_FEATURES = "kernel26"
11 MACHINE_TASK_PROVIDER = "task-base"
12
13 TARGET_CPU = "405"
14 OLDEST_KERNEL = "2.6.18"
15
16 SERIAL_CONSOLE = "115200 ttyS0"
17
18 PREFERRED_VERSION_u-boot = "1.1.2"
19 EXTRA_IMAGECMD_jffs2 = "--big-endian"
20 EXTRA_IMAGECMD_squashfs = " -be -all-root "
21 EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root "
22
23 #tune for the 405 cpu
24 require conf/machine/include/tune-ppc405.conf
25