aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/native.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/native.conf')
-rw-r--r--conf/machine/native.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/machine/native.conf b/conf/machine/native.conf
index e69de29bb2..b28565316f 100644
--- a/conf/machine/native.conf
+++ b/conf/machine/native.conf
@@ -0,0 +1,12 @@
+#@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"