From 57c0dd601702adb7d73135cefa85add6849f1cba Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Feb 2014 13:31:55 -0600 Subject: [PATCH] dev-manual: Added note about Project names in Eclipse. Fixes [YOCTO #5814] I placed a brief note in the section where it talks about adding a project to an Eclipse project that states you can't use special characters in the project name. (From yocto-docs rev: a03b5849394a6ca3a787b444d95fa49b9db36dd5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 6e07c8d1d0..64a7f71db7 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1116,6 +1116,11 @@ terminal window, see the section "Using the Command Line" in the Yocto Project Application Developer's Guide. + + Do not use special characters in project names + (e.g. spaces, underscores, etc.). Doing so can + cause configuration to fail. +