diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-28 18:07:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 23:04:36 +0100 |
commit | 7254dfb642cb0262c7e14ef2a4c8a7a42afada60 (patch) | |
tree | c44528e8dd5afcd6c9ac623243650129a5c08a68 /meta-yocto-bsp/conf/machine | |
parent | af1e58a6107290e8d1dadb4617cb29eed17dd5d3 (diff) | |
download | poky-7254dfb642cb0262c7e14ef2a4c8a7a42afada60.tar.gz |
Drop beagleboard, replaced by beaglebone
(From meta-yocto rev: b125761e5e31fc506f7b5b87308850cd573ab1b6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beagleboard.conf | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf deleted file mode 100644 index 138c43a700..0000000000 --- a/meta-yocto-bsp/conf/machine/beagleboard.conf +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Beagleboard machine | ||
3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board | ||
4 | |||
5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
6 | XSERVER ?= "xserver-xorg \ | ||
7 | xf86-input-evdev \ | ||
8 | xf86-input-mouse \ | ||
9 | xf86-video-omapfb \ | ||
10 | xf86-input-keyboard" | ||
11 | |||
12 | # Ship all kernel modules by default | ||
13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
14 | |||
15 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) | ||
16 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
17 | |||
18 | # Uncomment the following line to enable the hard floating point abi. Note that | ||
19 | # this breaks some binary libraries and 3D (neither of which ship with | ||
20 | # meta-yocto). For maximum compatibility, leave this disabled. | ||
21 | #DEFAULTTUNE ?= "cortexa8hf-neon" | ||
22 | include conf/machine/include/tune-cortexa8.inc | ||
23 | |||
24 | IMAGE_FSTYPES += "tar.bz2 jffs2" | ||
25 | EXTRA_IMAGECMD_jffs2 = "-lnp " | ||
26 | |||
27 | # 2.6.37 and later kernels use OMAP_SERIAL, ttyO2 | ||
28 | # earlier kernels use ttyS2 | ||
29 | SERIAL_CONSOLE = "115200 ttyO2" | ||
30 | |||
31 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
32 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
33 | |||
34 | KERNEL_IMAGETYPE = "zImage" | ||
35 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/omap3-beagle.dts ${S}/arch/arm/boot/dts/omap3-beagle-xm.dts" | ||
36 | |||
37 | SPL_BINARY = "MLO" | ||
38 | UBOOT_SUFFIX = "img" | ||
39 | UBOOT_MACHINE = "omap3_beagle_config" | ||
40 | UBOOT_ENTRYPOINT = "0x80008000" | ||
41 | UBOOT_LOADADDRESS = "0x80008000" | ||
42 | |||
43 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa" | ||