spec2yoctorc: make it visible 38/34538/1
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 17:25:04 +0000 (09:25 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Wed, 28 Jan 2015 16:58:44 +0000 (08:58 -0800)
Having a hidden dot file in a git repositoy makes little sense,
even if the file is meant to be called .spec2yoctorc in the
home directory.

Change-Id: I7885eb5b3e43f0abe9e33b56fe1846a01da6c1f5

README.md
proto-meta-Tizen_generic/spec2yoctorc [moved from proto-meta-Tizen_generic/.spec2yoctorc with 100% similarity]

index 580529a..99a2d1e 100644 (file)
--- a/README.md
+++ b/README.md
 
 ### Copy .spec2yoctorc to your home directory
 
-       cp tizen/proto-meta-Tizen_generic/.spec2yoctorc ~/
+       cp tizen/proto-meta-Tizen_generic/spec2yoctorc ~/.spec2yoctorc
+
+### When using it unmodified, run spec2yocto only in the top-level "tizen" directory
+### because some of the config files are found via relative paths.
 
 ### Create a symbolic link to spec2yocto.py in a directory of your ${PATH}