]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/install-buildtools: improvements
authorTim Orling <timothy.t.orling@linux.intel.com>
Tue, 31 Mar 2020 20:03:01 +0000 (13:03 -0700)
committerArmin Kuster <akuster808@gmail.com>
Mon, 20 Apr 2020 00:15:54 +0000 (17:15 -0700)
commit5eae0cc6893b89420bd27a09bd0a89419d229ee2
tree8ed2db7b6dae470e4b8145a0c6b50c3f23ed63b4
parent7574caa6544887659d7b055afe72659f851873b3
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>
(cherry picked from commit c6c3a58dbf0ca6c4a41df7ff50fa56d39d7ee23f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
.gitignore
scripts/install-buildtools