increase dvbapp PR.
[vuplus_openembedded] / conf / machine / magicbox.conf
1 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
2 # Released under the MIT license (see packages/COPYING)
3 #@TYPE: Machine
4 #@Name: Magicbox router board
5 #@DESCRIPTION: Machine configuration for Magicbox router board http://wwww.magicbox.pl
6
7 INHERIT += "magicbox-image"
8
9 TARGET_ARCH = "powerpc"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
12
13 MACHINE_FEATURES = "kernel26"
14
15 TARGET_CPU = "405"
16 OLDEST_KERNEL = "2.6.18"
17
18 SERIAL_CONSOLE = "115200 ttyS0"
19
20 PREFERRED_VERSION_u-boot = "1.1.2"
21 EXTRA_IMAGECMD_jffs2 = "-pad --big-endian --squash -e 0x10000"
22 EXTRA_IMAGECMD_squashfs = " -be -all-root -nopad -noappend -root-owned"
23 EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root -nopad -noappend -root-owned"
24
25
26
27 #tune for the 405 cpu
28 require conf/machine/include/tune-ppc405.inc
29