diff options
author | Koen Kooi <koen@openembedded.org> | 2005-02-16 14:13:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-02-16 14:13:22 +0000 |
commit | f55e9d29b30ccbc2fc9af300dd4e314cd855d3b2 (patch) | |
tree | fde05508cef2efda8abae0422784d6834739e5f0 /conf/local.conf.sample | |
parent | 957dd263393a4d2ef3b6417f0ca4ec9f63a0ee12 (diff) |
local.conf.sample:
remark on avoiding symlinks
BKrev: 42135502IOV6lur-FfTRyrzQiagGtA
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 7726cd089f..0e2f20cb71 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -48,6 +48,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard # disk space, so make sure to free enough space. The default TMPDIR is # <build directory>/tmp +# Don't use symlinks in in the path to avoid problems # TMPDIR = /usr/local/projects/oetmp # Uncomment this to specify a machine to build for. See the conf directory |