From: Robert Bradford Date: Wed, 28 May 2008 14:20:34 +0000 (+0000) Subject: Remove 'bogus' machine file. Zoom support should be possible through standard X-Git-Tag: 2011-1~8920 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b024871959e46549dfd7dd959f982859ad2d4523;p=openembedded-core.git Remove 'bogus' machine file. Zoom support should be possible through standard 3430SDP. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4560 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/machine/omap-zoom.conf b/meta/conf/machine/omap-zoom.conf deleted file mode 100644 index 775a8be6d4..0000000000 --- a/meta/conf/machine/omap-zoom.conf +++ /dev/null @@ -1,15 +0,0 @@ -#@TYPE: Machine -#@NAME: LogicPD OMAP 3430 Zoom Kit -#@DESCRIPTION: Machine configuration for the OMAP 3430 Zoom kit -TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" - -PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoom" - -MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" -KERNEL_IMAGETYPE = "uImage" -IMAGE_FSTYPES ?= "tar.gz" -SERIAL_CONSOLE = "-L 115200 ttyS0" - -require conf/machine/include/tune-arm1136jf-s.inc -