meta-yocto: Sync with TARGET_ARCH removal changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-07-22 14:59:46 +01:00
parent d74176473a
commit 04efff115c
4 changed files with 0 additions and 7 deletions

View File

@ -3,8 +3,6 @@
#@DESCRIPTION: Machine configuration for Intel Atom based PCs. Currently supported machines are the Asus eee901, Acer Aspire One, Toshiba NB305, and Intel BlackSand development board.
TARGET_ARCH = "i586"
include conf/machine/include/tune-atom.inc
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \

View File

@ -1,7 +1,6 @@
#@TYPE: Machine
#@NAME: Beagleboard machine
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite"
XSERVER = "xserver-xf86-lite \

View File

@ -1,7 +1,6 @@
#@TYPE: Machine
#@DESCRIPTION: Machine configuration for running
TARGET_ARCH = "powerpc"
TARGET_FPU = "hard"
require conf/machine/include/tune-ppc603e.inc
@ -17,7 +16,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
XSERVER = "xserver-kdrive-fbdev"
UBOOT_ENTRYPOINT = "0x00000000"
KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"

View File

@ -2,8 +2,6 @@
#@NAME: mti_malta32_be MIPS
#@DESCRIPTION: mti_malta32_be
TARGET_ARCH = "mips"
require conf/machine/include/tune-mips32.inc
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \