summaryrefslogtreecommitdiff
path: root/meta/conf/machine/beagleboard.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-02-24 16:01:05 +0000
committerKhem Raj <raj.khem@gmail.com>2011-03-01 13:31:52 -0800
commitae6922b38f5aa7bbd71dc03e2c568cb50e3235a4 (patch)
tree29f04ef8993d9a5f87d0713574555f649c19cd4b /meta/conf/machine/beagleboard.conf
parent0e758e2b37c6041ab2af223b3a84ffbf09351102 (diff)
downloadopenembedded-core-ae6922b38f5aa7bbd71dc03e2c568cb50e3235a4.tar.gz
openembedded-core-ae6922b38f5aa7bbd71dc03e2c568cb50e3235a4.tar.bz2
openembedded-core-ae6922b38f5aa7bbd71dc03e2c568cb50e3235a4.tar.xz
openembedded-core-ae6922b38f5aa7bbd71dc03e2c568cb50e3235a4.zip
remove non-qemu machines
As per TSC decision OE-core will only have qemu machines. This leaves the conf/machine/include file intact Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/conf/machine/beagleboard.conf')
-rw-r--r--meta/conf/machine/beagleboard.conf37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf
deleted file mode 100644
index b1f73504b..000000000
--- a/meta/conf/machine/beagleboard.conf
+++ /dev/null
@@ -1,37 +0,0 @@
-#@TYPE: Machine
-#@NAME: Beagleboard machine
-#@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board
-TARGET_ARCH = "arm"
-
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
-
-# Only has DVI connector for external screen
-GUI_MACHINE_CLASS = "bigscreen"
-
-#Ship all kernel modules till the board support has matured enough
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
-
-# Allow for MMC booting (required by the NAND-less Beagleboard XM)
-EXTRA_IMAGEDEPENDS += "u-boot x-load"
-
-#include conf/machine/include/tune-arm1136jf-s.inc
-include conf/machine/include/tune-cortexa8.inc
-
-IMAGE_FSTYPES += "tar.bz2 jffs2"
-EXTRA_IMAGECMD_jffs2 = "-lnp "
-
-# Guesswork
-SERIAL_CONSOLE = "115200 ttyO2"
-
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
-
-KERNEL_IMAGETYPE = "uImage"
-
-UBOOT_ENTRYPOINT = "0x80008000"
-UBOOT_LOADADDRESS = "0x80008000"
-
-
-# and sdio
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"