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:44:23 +0100 |
commit | 420c926f8a425d0fc52d58373ca447a2ce7b3b54 (patch) | |
tree | 2dc47210063701e1aeadb6e45235a8c0cbdc969f /.gitignore | |
parent | a6faf56477af523e88f2c864121a801e66358be5 (diff) | |
download | poky-420c926f8a425d0fc52d58373ca447a2ce7b3b54.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]
(From OE-Core rev: c6c3a58dbf0ca6c4a41df7ff50fa56d39d7ee23f)
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 ad1cb83abf..6dde540a41 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -8,6 +8,7 @@ pstage/ | |||
8 | scripts/oe-git-proxy-socks | 8 | scripts/oe-git-proxy-socks |
9 | sources/ | 9 | sources/ |
10 | meta-*/ | 10 | meta-*/ |
11 | buildtools/ | ||
11 | !meta-skeleton | 12 | !meta-skeleton |
12 | !meta-selftest | 13 | !meta-selftest |
13 | hob-image-*.bb | 14 | hob-image-*.bb |