diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/beagleboard.conf | 37 | ||||
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf new file mode 100644 index 0000000000..d1e19aa3e4 --- /dev/null +++ b/meta/conf/machine/beagleboard.conf | |||
@@ -0,0 +1,37 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Beagleboard machine | ||
3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board | ||
4 | TARGET_ARCH = "arm" | ||
5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a" | ||
6 | |||
7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
8 | XSERVER = "xserver-kdrive-fbdev" | ||
9 | |||
10 | # Only has DVI connector for external screen | ||
11 | GUI_MACHINE_CLASS = "bigscreen" | ||
12 | |||
13 | #Ship all kernel modules till the board support has matured enough | ||
14 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
15 | |||
16 | #include conf/machine/include/tune-arm1136jf-s.inc | ||
17 | # requires gcc 4.3.0: | ||
18 | include conf/machine/include/tune-cortexa8.inc | ||
19 | |||
20 | |||
21 | IMAGE_FSTYPES += "tar.bz2 jffs2" | ||
22 | EXTRA_IMAGECMD_jffs2 = "-lnp " | ||
23 | |||
24 | # Guesswork | ||
25 | SERIAL_CONSOLE = "115200 ttyS2" | ||
26 | |||
27 | # No kernel recipe yet | ||
28 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" | ||
29 | |||
30 | KERNEL_IMAGETYPE = "uImage" | ||
31 | |||
32 | UBOOT_ENTRYPOINT = "0x80008000" | ||
33 | UBOOT_LOADADDRESS = "0x80008000" | ||
34 | |||
35 | |||
36 | # and sdio | ||
37 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" | ||
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 4306a6b22d..4ea8371efb 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -7,6 +7,7 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" | |||
7 | 7 | ||
8 | require conf/machine/include/qemu.inc | 8 | require conf/machine/include/qemu.inc |
9 | require conf/machine/include/tune-arm926ejs.inc | 9 | require conf/machine/include/tune-arm926ejs.inc |
10 | #require conf/machine/include/tune-arm1136jf-s.inc | ||
10 | 11 | ||
11 | KERNEL_IMAGETYPE = "zImage" | 12 | KERNEL_IMAGETYPE = "zImage" |
12 | 13 | ||