commit | 5e7e1cba69020aacaf1ab3c3167f2b7c4a52fce6 | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti@opensourcefoundries.com> | Tue Jun 19 16:01:28 2018 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 19 17:45:45 2018 -0400 |
tree | 59318aa790c11f2f18dbf0b0be4f822cf7408255 | |
parent | 2d71236a36fcb37b34ae2a54840b1e19db947b55 [diff] |
cmake: fix git describe command line The "git describe" call for setting the boot banner is broken. The --work-tree option sets the checked out work tree, not the directory containing .git, which is where git describe needs to look for information on tags. Use -C instead so it's as if Git were run from the zephyr base directory instead. Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>