aboutsummaryrefslogtreecommitdiffstats
path: root/conf/native.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/native.conf')
-rw-r--r--conf/native.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/conf/native.conf b/conf/native.conf
deleted file mode 100644
index b28565316f..0000000000
--- a/conf/native.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-#@TYPE: Machine
-#@NAME: Build Station
-#@DESCRIPTION: Machine configuration for your build station.
-
-TARGET_ARCH = "${BUILD_ARCH}"
-IPKG_ARCHS = "all ${TARGET_ARCH}"
-TARGET_PREFIX = ""
-VENDOR = "-oe"
-
-PREFERRED_PROVIDER_virtual/kernel = "native-kernel"
-ASSUME_PROVIDED = "virtual/gcc-initial virtual/gcc virtual/g++"
-ASSUME_PROVIDED += "binutils-cross"