diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-03-31 13:03:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-01 11:40:50 +0100 |
commit | c6c3a58dbf0ca6c4a41df7ff50fa56d39d7ee23f (patch) | |
tree | 0082dfa455ddb6b171f3b3f2fced1aab13ece72d /.gitignore | |
parent | 1bc608b35ce22f65596d29b4944a2a82d0cd8c39 (diff) | |
download | openembedded-core-contrib-c6c3a58dbf0ca6c4a41df7ff50fa56d39d7ee23f.tar.gz |
scripts/install-buildtools: improvements
* Install directory defaults to scripts/../buildtools
e.g. --directory is set by default
This avoids the user having to type in their sudo password
to install in /opt/poky/<installer-version>
* Use "." rather than "source" for sourcing the environment script
as not all distros (e.g. Debian) have "source" by default.
* Add buildtools/ to .gitignore
* Fix typos in example usage (--install-version -> --installer-version)
[YOCTO #13832]
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d0e6b2fb89f..b66d371aac1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ pstage/ scripts/oe-git-proxy-socks sources/ meta-*/ +buildtools/ !meta-skeleton !meta-selftest hob-image-*.bb |