summaryrefslogtreecommitdiffstats
path: root/meta-extras/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-07-22 12:13:26 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-22 12:13:26 +0100
commitd977cb25e5072558c3c98a5c169d5d91f0e55fe2 (patch)
treefb297971e55bfed2087577a303c3f5a4ffee9ba6 /meta-extras/conf
parent3073a732141c9b4f2621025ad946c39090834e79 (diff)
downloadopenembedded-core-d977cb25e5072558c3c98a5c169d5d91f0e55fe2.tar.gz
meta-extras: Remove obsolete android goldfish code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-extras/conf')
-rw-r--r--meta-extras/conf/machine/android-goldfish.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-extras/conf/machine/android-goldfish.conf b/meta-extras/conf/machine/android-goldfish.conf
deleted file mode 100644
index 099c475f09..0000000000
--- a/meta-extras/conf/machine/android-goldfish.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#@TYPE: Machine
-#@NAME: Android Machine setup
-#@DESCRIPTION: Machine configuration for the Android platform
-
-TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
-
-require conf/machine/include/qemu.inc
-require conf/machine/include/tune-arm926ejs.inc
-
-KERNEL_IMAGETYPE = "zImage"
-
-IMAGE_FSTYPES = "tar.bz2 yaffs2"
-EXTRA_IMAGECMD_yaffs2 = "0"
-
-SERIAL_CONSOLE = "115200 ttyS0"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-android-goldfish"