increase dvbapp PR.
[vuplus_openembedded] / conf / machine / include / gumstix.inc
1 #@TYPE: Machine
2 #@Name: Gumstix pxa2xx boards
3 #@DESCRIPTION:  Gumstix pxa2xx boards
4
5 # Don't edit this file unless you *really* know what you are doing!
6
7 TARGET_ARCH = "arm"
8
9 #Compile with armv5te optimizations, incompatible with armv4(t) cpus
10 require conf/machine/include/tune-xscale.inc
11
12
13 PREFERRED_PROVIDER_virtual/kernel = "gumstix-kernel"
14 KERNEL_IMAGETYPE = "uImage"
15 RDEPENDS_kernel-base = ""
16
17 KERNEL_IMAGE_MAXSIZE = "1048577"
18
19 UBOOT_ENTRYPOINT = "a0008000"
20
21 MACHINE_FEATURES += "kernel26 "
22
23 IMAGE_FSTYPES = "jffs2 tar.gz"
24 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash-uids"
25
26 SERIAL_CONSOLE = "115200 ttyS0 vt100"
27
28 MACHINE_ESSENTIAL_EXTRA_RDEPENDS =     " \
29                                        "
30
31 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= " \
32                                        "