diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-04-29 19:03:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 10:08:30 +0100 |
commit | 53fd0a4a37023642a770a9fbf3cd5511d3c82af7 (patch) | |
tree | 3aa26ce4c52d052d618baa07e88701ae5f61406a /meta/conf/bitbake.conf | |
parent | 29a8c45be2862be02afe2ebbc5c026a42f351990 (diff) | |
download | openembedded-core-53fd0a4a37023642a770a9fbf3cd5511d3c82af7.tar.gz openembedded-core-53fd0a4a37023642a770a9fbf3cd5511d3c82af7.tar.bz2 openembedded-core-53fd0a4a37023642a770a9fbf3cd5511d3c82af7.zip |
metadata_scm.bbclass: Do not assume ${COREBASE} is a Git repo
The functions base_detect_revision() and base_detect_branch() try to
extract SCM meta information from the path returned by
base_get_scmbasepath(), which currently returns ${COREBASE}. However,
making the assumption that ${COREBASE} contains SCM meta information
can be false. It is true for Poky, but not necessarily other
environments. A better option is to look for the SCM meta information
based on the meta layer.
Since this works as expected for Git but not SVN, the call to
base_get_metadata_svn_revision() from base_detect_revision() was also
removed. This is not expected to affect anyone (partly based on the
comment in base_get_metadata_svn_revision()).
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
0 files changed, 0 insertions, 0 deletions