summaryrefslogtreecommitdiffstats
path: root/scripts/test-remote-image
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-03-25 21:26:55 -0700
committerArmin Kuster <akuster808@gmail.com>2020-04-19 17:15:54 -0700
commit7574caa6544887659d7b055afe72659f851873b3 (patch)
tree0e12da68439815dda5b3de3ea8e64f6c40dacdab /scripts/test-remote-image
parent6e3c1b419f7b14a71aef6a66194fc07264adb1bd (diff)
downloadopenembedded-core-contrib-7574caa6544887659d7b055afe72659f851873b3.tar.gz
scripts/install-buildtools: add helper script to install buildtools
For distros such as CentOS-7 where the default buildtools are too old we need to make it easy for users to install a pre-built SDK with all of "build-essentials" included. Other uses may include building older Yocto Project releases with a distro where buildtools are too new. For convenience, the standard buildtools installation is also supported. NOTE: extended buildtools is the default, e.g. --with-extended-buildtools is on by default Example usage (extended buildtools from milestone): (1) using --url and --filename $ install-buildtools \ --url http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M2/buildtools \ --filename x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200122.sh (2) using --base-url, --release, --installer-version and --build-date $ install-buildtools \ --base-url http://downloads.yoctoproject.org/releases/yocto \ --release yocto-3.1_M2 \ --install-version 3.0+snapshot --build-date 202000122 Example usage (standard buildtools from release): (3) using --url and --filename $ install-buildtools --without-extended-buildtools \ --url http://downloads.yoctoproject.org/releases/yocto/yocto-3.0.2/buildtools \ --filename x86_64-buildtools-nativesdk-standalone-3.0.2.sh (4) using --base-url, --release and --installer-version $ install-buildtools --without-extended-buildtools \ --base-url http://downloads.yoctoproject.org/releases/yocto \ --release yocto-3.0.2 \ --install-version 3.0.2 [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 2d0aea6a73c427ce6aa17dc71e0783977a52bb2b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/test-remote-image')
0 files changed, 0 insertions, 0 deletions