]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-yocto: Sync with TARGET_ARCH removal changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jul 2011 13:59:46 +0000 (14:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2011 11:08:52 +0000 (12:08 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/machine/atom-pc.conf
meta-yocto/conf/machine/beagleboard.conf
meta-yocto/conf/machine/mpc8315e-rdb.conf
meta-yocto/conf/machine/routerstationpro.conf

index 993cbabd2da0f08dada7e98cabb7bc299befb343..6ac012f2dfb1eefe293841ce2db2faebaeb586c8 100644 (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 \
index fddacf92e9407faad5f76cd50319b9328a9aed95..0b3cebc1da2a41e03e41793bd30c5eeb5b2922c1 100644 (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 \
index 3f946a08e5ad2a307031a15041b00d90b583e336..eb527cf9b26657f87f9a1ad27ea33f30a5a69665 100644 (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"
index 37af0ab4852e196f346c4ec80ebfbd3ea195bc16..e6f89d848c28f057c06b07fd3e60f8339c1e0853 100644 (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 \