From: Richard Purdie Date: Thu, 18 Mar 2010 21:40:11 +0000 (+0000) Subject: handbook/faq: Add entry about building on NTFS X-Git-Tag: yocto-4.0~45856 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de9c12bea2d2c19a1578c6c0661c598d1c4373f5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git handbook/faq: Add entry about building on NTFS Signed-off-by: Richard Purdie --- diff --git a/handbook/faq.xml b/handbook/faq.xml index 518069ed2a9..7ebcf910c7b 100644 --- a/handbook/faq.xml +++ b/handbook/faq.xml @@ -135,6 +135,17 @@ + + + + I see the error 'chmod: XXXXX new permissions are r-xrwxrwx, not r-xr-xr-x'. What's wrong? + + + + + You're probably running the build on an NTFS filesystem. Use a sane one like ext2/3/4 instead! + +