]> code.ossystems Code Review - openembedded-core.git/commit
meta/conf/bitbake.conf: Configure pseudo to not expand symlinks
authorMark Hatle <mhatle@windriver.com>
Thu, 22 Jul 2010 17:37:30 +0000 (10:37 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jul 2010 23:50:10 +0000 (00:50 +0100)
commit62540b2a15558f16c1c97b5221fa3da6f48604d6
treef4824978ffcd031bbe1518ff9ebe0e6234b17eb4
parentd668b80e866c8bb512a10bad22b0080d7afe3453
meta/conf/bitbake.conf: Configure pseudo to not expand symlinks

When using the fake chroot ability of pseudo, it will expand absolute
symlinks to their full non-fake path by default.  The simple change disables
that behavior, as it is undesired when generating a rootfs.

Signed-off-by: Mark Hatle <mhatle@windriver.com>
meta/conf/bitbake.conf