From c6c3a58dbf0ca6c4a41df7ff50fa56d39d7ee23f Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 31 Mar 2020 13:03:01 -0700 Subject: 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/ * 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 Signed-off-by: Richard Purdie --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d0e6b2fb89..b66d371aac 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 -- cgit 1.2.3-korg