summaryrefslogtreecommitdiff
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 2599e7dd71..8ee6887cca 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -33,6 +33,12 @@ PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqp
# for a machine not known to OpenEmbedded. Better use the MACHINE attribute (see above)
TARGET_ARCH = "arm"
+# Use this to specify the target operating system. This is "linux" for a normal
+# linux system with glibc. Set this to "linux-uclibc" if you want to build a
+# uclibc based system.
+#TARGET_OS = "linux"
+#TARGET_OS = "linux-uclibc"
+
# Uncomment this to select a distribution policy.
#DISTRO = "familiar"